|
2 | 2 | "name": "dojo-battleship", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "private": true, |
| 5 | + "homepage": "https://theodo.github.io/dojo-battleship/", |
5 | 6 | "scripts": { |
6 | 7 | "dev": "vite", |
7 | 8 | "build": "vite build", |
8 | 9 | "preview": "vite preview --port 4173", |
| 10 | + "test:lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore", |
9 | 11 | "test:unit": "vitest --environment jsdom", |
10 | | - "test": "yarn test:unit", |
| 12 | + "test": "yarn test:lint && yarn test:unit", |
11 | 13 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" |
12 | 14 | }, |
13 | 15 | "dependencies": { |
14 | | - "vue": "^3.2.37" |
| 16 | + "vue": "^3.3.4" |
15 | 17 | }, |
16 | 18 | "devDependencies": { |
17 | | - "@rushstack/eslint-patch": "^1.1.0", |
18 | | - "@vitejs/plugin-vue": "^2.3.3", |
19 | | - "@vue/eslint-config-prettier": "^7.0.0", |
20 | | - "@vue/test-utils": "^2.0.0", |
21 | | - "eslint": "^8.5.0", |
22 | | - "eslint-plugin-vue": "^9.0.0", |
23 | | - "jsdom": "^20.0.0", |
24 | | - "prettier": "^2.5.1", |
25 | | - "sass": "^1.53.0", |
26 | | - "vite": "^2.9.16", |
27 | | - "vitest": "^0.15.1" |
| 19 | + "@rushstack/eslint-patch": "^1.3.3", |
| 20 | + "@vitejs/plugin-vue": "^4.3.4", |
| 21 | + "@vue/eslint-config-prettier": "^8.0.0", |
| 22 | + "@vue/test-utils": "^2.4.1", |
| 23 | + "eslint": "^8.48.0", |
| 24 | + "eslint-plugin-vue": "^9.17.0", |
| 25 | + "jsdom": "^22.1.0", |
| 26 | + "prettier": "^3.0.3", |
| 27 | + "sass": "^1.66.1", |
| 28 | + "vite": "^4.4.9", |
| 29 | + "vitest": "^0.34.4" |
28 | 30 | } |
29 | 31 | } |
0 commit comments