Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#18)
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] committed Oct 31, 2022
1 parent 5b1d619 commit 3ca8f55
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 144 deletions.
20 changes: 10 additions & 10 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-ast",
"version": "0.5.5",
"packageManager": "pnpm@7.13.6",
"packageManager": "pnpm@7.14.1",
"description": "Manipulate the AST to transform your code.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -73,29 +73,29 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@antfu/utils": "^0.5.2",
"@babel/parser": "^7.19.6",
"@antfu/utils": "^0.6.0",
"@babel/parser": "^7.20.0",
"@rollup/pluginutils": "^4.2.1",
"magic-string": "^0.26.7",
"unplugin": "^0.10.0"
"unplugin": "^0.10.2"
},
"devDependencies": {
"@babel/generator": "^7.19.6",
"@babel/types": "^7.19.4",
"@babel/generator": "^7.20.0",
"@babel/types": "^7.20.0",
"@sxzz/eslint-config": "^2.4.4",
"@types/babel__generator": "^7.6.4",
"@types/node": "*",
"bumpp": "^8.2.1",
"eslint": "^8.25.0",
"eslint-define-config": "^1.7.0",
"eslint": "^8.26.0",
"eslint-define-config": "^1.11.0",
"estree-walker": "^3.0.1",
"fast-glob": "^3.2.12",
"prettier": "^2.7.1",
"rollup": "^2.79.1",
"tsup": "^6.3.0",
"tsx": "^3.10.4",
"tsx": "^3.11.0",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vite": "^3.2.1",
"vitest": "^0.24.3"
},
"engines": {
Expand Down

0 comments on commit 3ca8f55

Please sign in to comment.