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 20, 2024
1 parent bebb87b commit 1b63cd6
Show file tree
Hide file tree
Showing 7 changed files with 242 additions and 255 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,30 @@
},
"devDependencies": {
"@babel/types": "^7.26.3",
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/babel__core": "^7.20.5",
"@types/convert-source-map": "^2.0.3",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@vitejs/release-scripts": "^1.3.2",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.16.0",
"eslint-plugin-import-x": "^4.5.0",
"eslint-plugin-n": "^17.14.0",
"eslint": "^9.17.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-regexp": "^2.7.0",
"execa": "^9.5.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.10",
"npm-run-all2": "^7.0.1",
"lint-staged": "^15.2.11",
"npm-run-all2": "^7.0.2",
"picocolors": "^1.1.1",
"playwright-chromium": "^1.49.0",
"playwright-chromium": "^1.49.1",
"prettier": "3.4.2",
"rollup": "^4.28.1",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"typescript-eslint": "^8.18.1",
"unbuild": "2.0.0",
"vite": "catalog:",
"vitest": "^2.1.8",
Expand All @@ -83,7 +83,7 @@
"eslint --cache --fix"
]
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"vue": "^3.2.25"
},
"devDependencies": {
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/gen-mapping": "^0.3.8",
"@jridgewell/trace-mapping": "^0.3.25",
"debug": "^4.4.0",
"rollup": "^4.28.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"type": "module",
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"convert-source-map": "^2.0.0",
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
Expand Down
4 changes: 2 additions & 2 deletions playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"vue": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "workspace:*",
"ts-node": "^10.9.2"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.2.1",
"postcss-nested": "^7.0.2",
"sass": "^1.82.0"
"sass": "^1.83.0"
},
"dependencies": {
"vue": "catalog:"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"js-yaml": "^4.1.0",
"less": "^4.2.1",
"pug": "^3.0.3",
"sass": "^1.82.0",
"sass": "^1.83.0",
"stylus": "^0.64.0"
}
}
Loading

0 comments on commit 1b63cd6

Please sign in to comment.