Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 28, 2023
1 parent d9ef2eb commit 40b874b
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 277 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@
"test": "vitest"
},
"dependencies": {
"@babel/parser": "^7.22.4",
"@babel/types": "^7.22.4",
"@babel/parser": "^7.22.5",
"@babel/types": "^7.22.5",
"recast": "^0.23.2"
},
"devDependencies": {
"@types/node": "^18.16.16",
"@vitest/coverage-c8": "^0.31.2",
"@vitest/ui": "^0.31.2",
"@types/node": "^18.16.18",
"@vitest/coverage-c8": "^0.32.2",
"@vitest/ui": "^0.32.2",
"changelogen": "^0.5.3",
"eslint": "^8.41.0",
"eslint-config-unjs": "^0.2.0",
"lint-staged": "^13.2.2",
"eslint": "^8.43.0",
"eslint-config-unjs": "^0.2.1",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"simple-git-hooks": "^2.8.1",
"typescript": "^5.0.4",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.31.2"
"vitest": "^0.32.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand All @@ -64,5 +64,5 @@
"prettier -w"
]
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].5"
}
Loading

0 comments on commit 40b874b

Please sign in to comment.