Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent 16c9308 commit 34489d5
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 244 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-ast",
"version": "0.13.1",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "Manipulate the AST to transform your code.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -92,24 +92,24 @@
"@babel/generator": "^7.26.3",
"@rollup/pluginutils": "^5.1.4",
"ast-kit": "^1.3.2",
"magic-string-ast": "^0.6.3",
"unplugin": "^2.1.0"
"magic-string-ast": "^0.7.0",
"unplugin": "^2.1.2"
},
"devDependencies": {
"@babel/parser": "^7.26.3",
"@babel/types": "^7.26.3",
"@sxzz/eslint-config": "^4.5.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/babel__generator": "^7.6.8",
"@types/node": "^22.10.2",
"bumpp": "^9.9.1",
"@types/node": "^22.10.5",
"bumpp": "^9.9.2",
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"rollup": "^4.28.1",
"rollup": "^4.29.2",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^6.0.4",
"vite": "^6.0.7",
"vitest": "^2.1.8"
},
"engines": {
Expand Down
Loading

0 comments on commit 34489d5

Please sign in to comment.