|
16 | 16 | "lint:playwright": "tsc --noEmit --project tests/playwright/tsconfig.json --baseUrl tests/playwright",
|
17 | 17 | "lint:style": "stylelint --allow-empty-input 'src/**/*.{css,scss,sass,less,styl,vue}'",
|
18 | 18 | "lint:vue": "vue-tsc --noEmit",
|
19 |
| - "postinstall": "husky install" |
| 19 | + "postinstall": "husky" |
20 | 20 | },
|
21 | 21 | "lint-staged": {
|
22 | 22 | "src/**/*.{ts,js,vue}": "eslint --fix",
|
|
42 | 42 | "@kong-ui-public/misc-widgets": "^2.1.16",
|
43 | 43 | "@kong/icons": "^1.14.0",
|
44 | 44 | "@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", |
49 | 48 | "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" |
53 | 52 | },
|
54 | 53 | "devDependencies": {
|
55 | 54 | "@kong/design-tokens": "^1.17.2",
|
56 | 55 | "@kong/eslint-config-kong-ui": "^1.1.1",
|
57 | 56 | "@playwright/test": "^1.46.1",
|
58 | 57 | "@types/lodash-es": "^4.17.12",
|
59 |
| - "@types/marked": "^5.0.1", |
60 | 58 | "@types/node": "^20.3.1",
|
61 |
| - "@vitejs/plugin-vue": "^5.0.4", |
| 59 | + "@vitejs/plugin-vue": "^5.1.3", |
62 | 60 | "@vue/tsconfig": "^0.5.1",
|
63 |
| - "autoprefixer": "^10.4.14", |
| 61 | + "autoprefixer": "^10.4.20", |
64 | 62 | "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", |
68 | 66 | "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", |
71 | 69 | "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", |
76 | 73 | "stylelint-config-html": "^1.1.0",
|
77 |
| - "stylelint-config-recommended-scss": "^12.0.0", |
| 74 | + "stylelint-config-recommended-scss": "^14.1.0", |
78 | 75 | "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", |
81 | 78 | "vite-plugin-html": "^3.2.2",
|
82 | 79 | "vite-plugin-monaco-editor": "^1.1.0",
|
83 |
| - "vue-tsc": "^2.0.16" |
| 80 | + "vue-tsc": "^2.1.4" |
84 | 81 | },
|
85 | 82 | "browserslist": [
|
86 | 83 | "> 1%",
|
|
0 commit comments