|
9 | 9 | "scripts": {
|
10 | 10 | "all": "concurrently -g pnpm:check-* pnpm:test pnpm:build",
|
11 | 11 | "test": "vitest run",
|
| 12 | + "test:watch": "vitest", |
12 | 13 | "check-format": "pnpm run _prettier --check",
|
13 | 14 | "check-lint": "pnpm run _eslint",
|
14 | 15 | "check-types": "tsc",
|
|
18 | 19 | "_prettier": "prettier \"**/*.{js,cjs,ts,json,yaml,md}\"",
|
19 | 20 | "_eslint": "eslint \".*.cjs\" \"**/*.{js,cjs,ts}\""
|
20 | 21 | },
|
21 |
| - "packageManager": "pnpm@8.7.5", |
| 22 | + "packageManager": "pnpm@8.10.2+sha256.487609e857f1c11780cc98dd0bfe4c8a8b11c7f23bc3a4493ac7d263d6fb6c8c", |
22 | 23 | "dependencies": {
|
23 | 24 | "@viamrobotics/eslint-config": "workspace:*",
|
24 | 25 | "@viamrobotics/prettier-config": "workspace:*",
|
25 | 26 | "@viamrobotics/typescript-config": "workspace:*"
|
26 | 27 | },
|
27 | 28 | "devDependencies": {
|
28 |
| - "@types/node": "^20.6.0", |
29 |
| - "@types/semver": "^7.5.1", |
30 |
| - "@typescript-eslint/eslint-plugin": "^6.7.0", |
31 |
| - "@typescript-eslint/parser": "^6.7.0", |
32 |
| - "concurrently": "^8.2.1", |
33 |
| - "eslint": "^8.49.0", |
| 29 | + "@types/node": "^20.9.0", |
| 30 | + "@types/semver": "^7.5.5", |
| 31 | + "@typescript-eslint/eslint-plugin": "^6.10.0", |
| 32 | + "@typescript-eslint/parser": "^6.10.0", |
| 33 | + "concurrently": "^8.2.2", |
| 34 | + "eslint": "^8.53.0", |
34 | 35 | "eslint-config-prettier": "^9.0.0",
|
35 |
| - "eslint-plugin-sonarjs": "^0.21.0", |
36 |
| - "eslint-plugin-svelte": "^2.33.1", |
| 36 | + "eslint-plugin-sonarjs": "^0.23.0", |
| 37 | + "eslint-plugin-svelte": "^2.35.0", |
37 | 38 | "eslint-plugin-tailwindcss": "^3.13.0",
|
38 |
| - "eslint-plugin-unicorn": "^48.0.1", |
| 39 | + "eslint-plugin-unicorn": "^49.0.0", |
39 | 40 | "prettier": "^3.0.3",
|
40 |
| - "prettier-plugin-svelte": "^3.0.3", |
41 |
| - "prettier-plugin-tailwindcss": "^0.5.4", |
| 41 | + "prettier-plugin-svelte": "^3.1.0", |
| 42 | + "prettier-plugin-tailwindcss": "^0.5.7", |
42 | 43 | "semver": "^7.5.4",
|
43 | 44 | "typescript": "^5.2.2",
|
44 |
| - "vitest": "^0.34.4" |
| 45 | + "vitest": "^0.34.6" |
45 | 46 | },
|
46 | 47 | "pnpm": {
|
47 | 48 | "peerDependencyRules": {
|
|
0 commit comments