|
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": "^18.19.2", |
29 |
| - "@typescript-eslint/eslint-plugin": "^6.13.2", |
30 |
| - "@typescript-eslint/parser": "^6.13.2", |
| 28 | + "@types/node": "^18.19.3", |
| 29 | + "@typescript-eslint/eslint-plugin": "^6.14.0", |
| 30 | + "@typescript-eslint/parser": "^6.14.0", |
31 | 31 | "cross-env": "^7.0.3",
|
32 |
| - "dts-buddy": "^0.4.1", |
| 32 | + "dts-buddy": "^0.4.2", |
33 | 33 | "eslint": "^8.55.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 |
| - "eslint-plugin-n": "^16.3.1", |
| 37 | + "eslint-plugin-n": "^16.4.0", |
38 | 38 | "eslint-plugin-prettier": "^5.0.1",
|
39 | 39 | "eslint-plugin-svelte": "^2.35.1",
|
40 | 40 | "eslint-plugin-unicorn": "^49.0.0",
|
|
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.0", |
| 48 | + "prettier": "^3.1.1", |
49 | 49 | "prettier-plugin-svelte": "^3.1.2",
|
50 | 50 | "publint": "^0.2.6",
|
51 | 51 | "svelte": "^4.2.8",
|
52 |
| - "typescript": "^5.3.2", |
53 |
| - "vite": "^5.0.5", |
54 |
| - "vitest": "^1.0.1" |
| 52 | + "typescript": "^5.3.3", |
| 53 | + "vite": "^5.0.7", |
| 54 | + "vitest": "^1.0.4" |
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.11.0", |
| 62 | + "packageManager": "pnpm@8.12.0", |
63 | 63 | "engines": {
|
64 | 64 | "pnpm": "^8.6.3",
|
65 | 65 | "node": "^18.0.0 || >=20"
|
|
0 commit comments