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 Jan 23, 2025
1 parent 24791d4 commit 0f0d8fb
Show file tree
Hide file tree
Showing 2 changed files with 816 additions and 819 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-glob",
"version": "0.3.3",
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.15.4",
"description": "Imports or exports files using glob match for ES Module.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -74,27 +74,27 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@rollup/pluginutils": "^5.1.3",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.12",
"@rollup/pluginutils": "^5.1.4",
"fast-glob": "^3.3.3",
"magic-string": "^0.30.17",
"pkg-exports": "^0.2.0",
"unplugin": "^2.0.0"
"unplugin": "^2.1.2"
},
"devDependencies": {
"@sxzz/eslint-config": "^4.4.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^22.8.1",
"bumpp": "^9.7.1",
"esbuild": "^0.24.0",
"eslint": "^9.13.0",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"@sxzz/eslint-config": "^4.6.0",
"@sxzz/prettier-config": "^2.1.0",
"@types/node": "^22.10.10",
"bumpp": "^9.10.2",
"esbuild": "^0.24.2",
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"rollup": "^4.31.0",
"rollup-plugin-esbuild": "^6.1.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.3"
"typescript": "^5.7.3",
"vite": "^5.4.14",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit 0f0d8fb

Please sign in to comment.