|
28 | 28 | "@types/jest": "^27.4.0",
|
29 | 29 | "@types/node": "^17.0.7",
|
30 | 30 | "@types/semver": "^7.3.9",
|
31 |
| - "@typescript-eslint/eslint-plugin": "^5.10.0", |
32 |
| - "@typescript-eslint/parser": "^5.10.0", |
| 31 | + "@typescript-eslint/eslint-plugin": "^5.10.1", |
| 32 | + "@typescript-eslint/parser": "^5.10.1", |
33 | 33 | "cross-env": "^7.0.3",
|
34 |
| - "dotenv": "^14.2.0", |
35 |
| - "esbuild": "^0.14.13", |
36 |
| - "eslint": "^8.7.0", |
| 34 | + "dotenv": "^14.3.2", |
| 35 | + "esbuild": "^0.14.14", |
| 36 | + "eslint": "^8.8.0", |
37 | 37 | "eslint-config-prettier": "^8.3.0",
|
38 | 38 | "eslint-plugin-html": "^6.2.0",
|
39 | 39 | "eslint-plugin-jest": "^25.7.0",
|
|
47 | 47 | "jest": "^27.4.7",
|
48 | 48 | "jest-environment-node": "^27.4.6",
|
49 | 49 | "jest-junit": "^13.0.0",
|
50 |
| - "lint-staged": "^12.3.1", |
| 50 | + "lint-staged": "^12.3.2", |
51 | 51 | "node-fetch": "^2.6.6",
|
52 | 52 | "npm-run-all": "^4.1.5",
|
53 |
| - "playwright-core": "^1.18.0", |
| 53 | + "playwright-core": "^1.18.1", |
54 | 54 | "prettier": "^2.5.1",
|
55 | 55 | "prettier-plugin-svelte": "^2.6.0",
|
56 | 56 | "rimraf": "^3.0.2",
|
57 |
| - "svelte": "^3.46.2", |
| 57 | + "svelte": "^3.46.3", |
58 | 58 | "ts-jest": "^27.1.3",
|
59 | 59 | "typescript": "^4.5.5",
|
60 | 60 | "vite": "^2.7.13"
|
|
66 | 66 | ]
|
67 | 67 | },
|
68 | 68 | "engines": {
|
69 |
| - "pnpm": "^6.28.0", |
| 69 | + "pnpm": "^6.29.1", |
70 | 70 | "yarn": "forbidden, use pnpm",
|
71 | 71 | "npm": "forbidden, use pnpm",
|
72 | 72 | "node": "^14.13.1 || >= 16"
|
|
0 commit comments