|
24 | 24 | "@changesets/cli": "^2.26.2", |
25 | 25 | "@svitejs/changesets-changelog-github-compact": "^1.1.0", |
26 | 26 | "@types/fs-extra": "^11.0.2", |
27 | | - "@types/node": "^18.18.3", |
28 | | - "@typescript-eslint/eslint-plugin": "^6.7.4", |
29 | | - "@typescript-eslint/parser": "^6.7.4", |
| 27 | + "@types/node": "^18.18.4", |
| 28 | + "@typescript-eslint/eslint-plugin": "^6.7.5", |
| 29 | + "@typescript-eslint/parser": "^6.7.5", |
30 | 30 | "cross-env": "^7.0.3", |
31 | | - "eslint": "^8.50.0", |
| 31 | + "eslint": "^8.51.0", |
32 | 32 | "eslint-config-prettier": "^9.0.0", |
33 | 33 | "eslint-plugin-html": "^7.1.0", |
34 | 34 | "eslint-plugin-markdown": "^3.0.1", |
|
45 | 45 | "playwright-core": "~1.38.1", |
46 | 46 | "prettier": "^3.0.3", |
47 | 47 | "prettier-plugin-svelte": "^3.0.3", |
48 | | - "publint": "^0.2.3", |
| 48 | + "publint": "^0.2.4", |
49 | 49 | "svelte": "^4.2.1", |
50 | 50 | "typescript": "^5.2.2", |
51 | | - "vite": "^5.0.0-beta.4", |
| 51 | + "vite": "^5.0.0-beta.5", |
52 | 52 | "vitest": "^0.34.6" |
53 | 53 | }, |
54 | 54 | "lint-staged": { |
|
57 | 57 | "prettier --cache --ignore-path .gitignore --ignore-unknown --write" |
58 | 58 | ] |
59 | 59 | }, |
60 | | - "packageManager": "pnpm@8.8.0", |
| 60 | + "packageManager": "pnpm@8.9.0", |
61 | 61 | "engines": { |
62 | 62 | "pnpm": "^8.6.3", |
63 | 63 | "node": "^18.0.0 || >=20" |
|
0 commit comments