Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#51)
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 Jun 8, 2023
1 parent ab92b7f commit 430ce31
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 82 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.7.0",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "Manipulate the AST to transform your code.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -72,29 +72,29 @@
},
"dependencies": {
"@antfu/utils": "^0.7.4",
"@babel/generator": "^7.22.3",
"@babel/parser": "^7.22.4",
"@babel/generator": "^7.22.5",
"@babel/parser": "^7.22.5",
"@rollup/pluginutils": "^5.0.2",
"magic-string": "^0.30.0",
"unplugin": "^1.3.1"
},
"devDependencies": {
"@babel/types": "^7.22.4",
"@babel/types": "^7.22.5",
"@sxzz/eslint-config": "^2.4.6",
"@types/babel__generator": "^7.6.4",
"@types/node": "^18.16.16",
"bumpp": "^9.1.0",
"bumpp": "^9.1.1",
"eslint": "^8.42.0",
"eslint-define-config": "^1.20.0",
"estree-walker": "^3.0.3",
"fast-glob": "^3.2.12",
"prettier": "^2.8.8",
"rollup": "^3.23.1",
"rollup": "^3.24.0",
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.4"
"vitest": "^0.32.0"
},
"engines": {
"node": ">=14.19.0"
Expand Down

0 comments on commit 430ce31

Please sign in to comment.