Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent e5d372a commit 3c36414
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 368 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-ast",
"version": "0.8.2",
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.10.5",
"description": "Manipulate the AST to transform your code.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -99,29 +99,29 @@
},
"dependencies": {
"@antfu/utils": "^0.7.6",
"@babel/generator": "^7.23.0",
"@babel/parser": "^7.23.0",
"@rollup/pluginutils": "^5.0.4",
"@babel/generator": "^7.23.4",
"@babel/parser": "^7.23.4",
"@rollup/pluginutils": "^5.0.5",
"ast-kit": "^0.11.2",
"magic-string-ast": "^0.3.0",
"unplugin": "^1.5.0"
"unplugin": "^1.5.1"
},
"devDependencies": {
"@babel/types": "^7.23.0",
"@sxzz/eslint-config": "^3.6.1",
"@babel/types": "^7.23.4",
"@sxzz/eslint-config": "^3.7.4",
"@sxzz/prettier-config": "^2.0.0",
"@types/babel__generator": "^7.6.5",
"@types/node": "^20.8.2",
"@types/babel__generator": "^7.6.7",
"@types/node": "^20.9.3",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"fast-glob": "^3.3.1",
"prettier": "^3.0.3",
"rollup": "^4.0.2",
"eslint": "^8.54.0",
"eslint-define-config": "^1.24.1",
"fast-glob": "^3.3.2",
"prettier": "^3.1.0",
"rollup": "^4.5.0",
"tsup": "^7.2.0",
"tsx": "^4.1.1",
"typescript": "^5.2.2",
"vite": "^4.4.10",
"tsx": "^4.2.0",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"engines": {
Expand Down
Loading

0 comments on commit 3c36414

Please sign in to comment.