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 Dec 22, 2024
1 parent 24791d4 commit 75e678e
Show file tree
Hide file tree
Showing 2 changed files with 732 additions and 774 deletions.
28 changes: 14 additions & 14 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.1",
"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",
"@rollup/pluginutils": "^5.1.4",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.12",
"magic-string": "^0.30.17",
"pkg-exports": "^0.2.0",
"unplugin": "^2.0.0"
"unplugin": "^2.1.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^4.4.0",
"@sxzz/eslint-config": "^4.5.1",
"@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",
"@types/node": "^22.10.2",
"bumpp": "^9.9.2",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"rollup": "^4.29.1",
"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.2",
"vite": "^5.4.11",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit 75e678e

Please sign in to comment.