|
41 | 41 | "vite": "^5.0.0"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@changesets/changelog-github": "^0.4.8", |
45 |
| - "@changesets/cli": "^2.26.2", |
46 |
| - "@polka/url": "^1.0.0-next.23", |
| 44 | + "@changesets/changelog-github": "^0.5.0", |
| 45 | + "@changesets/cli": "^2.27.1", |
| 46 | + "@polka/url": "^1.0.0-next.24", |
47 | 47 | "@types/fs-extra": "^11.0.4",
|
48 |
| - "@types/node": "^20.9.1", |
| 48 | + "@types/node": "^20.11.6", |
49 | 49 | "@types/throttle-debounce": "^5.0.2",
|
50 |
| - "@typescript-eslint/eslint-plugin": "^6.11.0", |
51 |
| - "@typescript-eslint/parser": "^6.11.0", |
52 |
| - "eslint": "^8.53.0", |
53 |
| - "eslint-config-prettier": "^9.0.0", |
54 |
| - "eslint-plugin-vitest": "^0.3.9", |
| 50 | + "@typescript-eslint/eslint-plugin": "^6.19.1", |
| 51 | + "@typescript-eslint/parser": "^6.19.1", |
| 52 | + "eslint": "^8.56.0", |
| 53 | + "eslint-config-prettier": "^9.1.0", |
| 54 | + "eslint-plugin-vitest": "^0.3.20", |
55 | 55 | "mrmime": "^1.0.1",
|
56 | 56 | "node-fetch": "^3.3.2",
|
57 |
| - "prettier": "^3.1.0", |
| 57 | + "prettier": "^3.2.4", |
58 | 58 | "throttle-debounce": "^5.0.0",
|
59 |
| - "tsup": "^7.3.0", |
60 |
| - "typescript": "^5.2.2", |
61 |
| - "vite": "^5.0.0", |
62 |
| - "vitest": "^1.0.0-beta.4", |
63 |
| - "vitest-github-actions-reporter": "^0.10.0" |
| 59 | + "tsup": "^8.0.1", |
| 60 | + "typescript": "^5.3.3", |
| 61 | + "vite": "^5.0.12", |
| 62 | + "vitest": "^1.2.1", |
| 63 | + "vitest-github-actions-reporter": "^0.11.1" |
64 | 64 | },
|
65 | 65 | "dependencies": {
|
66 | 66 | "chokidar": "^3.5.3",
|
67 | 67 | "fast-glob": "^3.2.11",
|
68 | 68 | "fs-extra": "^11.1.0",
|
69 | 69 | "picocolors": "^1.0.0"
|
70 | 70 | },
|
71 |
| - "packageManager": "pnpm@8.10.5" |
| 71 | + "packageManager": "pnpm@8.14.3" |
72 | 72 | }
|
0 commit comments