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 Sep 2, 2024
1 parent 1d3fe3b commit 7efdd38
Show file tree
Hide file tree
Showing 2 changed files with 913 additions and 1,010 deletions.
40 changes: 20 additions & 20 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.9.0",
"description": "Inline enum values to optimize bundle size.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -79,32 +79,32 @@
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"ast-kit": "^1.0.0",
"execa": "^9.3.0",
"ast-kit": "^1.1.0",
"execa": "^9.3.1",
"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.12.3",
"unplugin-replace": "^0.3.3"
},
"devDependencies": {
"@babel/types": "^7.24.9",
"@babel/types": "^7.25.6",
"@sxzz/eslint-config": "^4.1.1",
"@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.3",
"@types/picomatch": "^3.0.1",
"@vue-macros/test-utils": "^1.6.0",
"bumpp": "^9.5.2",
"esbuild": "^0.23.1",
"eslint": "^9.9.1",
"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.21.2",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vitest": "^2.0.5",
"webpack": "^5.94.0"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit 7efdd38

Please sign in to comment.