|
39 | 39 | "dependencies": {
|
40 | 40 | "@kong/icons": "^1.20.1",
|
41 | 41 | "@xstate/vue": "^2.0.0",
|
42 |
| - "axios": "^1.7.3", |
| 42 | + "axios": "^1.7.9", |
43 | 43 | "vue": "^3.5.13",
|
44 | 44 | "vue-recaptcha": "^2.0.3",
|
45 | 45 | "xstate": "^4.38.3"
|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@babel/types": "^7.26.3", |
49 |
| - "@commitlint/cli": "^19.6.0", |
| 48 | + "@babel/types": "^7.26.5", |
| 49 | + "@commitlint/cli": "^19.6.1", |
50 | 50 | "@commitlint/config-conventional": "^19.6.0",
|
51 | 51 | "@cypress/vite-dev-server": "^5.2.1",
|
52 |
| - "@cypress/vue": "^6.0.1", |
| 52 | + "@cypress/vue": "^6.0.2", |
53 | 53 | "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
|
54 |
| - "@evilmartians/lefthook": "^1.9.0", |
| 54 | + "@evilmartians/lefthook": "^1.9.3", |
55 | 55 | "@kong/design-tokens": "^1.17.2",
|
56 | 56 | "@kong/eslint-config-kong-ui": "^1.1.3",
|
57 | 57 | "@kong/kongponents": "^9.16.1",
|
58 | 58 | "@semantic-release/changelog": "^6.0.3",
|
59 | 59 | "@semantic-release/git": "^10.0.1",
|
60 |
| - "@types/node": "^18.19.43", |
| 60 | + "@types/node": "^18.19.71", |
61 | 61 | "@vitejs/plugin-vue": "^5.2.1",
|
62 | 62 | "@vue/tsconfig": "^0.7.0",
|
63 |
| - "commitizen": "^4.3.0", |
| 63 | + "commitizen": "^4.3.1", |
64 | 64 | "cross-env": "^7.0.3",
|
65 |
| - "cypress": "^13.16.1", |
| 65 | + "cypress": "^13.17.0", |
66 | 66 | "cz-conventional-changelog": "3.3.0",
|
67 | 67 | "eslint": "^9.17.0",
|
68 | 68 | "postcss-custom-properties": "^13.3.12",
|
69 | 69 | "postcss-html": "^1.7.0",
|
70 | 70 | "rollup-plugin-visualizer": "^5.12.0",
|
71 |
| - "sass": "^1.82.0", |
| 71 | + "sass": "^1.83.4", |
72 | 72 | "semantic-release": "^22.0.12",
|
73 |
| - "start-server-and-test": "^2.0.5", |
| 73 | + "start-server-and-test": "^2.0.10", |
74 | 74 | "stylelint": "^16.11.0",
|
75 | 75 | "stylelint-config-html": "^1.1.0",
|
76 | 76 | "stylelint-config-recommended-scss": "^14.1.0",
|
77 | 77 | "stylelint-config-recommended-vue": "^1.5.0",
|
78 | 78 | "stylelint-order": "^6.0.4",
|
79 |
| - "typescript": "^5.7.2", |
80 |
| - "vite": "^6.0.2", |
81 |
| - "vite-plugin-vue-devtools": "^7.6.7", |
| 79 | + "typescript": "^5.7.3", |
| 80 | + "vite": "^6.0.7", |
| 81 | + "vite-plugin-vue-devtools": "^7.6.8", |
82 | 82 | "vue-router": "^4.5.0",
|
83 | 83 | "vue-tsc": "^2.2.0"
|
84 | 84 | },
|
85 | 85 | "peerDependencies": {
|
86 | 86 | "@kong/kongponents": ">= ^8.126.2 || < 10",
|
87 |
| - "axios": "^1.7.3", |
| 87 | + "axios": "^1.7.9", |
88 | 88 | "vue": "<= 3.3.0"
|
89 | 89 | },
|
90 | 90 | "files": [
|
|
155 | 155 | "node": ">=v16.20.2"
|
156 | 156 | },
|
157 | 157 | "volta": {
|
158 |
| - "node": "18.20.4", |
| 158 | + "node": "18.20.5", |
159 | 159 | "yarn": "1.22.22"
|
160 | 160 | }
|
161 | 161 | }
|
0 commit comments