|
14 | 14 | "docker-build-devel": "vite build --mode development" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
| 17 | + "@intlify/unplugin-vue-i18n": "^0.9.2", |
17 | 18 | "@mdi/js": "^7.1.96", |
18 | | - "@vueuse/rxjs": "^9.12.0", |
| 19 | + "@vitejs/plugin-vue": "^4.0.0", |
| 20 | + "@vueuse/rxjs": "^9.13.0", |
19 | 21 | "bulma": "^0.9.4", |
20 | 22 | "cli-highlight": "^2.1.11", |
21 | 23 | "csc-ui": "github:hannyle/csc-ui", |
22 | | - "csc-ui-vue-directive": "^0.0.6", |
23 | 24 | "dexie": "^3.2.3", |
24 | | - "eslint": "^8.33.0", |
| 25 | + "eslint": "^8.36.0", |
25 | 26 | "eslint-plugin-vue": "^9.9.0", |
26 | 27 | "eslint-utils": "^3.0.0", |
27 | | - "jest": "^27.5.1", |
28 | 28 | "lodash": "^4.17.21", |
29 | 29 | "resumablejs": "^1.1.0", |
30 | 30 | "rxjs": "^7.8.0", |
31 | | - "sass": "^1.58.3", |
32 | | - "vite": "^4.1.3", |
33 | | - "vite-plugin-vue2": "^2.0.3", |
34 | | - "vue": "^2.7.14", |
35 | | - "vue-i18n": "^8.28.2", |
36 | | - "vue-router": "^3.6.5", |
37 | | - "vue-template-compiler": "^2.7.14", |
38 | | - "vuex": "^3.6.2" |
| 31 | + "sass": "^1.59.3", |
| 32 | + "vite": "^4.1.4", |
| 33 | + "vue": "^3.2.47", |
| 34 | + "vue-i18n": "^9.2.2", |
| 35 | + "vue-router": "^4.1.6", |
| 36 | + "vuex": "^4.1.0" |
39 | 37 | }, |
40 | 38 | "devDependencies": { |
41 | | - "@testing-library/dom": "^8.20.0", |
| 39 | + "@testing-library/dom": "^9.0.1", |
42 | 40 | "@testing-library/jest-dom": "^5.16.5", |
43 | 41 | "@testing-library/user-event": "^14.4.3", |
44 | | - "@testing-library/vue": "^5.8.3", |
45 | | - "cypress": "^12.5.1" |
| 42 | + "@testing-library/vue": "^7.0.0", |
| 43 | + "@vue/compiler-sfc": "^3.2.47", |
| 44 | + "cypress": "^12.8.0", |
| 45 | + "jest": "^29.5.0" |
46 | 46 | }, |
47 | 47 | "eslintConfig": { |
48 | 48 | "root": true, |
|
0 commit comments