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 Oct 9, 2024
1 parent f9227a3 commit 5362ff6
Show file tree
Hide file tree
Showing 2 changed files with 937 additions and 727 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-raw",
"version": "0.2.2",
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.12.1",
"description": "Transform file to a default-export string.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -74,23 +74,23 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"esbuild": "^0.23.0",
"unplugin": "^1.11.0"
"@rollup/pluginutils": "^5.1.2",
"esbuild": "^0.24.0",
"unplugin": "^1.14.1"
},
"devDependencies": {
"@sxzz/eslint-config": "^4.1.0",
"@sxzz/eslint-config": "^4.4.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^20.14.10",
"bumpp": "^9.4.1",
"eslint": "^9.7.0",
"@types/node": "^20.16.11",
"bumpp": "^9.7.1",
"eslint": "^9.12.0",
"prettier": "^3.3.3",
"rollup": "^4.18.1",
"tsup": "^8.1.0",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vitest": "^2.0.3"
"rollup": "^4.24.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit 5362ff6

Please sign in to comment.