|
25 | 25 | "@changesets/cli": "^2.27.1", |
26 | 26 | "@svitejs/changesets-changelog-github-compact": "^1.1.0", |
27 | 27 | "@types/fs-extra": "^11.0.4", |
28 | | - "@types/node": "^20.10.7", |
29 | | - "@typescript-eslint/eslint-plugin": "^6.18.1", |
30 | | - "@typescript-eslint/parser": "^6.18.1", |
| 28 | + "@types/node": "^20.11.2", |
| 29 | + "@typescript-eslint/eslint-plugin": "^6.19.0", |
| 30 | + "@typescript-eslint/parser": "^6.19.0", |
31 | 31 | "cross-env": "^7.0.3", |
32 | | - "dts-buddy": "^0.4.3", |
| 32 | + "dts-buddy": "^0.4.4", |
33 | 33 | "eslint": "^8.56.0", |
34 | 34 | "eslint-config-prettier": "^9.1.0", |
35 | 35 | "eslint-plugin-html": "^7.1.0", |
36 | 36 | "eslint-plugin-markdown": "^3.0.1", |
37 | 37 | "eslint-plugin-n": "^16.6.2", |
38 | | - "eslint-plugin-prettier": "^5.1.2", |
| 38 | + "eslint-plugin-prettier": "^5.1.3", |
39 | 39 | "eslint-plugin-svelte": "^2.35.1", |
40 | 40 | "eslint-plugin-unicorn": "^50.0.1", |
41 | 41 | "execa": "^8.0.1", |
|
45 | 45 | "node-fetch": "^3.3.2", |
46 | 46 | "npm-run-all": "^4.1.5", |
47 | 47 | "playwright-core": "~1.40.1", |
48 | | - "prettier": "^3.1.1", |
| 48 | + "prettier": "^3.2.2", |
49 | 49 | "prettier-plugin-svelte": "^3.1.2", |
50 | 50 | "publint": "^0.2.7", |
51 | 51 | "svelte": "^4.2.8", |
52 | 52 | "typescript": "^5.3.3", |
53 | 53 | "vite": "^5.0.11", |
54 | | - "vitest": "^1.1.3" |
| 54 | + "vitest": "^1.2.0" |
55 | 55 | }, |
56 | 56 | "lint-staged": { |
57 | 57 | "*.{js,ts,svelte,html,md,svx}": "eslint --cache --fix", |
58 | 58 | "*": [ |
59 | 59 | "prettier --cache --ignore-path .gitignore --ignore-unknown --write" |
60 | 60 | ] |
61 | 61 | }, |
62 | | - "packageManager": "pnpm@8.14.0", |
| 62 | + "packageManager": "pnpm@8.14.1", |
63 | 63 | "engines": { |
64 | 64 | "pnpm": "^8.6.3", |
65 | 65 | "node": "^18.0.0 || >=20" |
|
0 commit comments