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 Apr 29, 2024
1 parent 311f697 commit 9200ca8
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 308 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-ast",
"version": "0.9.0",
"packageManager": "[email protected].6",
"packageManager": "[email protected].7",
"description": "Manipulate the AST to transform your code.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -104,26 +104,26 @@
"@babel/parser": "^7.24.4",
"@rollup/pluginutils": "^5.1.0",
"ast-kit": "^0.12.1",
"magic-string-ast": "^0.3.0",
"magic-string-ast": "^0.5.0",
"unplugin": "^1.10.1"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@sxzz/eslint-config": "^3.9.0",
"@sxzz/prettier-config": "^2.0.1",
"@sxzz/eslint-config": "^3.9.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/babel__generator": "^7.6.8",
"@types/node": "^20.12.6",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"eslint": "^9.0.0",
"eslint": "^9.1.1",
"eslint-define-config": "^1.24.1",
"fast-glob": "^3.3.2",
"prettier": "^3.2.5",
"rollup": "^4.14.1",
"rollup": "^4.17.1",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vitest": "^1.4.0"
"tsx": "^4.7.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.2"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit 9200ca8

Please sign in to comment.