|
23 | 23 | "@changesets/cli": "^2.26.2", |
24 | 24 | "@svitejs/changesets-changelog-github-compact": "^1.1.0", |
25 | 25 | "@types/fs-extra": "^11.0.1", |
26 | | - "@types/node": "^18.17.9", |
27 | | - "@typescript-eslint/eslint-plugin": "^6.4.1", |
28 | | - "@typescript-eslint/parser": "^6.4.1", |
| 26 | + "@types/node": "^18.17.12", |
| 27 | + "@typescript-eslint/eslint-plugin": "^6.5.0", |
| 28 | + "@typescript-eslint/parser": "^6.5.0", |
29 | 29 | "cross-env": "^7.0.3", |
30 | | - "eslint": "^8.47.0", |
| 30 | + "eslint": "^8.48.0", |
31 | 31 | "eslint-config-prettier": "^9.0.0", |
32 | 32 | "eslint-plugin-html": "^7.1.0", |
33 | 33 | "eslint-plugin-markdown": "^3.0.1", |
|
42 | 42 | "node-fetch": "^3.3.2", |
43 | 43 | "npm-run-all": "^4.1.5", |
44 | 44 | "playwright-core": "~1.37.1", |
45 | | - "prettier": "^3.0.2", |
| 45 | + "prettier": "^3.0.3", |
46 | 46 | "prettier-plugin-svelte": "^3.0.3", |
47 | 47 | "publint": "^0.2.2", |
48 | 48 | "svelte": "^4.2.0", |
49 | 49 | "typescript": "^5.2.2", |
50 | 50 | "vite": "^4.4.9", |
51 | | - "vitest": "^0.34.2" |
| 51 | + "vitest": "^0.34.3" |
52 | 52 | }, |
53 | 53 | "lint-staged": { |
54 | 54 | "*.{js,ts,svelte,html,md,svx}": "eslint --cache --fix", |
55 | 55 | "*": [ |
56 | 56 | "prettier --cache --ignore-path .gitignore --ignore-unknown --write" |
57 | 57 | ] |
58 | 58 | }, |
59 | | - "packageManager": "pnpm@8.6.12", |
| 59 | + "packageManager": "pnpm@8.7.0", |
60 | 60 | "engines": { |
61 | 61 | "pnpm": "^8.6.3", |
62 | 62 | "node": "^14.18.0 || >= 16" |
|
0 commit comments