Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 1d3fe3b commit 0c8167d
Show file tree
Hide file tree
Showing 2 changed files with 1,184 additions and 1,261 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-inline-enum",
"version": "0.2.0",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.12.1",
"description": "Inline enum values to optimize bundle size.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -78,33 +78,33 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"ast-kit": "^1.0.0",
"execa": "^9.3.0",
"@rollup/pluginutils": "^5.1.2",
"ast-kit": "^1.2.1",
"execa": "^9.4.0",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.10",
"magic-string": "^0.30.11",
"picomatch": "^4.0.2",
"unplugin": "^1.11.0",
"unplugin-replace": "^0.3.2"
"unplugin": "^1.14.1",
"unplugin-replace": "^0.3.3"
},
"devDependencies": {
"@babel/types": "^7.24.9",
"@sxzz/eslint-config": "^4.1.1",
"@babel/types": "^7.25.8",
"@sxzz/eslint-config": "^4.4.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^20.14.11",
"@types/picomatch": "^3.0.0",
"@vue-macros/test-utils": "^1.4.0",
"bumpp": "^9.4.1",
"esbuild": "^0.23.0",
"eslint": "^9.7.0",
"@types/node": "^20.16.11",
"@types/picomatch": "^3.0.1",
"@vue-macros/test-utils": "^1.7.0",
"bumpp": "^9.7.1",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"prettier": "^3.3.3",
"rollup": "^4.19.0",
"tsup": "^8.2.1",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vitest": "^2.0.3",
"webpack": "^5.93.0"
"rollup": "^4.24.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"webpack": "^5.95.0"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit 0c8167d

Please sign in to comment.