|
27 | 27 | "@changesets/get-github-info": "^0.5.0",
|
28 | 28 | "@types/fs-extra": "^9.0.12",
|
29 | 29 | "@types/jest": "^26.0.24",
|
30 |
| - "@types/node": "^16.3.1", |
| 30 | + "@types/node": "^16.3.3", |
31 | 31 | "@types/semver": "^7.3.7",
|
32 |
| - "@typescript-eslint/eslint-plugin": "^4.28.2", |
33 |
| - "@typescript-eslint/parser": "^4.28.2", |
| 32 | + "@typescript-eslint/eslint-plugin": "^4.28.3", |
| 33 | + "@typescript-eslint/parser": "^4.28.3", |
34 | 34 | "chalk": "^4.1.1",
|
35 | 35 | "cross-env": "^7.0.3",
|
36 | 36 | "dotenv": "^10.0.0",
|
37 | 37 | "enquirer": "^2.3.6",
|
38 | 38 | "esbuild": "^0.12.15",
|
39 |
| - "eslint": "^7.30.0", |
| 39 | + "eslint": "^7.31.0", |
40 | 40 | "eslint-config-prettier": "^8.3.0",
|
41 | 41 | "eslint-plugin-html": "^6.1.2",
|
42 | 42 | "eslint-plugin-jest": "^24.3.6",
|
|
50 | 50 | "jest": "^27.0.6",
|
51 | 51 | "jest-environment-node": "^27.0.6",
|
52 | 52 | "jest-junit": "^12.2.0",
|
53 |
| - "lint-staged": "^11.0.0", |
| 53 | + "lint-staged": "^11.0.1", |
54 | 54 | "minimist": "^1.2.5",
|
55 | 55 | "node-fetch": "^2.6.1",
|
56 |
| - "npm-check-updates": "^11.8.2", |
| 56 | + "npm-check-updates": "^11.8.3", |
57 | 57 | "npm-run-all": "^4.1.5",
|
58 | 58 | "playwright-core": "^1.12.3",
|
59 |
| - "pnpm": "^6.10.0", |
| 59 | + "pnpm": "^6.10.3", |
60 | 60 | "prettier": "^2.3.2",
|
61 | 61 | "prettier-plugin-svelte": "^2.3.1",
|
62 | 62 | "rimraf": "^3.0.2",
|
|
65 | 65 | "svelte": "^3.38.3",
|
66 | 66 | "ts-jest": "^27.0.3",
|
67 | 67 | "typescript": "^4.3.5",
|
68 |
| - "vite": "^2.4.1" |
| 68 | + "vite": "^2.4.2" |
69 | 69 | },
|
70 | 70 | "lint-staged": {
|
71 | 71 | "*.{js,ts,svelte,html,md,svx}": "eslint --fix",
|
|
0 commit comments