|
23 | 23 | "@types/fs-extra": "^9.0.13", |
24 | 24 | "@types/node": "^17.0.36", |
25 | 25 | "@types/semver": "^7.3.12", |
26 | | - "@typescript-eslint/eslint-plugin": "^5.33.1", |
27 | | - "@typescript-eslint/parser": "^5.33.1", |
| 26 | + "@typescript-eslint/eslint-plugin": "^5.35.1", |
| 27 | + "@typescript-eslint/parser": "^5.35.1", |
28 | 28 | "cross-env": "^7.0.3", |
29 | 29 | "esbuild": "^0.15.5", |
30 | | - "eslint": "^8.22.0", |
| 30 | + "eslint": "^8.23.0", |
31 | 31 | "eslint-config-prettier": "^8.5.0", |
32 | 32 | "eslint-plugin-html": "^7.1.0", |
33 | 33 | "eslint-plugin-markdown": "^3.0.0", |
|
40 | 40 | "lint-staged": "^13.0.3", |
41 | 41 | "node-fetch": "^3.2.10", |
42 | 42 | "npm-run-all": "^4.1.5", |
43 | | - "playwright-core": "^1.25.0", |
| 43 | + "playwright-core": "^1.25.1", |
44 | 44 | "prettier": "^2.7.1", |
45 | 45 | "prettier-plugin-svelte": "^2.7.0", |
46 | 46 | "rimraf": "^3.0.2", |
47 | 47 | "svelte": "^3.49.0", |
48 | | - "typescript": "^4.7.4", |
| 48 | + "typescript": "^4.8.2", |
49 | 49 | "vite": "^3.0.9", |
50 | 50 | "vitest": "^0.22.1" |
51 | 51 | }, |
|
55 | 55 | "prettier --write" |
56 | 56 | ] |
57 | 57 | }, |
58 | | - "packageManager": "[email protected].3", |
| 58 | + "packageManager": "[email protected].5", |
59 | 59 | "engines": { |
60 | | - "pnpm": "^7.9.3", |
| 60 | + "pnpm": "^7.9.5", |
61 | 61 | "yarn": "forbidden, use pnpm", |
62 | 62 | "npm": "forbidden, use pnpm", |
63 | 63 | "node": "^14.18.0 || >= 16" |
|
0 commit comments