Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#12222)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 1222437 commit ed01d92
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 99 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"version": "3.5.12",
"packageManager": "pnpm@9.12.1",
"packageManager": "pnpm@9.12.2",
"type": "module",
"scripts": {
"dev": "node scripts/dev.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@rollup/plugin-replace": "5.0.4",
"@swc/core": "^1.7.36",
"@types/hash-sum": "^1.0.2",
"@types/node": "^20.16.11",
"@types/node": "^20.16.13",
"@types/semver": "^7.5.8",
"@types/serve-handler": "^6.1.4",
"@vitest/coverage-v8": "^2.1.1",
Expand All @@ -87,8 +87,8 @@
"magic-string": "^0.30.12",
"markdown-table": "^3.0.3",
"marked": "13.0.3",
"npm-run-all2": "^6.2.3",
"picocolors": "^1.1.0",
"npm-run-all2": "^6.2.6",
"picocolors": "^1.1.1",
"prettier": "^3.3.3",
"pretty-bytes": "^6.1.1",
"pug": "^3.0.3",
Expand All @@ -99,11 +99,11 @@
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"semver": "^7.6.3",
"serve": "^14.2.3",
"serve-handler": "^6.1.5",
"serve": "^14.2.4",
"serve-handler": "^6.1.6",
"simple-git-hooks": "^2.11.1",
"todomvc-app-css": "^2.4.3",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.10.0",
"vite": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-sfc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"postcss-modules": "^6.0.0",
"postcss-selector-parser": "^6.1.2",
"pug": "^3.0.3",
"sass": "^1.79.5"
"sass": "^1.80.3"
}
}
Loading

0 comments on commit ed01d92

Please sign in to comment.