|
25 | 25 | "scripts": "pnpm --filter scripts", |
26 | 26 | "verify-server": "pnpm --filter verify-server" |
27 | 27 | }, |
28 | | - "packageManager": "pnpm@8.6.12", |
| 28 | + "packageManager": "pnpm@8.7.0", |
29 | 29 | "devDependencies": { |
30 | 30 | "@commitlint/cli": "^17.7.1", |
31 | 31 | "@commitlint/config-conventional": "^17.7.0", |
32 | | - "@rollup/pluginutils": "^5.0.3", |
| 32 | + "@rollup/pluginutils": "^5.0.4", |
33 | 33 | "@swc/cli": "^0.1.62", |
34 | 34 | "@swc/core": "1.3.68", |
35 | | - "@types/node": "^18.17.5", |
36 | | - "@typescript-eslint/eslint-plugin": "^6.4.0", |
37 | | - "@typescript-eslint/parser": "^6.4.0", |
38 | | - "@vitest/coverage-v8": "^0.34.1", |
39 | | - "@vitest/ui": "^0.34.1", |
| 35 | + "@types/node": "^18.17.11", |
| 36 | + "@typescript-eslint/eslint-plugin": "^6.4.1", |
| 37 | + "@typescript-eslint/parser": "^6.4.1", |
| 38 | + "@vitest/coverage-v8": "^0.34.3", |
| 39 | + "@vitest/ui": "^0.34.3", |
40 | 40 | "chokidar": "^3.5.3", |
41 | 41 | "commitizen": "^4.3.0", |
42 | 42 | "cz-conventional-changelog": "^3.3.0", |
43 | | - "eslint": "^8.47.0", |
| 43 | + "eslint": "^8.48.0", |
44 | 44 | "eslint-plugin-license-header": "^0.6.0", |
45 | 45 | "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", |
46 | 46 | "eslint-plugin-unicorn": "^48.0.1", |
47 | 47 | "eslint-plugin-unused-imports": "^3.0.0", |
48 | 48 | "pm2": "^5.3.0", |
49 | | - "turbo": "^1.10.12", |
50 | | - "typescript": "5.2.0-dev.20230807", |
| 49 | + "turbo": "^1.10.13", |
| 50 | + "typescript": "5.2.2", |
51 | 51 | "unplugin": "^1.4.0", |
52 | | - "vitest": "^0.34.1" |
| 52 | + "vitest": "^0.34.3" |
53 | 53 | }, |
54 | 54 | "commitlint": { |
55 | 55 | "extends": [ |
|
0 commit comments