|
15 | 15 | "ci:unit": "yarn run test:unit" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@bugsnag/js": "^7.9.2", |
19 | | - "@bugsnag/plugin-vue": "^7.9.2", |
| 18 | + "@bugsnag/js": "^7.14.0", |
| 19 | + "@bugsnag/plugin-vue": "^7.14.0", |
20 | 20 | "cldr-data": "^36.0.0", |
21 | 21 | "cldrjs": "^0.5.5", |
22 | | - "core-js": "^3.12.1", |
| 22 | + "core-js": "^3.19.1", |
| 23 | + "cypress": "9.0.0", |
23 | 24 | "lodash-es": "^4.17.21", |
24 | 25 | "normalize.css": "^8.0.1", |
25 | 26 | "vue": "^2.6.12", |
26 | 27 | "vue-class-component": "^7.2.6", |
27 | | - "vue-i18n": "^8.24.4", |
| 28 | + "vue-i18n": "^8.26.7", |
28 | 29 | "vue-property-decorator": "^9.1.2", |
29 | 30 | "vuex": "^3.6.2", |
30 | 31 | "vuex-class": "^0.3.2" |
31 | 32 | }, |
32 | 33 | "devDependencies": { |
33 | | - "@cypress/webpack-preprocessor": "^5.7.0", |
34 | | - "@types/chai": "^4.2.18", |
| 34 | + "@cypress/webpack-preprocessor": "^5.10.0", |
| 35 | + "@types/chai": "^4.2.22", |
35 | 36 | "@types/chai-as-promised": "^7.1.4", |
36 | 37 | "@types/cldrjs": "^0.4.22", |
37 | | - "@types/lodash-es": "^4.17.4", |
38 | | - "@types/mocha": "^8.2.2", |
39 | | - "@typescript-eslint/eslint-plugin": "^4.23.0", |
40 | | - "@typescript-eslint/parser": "^4.23.0", |
41 | | - "@vue/cli-plugin-babel": "~4.5.13", |
42 | | - "@vue/cli-plugin-e2e-cypress": "~4.5.13", |
43 | | - "@vue/cli-plugin-eslint": "~4.5.13", |
44 | | - "@vue/cli-plugin-router": "~4.5.13", |
45 | | - "@vue/cli-plugin-typescript": "^4.5.13", |
46 | | - "@vue/cli-plugin-unit-mocha": "~4.5.13", |
47 | | - "@vue/cli-plugin-vuex": "~4.5.13", |
48 | | - "@vue/cli-service": "~4.5.13", |
49 | | - "@vue/eslint-config-airbnb": "^5.3.0", |
50 | | - "@vue/eslint-config-typescript": "^7.0.0", |
51 | | - "@vue/test-utils": "1.2.0", |
| 38 | + "@types/lodash-es": "^4.17.5", |
| 39 | + "@types/mocha": "^9.0.0", |
| 40 | + "@typescript-eslint/eslint-plugin": "^5.4.0", |
| 41 | + "@typescript-eslint/parser": "^5.4.0", |
| 42 | + "@vue/cli-plugin-babel": "~4.5.15", |
| 43 | + "@vue/cli-plugin-e2e-cypress": "~4.5.15", |
| 44 | + "@vue/cli-plugin-eslint": "~4.5.15", |
| 45 | + "@vue/cli-plugin-router": "~4.5.15", |
| 46 | + "@vue/cli-plugin-typescript": "^4.5.15", |
| 47 | + "@vue/cli-plugin-unit-mocha": "~4.5.15", |
| 48 | + "@vue/cli-plugin-vuex": "~4.5.15", |
| 49 | + "@vue/cli-service": "~4.5.15", |
| 50 | + "@vue/eslint-config-airbnb": "^6.0.0", |
| 51 | + "@vue/eslint-config-typescript": "^9.1.0", |
| 52 | + "@vue/test-utils": "1.3.0", |
52 | 53 | "chai": "^4.3.4", |
53 | 54 | "chai-as-promised": "^7.1.1", |
54 | 55 | "chai-each": "^0.0.1", |
55 | | - "eslint": "^7.26.0", |
56 | | - "eslint-plugin-chai-expect": "^2.2.0", |
57 | | - "eslint-plugin-chai-friendly": "^0.7.1", |
58 | | - "eslint-plugin-cypress": "^2.11.3", |
59 | | - "eslint-plugin-import": "^2.22.1", |
60 | | - "eslint-plugin-mocha": "^8.1.0", |
61 | | - "eslint-plugin-vue": "^7.9.0", |
62 | | - "lint-staged": "^11.0.0", |
| 56 | + "eslint": "^8.2.0", |
| 57 | + "eslint-plugin-chai-expect": "^3.0.0", |
| 58 | + "eslint-plugin-chai-friendly": "^0.7.2", |
| 59 | + "eslint-plugin-cypress": "^2.12.1", |
| 60 | + "eslint-plugin-import": "^2.25.3", |
| 61 | + "eslint-plugin-mocha": "^9.0.0", |
| 62 | + "eslint-plugin-vue": "^8.1.1", |
| 63 | + "eslint-plugin-vuejs-accessibility": "^1.1.0", |
| 64 | + "lint-staged": "^12.0.3", |
63 | 65 | "null-loader": "^4.0.1", |
64 | | - "sass": "^1.32.12", |
| 66 | + "sass": "^1.43.4", |
65 | 67 | "sass-loader": "^10.2.0", |
66 | | - "start-server-and-test": "^1.12.1", |
67 | | - "stylelint": "^13.13.1", |
68 | | - "stylelint-config-sass-guidelines": "^8.0.0", |
69 | | - "stylelint-config-standard": "^22.0.0", |
| 68 | + "start-server-and-test": "^1.14.0", |
| 69 | + "stylelint": "^14.1.0", |
| 70 | + "stylelint-config-sass-guidelines": "^9.0.1", |
| 71 | + "stylelint-config-standard": "^24.0.0", |
70 | 72 | "stylelint-processor-html": "^1.0.0", |
71 | | - "typedoc": "^0.20.36", |
72 | | - "typescript": "~4.2.4", |
| 73 | + "typedoc": "^0.22.9", |
| 74 | + "typescript": "~4.5.2", |
73 | 75 | "vue-template-compiler": "^2.6.12" |
74 | 76 | }, |
75 | 77 | "gitHooks": { |
|
0 commit comments