Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#57)
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 Jul 3, 2023
1 parent c270b5c commit 01f4e52
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 162 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.8.0",
"packageManager": "pnpm@8.6.4",
"packageManager": "pnpm@8.6.5",
"description": "Manipulate the AST to transform your code.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -80,7 +80,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@antfu/utils": "^0.7.4",
"@antfu/utils": "^0.7.5",
"@babel/generator": "^7.22.5",
"@babel/parser": "^7.22.5",
"@rollup/pluginutils": "^5.0.2",
Expand All @@ -92,16 +92,16 @@
"@babel/types": "^7.22.5",
"@sxzz/eslint-config": "^3.1.0",
"@types/babel__generator": "^7.6.4",
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"bumpp": "^9.1.1",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-define-config": "^1.21.0",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"prettier": "^2.8.8",
"rollup": "^3.25.2",
"rollup": "^3.26.0",
"tsup": "^7.1.0",
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.32.2"
},
Expand Down
Loading

0 comments on commit 01f4e52

Please sign in to comment.