Skip to content

Commit 8b06e95

Browse files
authored
chore(deps): upgrade dependencies (#287)
* chore(deps): upgrade vite * chore(deps): upgrade vue * chore(deps): upgrade node * chore(deps): upgrade typescript * chore(deps): upgrade lint
1 parent b84a274 commit 8b06e95

File tree

4 files changed

+1107
-1511
lines changed

4 files changed

+1107
-1511
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
pnpm lint-staged

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.19.1
1+
v18.20.4

package.json

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint:playwright": "tsc --noEmit --project tests/playwright/tsconfig.json --baseUrl tests/playwright",
1717
"lint:style": "stylelint --allow-empty-input 'src/**/*.{css,scss,sass,less,styl,vue}'",
1818
"lint:vue": "vue-tsc --noEmit",
19-
"postinstall": "husky install"
19+
"postinstall": "husky"
2020
},
2121
"lint-staged": {
2222
"src/**/*.{ts,js,vue}": "eslint --fix",
@@ -42,45 +42,42 @@
4242
"@kong-ui-public/misc-widgets": "^2.1.16",
4343
"@kong/icons": "^1.14.0",
4444
"@kong/kongponents": "^9.5.1",
45-
"@material-design-icons/font": "^0.14.9",
46-
"axios": "^1.7.4",
47-
"dayjs": "^1.11.10",
48-
"marked": "^5.1.0",
45+
"@material-design-icons/font": "^0.14.13",
46+
"axios": "^1.7.7",
47+
"dayjs": "^1.11.13",
4948
"monaco-editor": "0.21.3",
50-
"pinia": "^2.1.6",
51-
"vue": "^3.4.27",
52-
"vue-router": "^4.3.2"
49+
"pinia": "^2.2.2",
50+
"vue": "^3.4.38",
51+
"vue-router": "^4.4.3"
5352
},
5453
"devDependencies": {
5554
"@kong/design-tokens": "^1.17.2",
5655
"@kong/eslint-config-kong-ui": "^1.1.1",
5756
"@playwright/test": "^1.46.1",
5857
"@types/lodash-es": "^4.17.12",
59-
"@types/marked": "^5.0.1",
6058
"@types/node": "^20.3.1",
61-
"@vitejs/plugin-vue": "^5.0.4",
59+
"@vitejs/plugin-vue": "^5.1.3",
6260
"@vue/tsconfig": "^0.5.1",
63-
"autoprefixer": "^10.4.14",
61+
"autoprefixer": "^10.4.20",
6462
"bmp-js": "^0.1.0",
65-
"dotenv": "^16.0.1",
66-
"eslint": "^9.5.0",
67-
"eslint-plugin-playwright": "^0.18.0",
63+
"dotenv": "^16.4.5",
64+
"eslint": "^9.9.1",
65+
"eslint-plugin-playwright": "^1.6.2",
6866
"eslint-plugin-vuejs-accessibility": "^2.3.0",
69-
"husky": "^8.0.3",
70-
"lint-staged": "^13.2.2",
67+
"husky": "^9.1.5",
68+
"lint-staged": "^15.2.10",
7169
"lodash-es": "^4.17.21",
72-
"postcss-html": "^1.5.0",
73-
"rollup-plugin-visualizer": "^5.9.2",
74-
"sass": "^1.63.4",
75-
"stylelint": "^15.10.2",
70+
"rollup-plugin-visualizer": "^5.12.0",
71+
"sass": "^1.77.8",
72+
"stylelint": "^16.9.0",
7673
"stylelint-config-html": "^1.1.0",
77-
"stylelint-config-recommended-scss": "^12.0.0",
74+
"stylelint-config-recommended-scss": "^14.1.0",
7875
"stylelint-config-recommended-vue": "^1.5.0",
79-
"typescript": "^5.3.2",
80-
"vite": "^5.2.11",
76+
"typescript": "^5.4.5",
77+
"vite": "^5.4.2",
8178
"vite-plugin-html": "^3.2.2",
8279
"vite-plugin-monaco-editor": "^1.1.0",
83-
"vue-tsc": "^2.0.16"
80+
"vue-tsc": "^2.1.4"
8481
},
8582
"browserslist": [
8683
"> 1%",

0 commit comments

Comments
 (0)