|
19 | 19 | "_prettier": "prettier \"**/*.{js,cjs,ts,json,yaml,md}\"",
|
20 | 20 | "_eslint": "eslint \".*.cjs\" \"**/*.{js,cjs,ts}\""
|
21 | 21 | },
|
22 |
| - "packageManager": "[email protected].0+sha256.fbcf256db6d06bc189e31df34b3ed61220f3ba9f78a2ca8fe7be0fce4670dbd3", |
| 22 | + "packageManager": "[email protected].1+sha256.9e5f62ce5f2b7d4ceb3c2848f41cf0b33032c24d683c7088b53f62b1885fb246", |
23 | 23 | "dependencies": {
|
24 | 24 | "@viamrobotics/eslint-config": "workspace:*",
|
25 | 25 | "@viamrobotics/prettier-config": "workspace:*",
|
26 | 26 | "@viamrobotics/typescript-config": "workspace:*"
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 |
| - "@types/node": "^20.10.5", |
| 29 | + "@types/node": "^20.10.6", |
30 | 30 | "@types/semver": "^7.5.6",
|
31 |
| - "@typescript-eslint/eslint-plugin": "^6.15.0", |
32 |
| - "@typescript-eslint/parser": "^6.15.0", |
| 31 | + "@typescript-eslint/eslint-plugin": "^6.17.0", |
| 32 | + "@typescript-eslint/parser": "^6.17.0", |
33 | 33 | "concurrently": "^8.2.2",
|
34 | 34 | "eslint": "^8.56.0",
|
35 | 35 | "eslint-config-prettier": "^9.1.0",
|
36 | 36 | "eslint-plugin-sonarjs": "^0.23.0",
|
37 | 37 | "eslint-plugin-svelte": "^2.35.1",
|
38 |
| - "eslint-plugin-tailwindcss": "^3.13.0", |
39 |
| - "eslint-plugin-unicorn": "^49.0.0", |
| 38 | + "eslint-plugin-tailwindcss": "^3.13.1", |
| 39 | + "eslint-plugin-unicorn": "^50.0.1", |
40 | 40 | "prettier": "^3.1.1",
|
41 | 41 | "prettier-plugin-svelte": "^3.1.2",
|
42 |
| - "prettier-plugin-tailwindcss": "^0.5.9", |
| 42 | + "prettier-plugin-tailwindcss": "^0.5.10", |
43 | 43 | "semver": "^7.5.4",
|
44 | 44 | "typescript": "^5.3.3",
|
45 |
| - "vitest": "^1.1.0" |
| 45 | + "vitest": "^1.1.1" |
46 | 46 | },
|
47 | 47 | "pnpm": {
|
48 | 48 | "peerDependencyRules": {
|
|
0 commit comments