|
1 | 1 | { |
2 | 2 | "name": "@brdgm/ark-nova-solo-helper", |
3 | | - "version": "3.1.1", |
| 3 | + "version": "3.1.2", |
4 | 4 | "private": true, |
5 | 5 | "description": "Ark Nova Solo Helper", |
6 | 6 | "appDeployName": "ark-nova", |
|
12 | 12 | "test:unit": "vitest", |
13 | 13 | "test:coverage": "vitest run --coverage", |
14 | 14 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", |
| 15 | + "lint:watch": "nodemon --exec \"npm run lint\" --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts", |
15 | 16 | "generate-pwa-assets": "pwa-assets-generator" |
16 | 17 | }, |
17 | 18 | "dependencies": { |
18 | 19 | "@popperjs/core": "~2.11.8", |
19 | 20 | "bootstrap": "~5.3.2", |
20 | | - "brdgm-commons": "github:brdgm/brdgm-commons#1.3.1", |
21 | | - "core-js": "~3.34.0", |
| 21 | + "brdgm-commons": "github:brdgm/brdgm-commons#1.6.1", |
| 22 | + "core-js": "~3.36.0", |
22 | 23 | "lodash": "~4.17.21", |
23 | | - "vue": "~3.3.11", |
24 | | - "vue-i18n": "~9.8.0", |
| 24 | + "vue": "~3.4.19", |
| 25 | + "vue-i18n": "~9.9.1", |
25 | 26 | "vue-router": "~4.2.5", |
26 | 27 | "vuex": "~4.1.0" |
27 | 28 | }, |
28 | 29 | "devDependencies": { |
29 | | - "@intlify/unplugin-vue-i18n": "^1.5.0", |
| 30 | + "@intlify/unplugin-vue-i18n": "^2.0.0", |
30 | 31 | "@types/bootstrap": "^5.2.10", |
31 | 32 | "@types/chai": "^4.3.11", |
32 | 33 | "@types/jsdom": "^21.1.6", |
| 34 | + "@types/lodash": "^4.14.202", |
33 | 35 | "@types/mocha": "^10.0.6", |
34 | | - "@typescript-eslint/eslint-plugin": "^6.14.0", |
35 | | - "@typescript-eslint/parser": "^6.14.0", |
36 | | - "@vite-pwa/assets-generator": "^0.1.0", |
37 | | - "@vitejs/plugin-legacy": "^5.2.0", |
38 | | - "@vitejs/plugin-vue": "^4.5.2", |
39 | | - "@vitest/coverage-istanbul": "^1.0.4", |
| 36 | + "@typescript-eslint/eslint-plugin": "^7.0.1", |
| 37 | + "@typescript-eslint/parser": "^7.0.1", |
| 38 | + "@vite-pwa/assets-generator": "^0.2.4", |
| 39 | + "@vitejs/plugin-legacy": "^5.3.0", |
| 40 | + "@vitejs/plugin-vue": "^5.0.4", |
| 41 | + "@vitest/coverage-istanbul": "^1.3.0", |
40 | 42 | "@vue/eslint-config-typescript": "^12.0.0", |
41 | 43 | "babel-plugin-istanbul": "^6.1.1", |
42 | | - "chai": "^4.3.10", |
43 | | - "eslint": "^8.55.0", |
44 | | - "eslint-plugin-vue": "^9.19.2", |
45 | | - "jsdom": "^23.0.1", |
46 | | - "sass": "^1.69.5", |
| 44 | + "chai": "^5.1.0", |
| 45 | + "eslint": "^8.56.0", |
| 46 | + "eslint-plugin-vue": "^9.21.1", |
| 47 | + "jsdom": "^24.0.0", |
| 48 | + "nodemon": "^3.0.3", |
| 49 | + "sass": "^1.71.0", |
47 | 50 | "source-map-support": "^0.5.21", |
48 | 51 | "ts-node": "^10.9.2", |
49 | 52 | "typescript": "~5.3.3", |
50 | | - "vite": "^5.0.8", |
51 | | - "vite-plugin-pwa": "^0.17.4", |
52 | | - "vitest": "^1.0.4" |
| 53 | + "vite": "^5.1.3", |
| 54 | + "vite-plugin-pwa": "^0.19.0", |
| 55 | + "vitest": "^1.3.0" |
53 | 56 | } |
54 | 57 | } |
0 commit comments