Skip to content

Commit 41b3656

Browse files
fix(deps): update all non-major dependencies with stable version
1 parent 333bc54 commit 41b3656

File tree

3 files changed

+979
-682
lines changed

3 files changed

+979
-682
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.1
1+
20.18.1

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
"axios": "^1.6.7",
2323
"body-parser": "^1.20.2",
2424
"cors": "^2.8.5",
25-
"express": "^4.18.3",
26-
"pinia": "^2.1.7",
25+
"express": "^4.21.2",
26+
"pinia": "^2.3.0",
2727
"vue": "^3.4.38",
28-
"vue-router": "^4.2.5"
28+
"vue-router": "^4.5.0"
2929
},
3030
"devDependencies": {
3131
"@commitlint/cli": "^18.6.1",
3232
"@commitlint/config-conventional": "^18.6.3",
3333
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
34-
"@faker-js/faker": "^9.0.0",
34+
"@faker-js/faker": "^9.3.0",
3535
"@kong/eslint-config-kong-ui": "^1.1.1",
3636
"@tsconfig/node20": "^20.1.4",
3737
"@types/body-parser": "^1.19.5",
3838
"@types/express": "^4.17.21",
3939
"@types/flat": "^5.0.5",
4040
"@types/jsdom": "^21.1.7",
41-
"@types/node": "^20.11.30",
42-
"@vitejs/plugin-vue": "^5.0.5",
43-
"@vitest/ui": "^1.2.2",
41+
"@types/node": "^20.17.10",
42+
"@vitejs/plugin-vue": "^5.2.1",
43+
"@vitest/ui": "^1.6.0",
4444
"@vue/test-utils": "^2.4.6",
4545
"@vue/tsconfig": "^0.5.1",
4646
"c8": "^10.1.2",
@@ -51,18 +51,18 @@
5151
"jsdom": "^25.0.0",
5252
"npm-run-all": "^4.1.5",
5353
"postcss": "^8.4.47",
54-
"postcss-html": "^1.6.0",
55-
"sass": "^1.70.0",
56-
"stylelint": "^16.2.1",
54+
"postcss-html": "^1.7.0",
55+
"sass": "^1.82.0",
56+
"stylelint": "^16.11.0",
5757
"stylelint-config-html": "^1.1.0",
58-
"stylelint-config-recommended-scss": "^14.0.0",
58+
"stylelint-config-recommended-scss": "^14.1.0",
5959
"stylelint-config-recommended-vue": "^1.5.0",
6060
"stylelint-order": "^6.0.4",
6161
"ts-node-dev": "^2.0.0",
62-
"typescript": "~5.3.3",
63-
"vite": "^5.0.11",
64-
"vite-plugin-vue-devtools": "^7.0.27",
65-
"vitest": "^1.2.2",
62+
"typescript": "~5.7.2",
63+
"vite": "^5.4.11",
64+
"vite-plugin-vue-devtools": "^7.6.8",
65+
"vitest": "^1.6.0",
6666
"vue-tsc": "^1.8.27"
6767
},
6868
"repository": {
@@ -75,6 +75,6 @@
7575
},
7676
"license": "UNLICENSED",
7777
"volta": {
78-
"node": "20.11.1"
78+
"node": "20.18.1"
7979
}
8080
}

0 commit comments

Comments
 (0)