Skip to content

Commit 3ee7f38

Browse files
fix(deps): update all non-major dependencies with stable versions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd66daf commit 3ee7f38

File tree

3 files changed

+277
-303
lines changed

3 files changed

+277
-303
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.19.0
1+
22.20.0

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"express": "^4.21.2",
2626
"pinia": "^2.3.1",
2727
"vue": "^3.5.21",
28-
"vue-router": "^4.5.1"
28+
"vue-router": "^4.6.0"
2929
},
3030
"devDependencies": {
3131
"@commitlint/cli": "^18.6.1",
@@ -47,20 +47,20 @@
4747
"commitizen": "^4.3.1",
4848
"cross-env": "^7.0.3",
4949
"cz-conventional-changelog": "^3.3.0",
50-
"eslint": "^9.35.0",
50+
"eslint": "^9.37.0",
5151
"jsdom": "^25.0.1",
5252
"npm-run-all": "^4.1.5",
5353
"postcss": "^8.5.6",
5454
"postcss-html": "^1.8.0",
55-
"sass": "^1.92.1",
55+
"sass": "^1.93.2",
5656
"stylelint": "^16.24.0",
5757
"stylelint-config-html": "^1.1.0",
5858
"stylelint-config-recommended-scss": "^14.1.0",
5959
"stylelint-config-recommended-vue": "^1.6.1",
6060
"stylelint-order": "^6.0.4",
6161
"ts-node-dev": "^2.0.0",
6262
"tsx": "^4.20.5",
63-
"typescript": "~5.3.3",
63+
"typescript": "~5.9.3",
6464
"vite": "^5.4.20",
6565
"vite-plugin-vue-devtools": "^7.7.7",
6666
"vitest": "^1.6.1",
@@ -76,10 +76,10 @@
7676
},
7777
"license": "UNLICENSED",
7878
"volta": {
79-
"node": "22.19.0",
80-
"pnpm": "10.15.1"
79+
"node": "22.20.0",
80+
"pnpm": "10.18.3"
8181
},
82-
"packageManager": "pnpm@10.15.1",
82+
"packageManager": "pnpm@10.18.3",
8383
"pnpm": {
8484
"onlyBuiltDependencies": [
8585
"@parcel/watcher",

0 commit comments

Comments
 (0)