|
24 | 24 | "@svitejs/changesets-changelog-github-compact": "^1.1.0", |
25 | 25 | "@types/fs-extra": "^11.0.1", |
26 | 26 | "@types/node": "^18.16.19", |
27 | | - "@typescript-eslint/eslint-plugin": "^5.61.0", |
28 | | - "@typescript-eslint/parser": "^5.61.0", |
| 27 | + "@typescript-eslint/eslint-plugin": "^5.62.0", |
| 28 | + "@typescript-eslint/parser": "^5.62.0", |
29 | 29 | "cross-env": "^7.0.3", |
30 | | - "eslint": "^8.44.0", |
| 30 | + "eslint": "^8.45.0", |
31 | 31 | "eslint-config-prettier": "^8.8.0", |
32 | 32 | "eslint-plugin-html": "^7.1.0", |
33 | 33 | "eslint-plugin-markdown": "^3.0.0", |
|
40 | 40 | "lint-staged": "^13.2.3", |
41 | 41 | "node-fetch": "^3.3.1", |
42 | 42 | "npm-run-all": "^4.1.5", |
43 | | - "playwright-core": "~1.35.1", |
| 43 | + "playwright-core": "~1.36.1", |
44 | 44 | "prettier": "^2.8.8", |
45 | 45 | "prettier-plugin-svelte": "^2.10.1", |
46 | | - "publint": "^0.1.15", |
47 | | - "svelte": "^4.0.3", |
| 46 | + "publint": "^0.1.16", |
| 47 | + "svelte": "^4.0.5", |
48 | 48 | "typescript": "^5.1.6", |
49 | | - "vite": "^4.3.9", |
50 | | - "vitest": "^0.32.4" |
| 49 | + "vite": "^4.4.4", |
| 50 | + "vitest": "^0.33.0" |
51 | 51 | }, |
52 | 52 | "lint-staged": { |
53 | 53 | "*.{js,ts,svelte,html,md,svx}": "eslint --cache --fix", |
54 | 54 | "*": [ |
55 | 55 | "prettier --cache --ignore-path .gitignore --ignore-unknown --write" |
56 | 56 | ] |
57 | 57 | }, |
58 | | - "packageManager": "pnpm@8.6.6", |
| 58 | + "packageManager": "pnpm@8.6.9", |
59 | 59 | "engines": { |
60 | 60 | "pnpm": "^8.6.3", |
61 | 61 | "node": "^14.18.0 || >= 16" |
|
0 commit comments