|
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "dependencies": { |
7 | | - "vue": "^3.5.18" |
| 7 | + "vue": "^3.5.22" |
8 | 8 | }, |
9 | 9 | "devDependencies": { |
10 | | - "@babel/preset-env": "^7.28.0", |
11 | | - "@fortawesome/fontawesome-free": "^7.0.0", |
| 10 | + "@babel/preset-env": "^7.28.3", |
| 11 | + "@fortawesome/fontawesome-free": "^7.1.0", |
12 | 12 | "@vitejs/plugin-vue": "^6.0.1", |
13 | 13 | "@vue/test-utils": "^2.4.6", |
14 | 14 | "@vue/vue3-jest": "^29.2.6", |
15 | 15 | "babel-jest": "^29.7.0", |
16 | | - "concurrently": "^9.2.0", |
17 | | - "copy-webpack-plugin": "^13.0.0", |
18 | | - "eslint": "^9.32.0", |
| 16 | + "concurrently": "^9.2.1", |
| 17 | + "copy-webpack-plugin": "^13.0.1", |
| 18 | + "eslint": "^9.37.0", |
19 | 19 | "eslint-config-standard": "^15.0.1", |
20 | 20 | "eslint-plugin-jest": "^29.0.1", |
21 | 21 | "eslint-plugin-vue": "^9.33.0", |
22 | | - "globals": "^16.3.0", |
| 22 | + "globals": "^16.4.0", |
23 | 23 | "jest": "^29.7.0", |
24 | 24 | "jest-environment-jsdom": "^29.7.0", |
25 | | - "rollup-plugin-css-only": "^4.5.2", |
26 | | - "sass-embedded": "^1.89.2", |
| 25 | + "rollup-plugin-css-only": "^4.5.5", |
| 26 | + "sass-embedded": "^1.93.2", |
27 | 27 | "tachyons": "^4.12.0", |
28 | 28 | "vite": "^6.3.6", |
29 | 29 | "vite-plugin-css-injected-by-js": "^3.5.2", |
30 | | - "webpack": "^5.101.0", |
| 30 | + "webpack": "^5.102.0", |
31 | 31 | "webpack-cli": "^6.0.1" |
32 | 32 | }, |
33 | 33 | "scripts": { |
|
0 commit comments