|
14 | 14 | "docker-build-devel": "vue-cli-service build --mode development" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@babel/core": "^7.20.12", |
| 17 | + "@babel/core": "^7.21.0", |
18 | 18 | "@babel/eslint-parser": "^7.19.1", |
19 | 19 | "@babel/preset-env": "^7.20.2", |
20 | 20 | "@mdi/js": "^7.1.96", |
21 | | - "@vue/cli-service": "^5.0.8", |
22 | 21 | "@vue/cli-plugin-babel": "^5.0.8", |
23 | 22 | "@vue/cli-plugin-eslint": "^5.0.8", |
24 | 23 | "@vue/cli-plugin-unit-jest": "^5.0.8", |
25 | | - "@vue/test-utils": "^1.3.3", |
| 24 | + "@vue/cli-service": "^5.0.8", |
| 25 | + "@vue/test-utils": "^1.3.4", |
26 | 26 | "@vue/vue2-jest": "^27.0.0", |
27 | | - "@vueuse/rxjs": "^9.12.0", |
| 27 | + "@vueuse/rxjs": "^9.13.0", |
28 | 28 | "babel-jest": "^27.5.1", |
29 | | - "buefy": "^0.9.22", |
| 29 | + "buefy": "^0.9.23", |
30 | 30 | "bulma": "^0.9.4", |
31 | 31 | "cli-highlight": "^2.1.11", |
32 | | - "csc-ui": "^0.6.18", |
| 32 | + "core-js": "^3.29.0", |
| 33 | + "csc-ui": "^0.6.76", |
33 | 34 | "csc-ui-vue-directive": "^0.0.6", |
34 | | - "core-js": "^3.27.2", |
35 | 35 | "dexie": "^3.2.3", |
36 | | - "eslint": "^8.33.0", |
| 36 | + "eslint": "^8.35.0", |
37 | 37 | "eslint-plugin-vue": "^9.9.0", |
38 | 38 | "eslint-utils": "^3.0.0", |
39 | | - "lodash": "^4.17.21", |
40 | 39 | "jest": "^27.5.1", |
| 40 | + "lodash": "^4.17.21", |
41 | 41 | "node-sass": "^8.0.0", |
42 | 42 | "resumablejs": "^1.1.0", |
43 | 43 | "rxjs": "^7.8.0", |
|
52 | 52 | "@testing-library/dom": "^8.20.0", |
53 | 53 | "@testing-library/jest-dom": "^5.16.5", |
54 | 54 | "@testing-library/user-event": "^14.4.3", |
55 | | - "@testing-library/vue": "^5.8.3", |
56 | | - "cypress": "^12.5.1" |
| 55 | + "@testing-library/vue": "^5.9.0", |
| 56 | + "cypress": "^12.7.0" |
57 | 57 | }, |
58 | 58 | "eslintConfig": { |
59 | 59 | "root": true, |
|
0 commit comments