Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz committed Oct 20, 2022
1 parent 6a35c97 commit 5b1d619
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 271 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-ast",
"version": "0.5.5",
"packageManager": "pnpm@7.13.3",
"packageManager": "pnpm@7.13.6",
"description": "Manipulate the AST to transform your code.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -74,14 +74,14 @@
},
"dependencies": {
"@antfu/utils": "^0.5.2",
"@babel/parser": "^7.19.3",
"@babel/parser": "^7.19.6",
"@rollup/pluginutils": "^4.2.1",
"magic-string": "^0.26.7",
"unplugin": "^0.9.6"
"unplugin": "^0.10.0"
},
"devDependencies": {
"@babel/generator": "^7.19.3",
"@babel/types": "^7.19.3",
"@babel/generator": "^7.19.6",
"@babel/types": "^7.19.4",
"@sxzz/eslint-config": "^2.4.4",
"@types/babel__generator": "^7.6.4",
"@types/node": "*",
Expand All @@ -92,11 +92,11 @@
"fast-glob": "^3.2.12",
"prettier": "^2.7.1",
"rollup": "^2.79.1",
"tsup": "^6.2.3",
"tsx": "^3.10.1",
"tsup": "^6.3.0",
"tsx": "^3.10.4",
"typescript": "^4.8.4",
"vite": "^3.1.6",
"vitest": "^0.24.0"
"vite": "^3.1.8",
"vitest": "^0.24.3"
},
"engines": {
"node": ">=14.19.0"
Expand Down

0 comments on commit 5b1d619

Please sign in to comment.