|
52 | 52 | "@types/minimist": "^1.2.2",
|
53 | 53 | "@types/node": "^17.0.42",
|
54 | 54 | "@types/picomatch": "^2.3.0",
|
55 |
| - "@types/prompts": "^2.0.14", |
| 55 | + "@types/prompts": "^2.4.1", |
56 | 56 | "@types/resolve": "^1.20.2",
|
57 | 57 | "@types/sass": "~1.43.1",
|
58 | 58 | "@types/semver": "^7.3.12",
|
59 | 59 | "@types/stylus": "^0.48.38",
|
60 | 60 | "@types/ws": "^8.5.3",
|
61 |
| - "@typescript-eslint/eslint-plugin": "^5.38.1", |
62 |
| - "@typescript-eslint/parser": "^5.38.1", |
| 61 | + "@typescript-eslint/eslint-plugin": "^5.39.0", |
| 62 | + "@typescript-eslint/parser": "^5.39.0", |
63 | 63 | "conventional-changelog-cli": "^2.2.2",
|
64 | 64 | "esbuild": "^0.14.47",
|
65 |
| - "eslint": "^8.24.0", |
| 65 | + "eslint": "^8.25.0", |
66 | 66 | "eslint-define-config": "^1.7.0",
|
67 | 67 | "eslint-plugin-import": "^2.26.0",
|
68 | 68 | "eslint-plugin-node": "^11.1.0",
|
|
73 | 73 | "minimist": "^1.2.6",
|
74 | 74 | "npm-run-all": "^4.1.5",
|
75 | 75 | "picocolors": "^1.0.0",
|
76 |
| - "playwright-chromium": "^1.26.1", |
77 |
| - "pnpm": "^7.13.0", |
| 76 | + "playwright-chromium": "^1.27.0", |
| 77 | + "pnpm": "^7.13.3", |
78 | 78 | "prettier": "2.7.1",
|
79 | 79 | "prompts": "^2.4.2",
|
80 | 80 | "resolve": "^1.22.1",
|
81 | 81 | "rimraf": "^3.0.2",
|
82 | 82 | "rollup": "^2.79.1",
|
83 | 83 | "rollup-plugin-license": "^2.8.1",
|
84 |
| - "semver": "^7.3.7", |
| 84 | + "semver": "^7.3.8", |
85 | 85 | "simple-git-hooks": "^2.8.0",
|
86 | 86 | "tslib": "^2.4.0",
|
87 |
| - "tsx": "^3.9.0", |
| 87 | + "tsx": "^3.10.1", |
88 | 88 | "typescript": "^4.6.4",
|
89 | 89 | "unbuild": "^0.8.11",
|
90 | 90 | "vite": "workspace:*",
|
91 | 91 | "vitepress": "^1.0.0-alpha.19",
|
92 |
| - "vitest": "^0.23.4", |
| 92 | + "vitest": "^0.24.0", |
93 | 93 | "vue": "^3.2.40"
|
94 | 94 | },
|
95 | 95 | "simple-git-hooks": {
|
|
110 | 110 | "eslint --cache --fix"
|
111 | 111 | ]
|
112 | 112 | },
|
113 |
| - "packageManager": "[email protected].0", |
| 113 | + "packageManager": "[email protected].3", |
114 | 114 | "pnpm": {
|
115 | 115 | "overrides": {
|
116 | 116 | "vite": "workspace:*",
|
|
0 commit comments