Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent cbff8bd commit 27f5c2b
Show file tree
Hide file tree
Showing 2 changed files with 1,128 additions and 1,295 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-ast",
"version": "0.10.0",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.12.3",
"description": "Manipulate the AST to transform your code.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -79,29 +79,29 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@antfu/utils": "^0.7.7",
"@babel/generator": "^7.24.5",
"@babel/parser": "^7.24.5",
"@rollup/pluginutils": "^5.1.0",
"@antfu/utils": "^0.7.10",
"@babel/generator": "^7.26.2",
"@babel/parser": "^7.26.2",
"@rollup/pluginutils": "^5.1.3",
"ast-kit": "^1.3.1",
"magic-string-ast": "^0.6.0",
"unplugin": "^1.10.1"
"magic-string-ast": "^0.6.2",
"unplugin": "^1.15.0"
},
"devDependencies": {
"@babel/types": "^7.24.5",
"@sxzz/eslint-config": "^4.1.1",
"@babel/types": "^7.26.0",
"@sxzz/eslint-config": "^4.4.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/babel__generator": "^7.6.8",
"@types/node": "^20.12.8",
"bumpp": "^9.4.1",
"eslint": "^9.1.1",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
"tsup": "^8.0.2",
"tsx": "^4.9.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^2.0.3"
"@types/node": "^20.17.6",
"bumpp": "^9.8.1",
"eslint": "^9.14.0",
"prettier": "^3.3.3",
"rollup": "^4.24.4",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.4"
},
"engines": {
"node": ">=18.12.0"
Expand Down
Loading

0 comments on commit 27f5c2b

Please sign in to comment.