|
36 | 36 | "ci-publish": "tsx scripts/publishCI.ts"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@babel/types": "^7.22.10", |
40 |
| - "@types/babel__core": "^7.20.1", |
41 |
| - "@types/convert-source-map": "^2.0.0", |
42 |
| - "@types/debug": "^4.1.8", |
43 |
| - "@types/fs-extra": "^11.0.1", |
44 |
| - "@types/node": "^18.17.6", |
45 |
| - "@types/resolve": "^1.20.2", |
46 |
| - "@typescript-eslint/eslint-plugin": "^6.4.0", |
47 |
| - "@typescript-eslint/parser": "^6.4.0", |
48 |
| - "@vitejs/release-scripts": "^1.2.1", |
49 |
| - "conventional-changelog-cli": "^4.0.0", |
50 |
| - "eslint": "^8.47.0", |
| 39 | + "@babel/types": "^7.23.0", |
| 40 | + "@types/babel__core": "^7.20.2", |
| 41 | + "@types/convert-source-map": "^2.0.1", |
| 42 | + "@types/debug": "^4.1.9", |
| 43 | + "@types/fs-extra": "^11.0.2", |
| 44 | + "@types/node": "^18.18.0", |
| 45 | + "@types/resolve": "^1.20.3", |
| 46 | + "@typescript-eslint/eslint-plugin": "^6.7.3", |
| 47 | + "@typescript-eslint/parser": "^6.7.3", |
| 48 | + "@vitejs/release-scripts": "^1.3.1", |
| 49 | + "conventional-changelog-cli": "^4.1.0", |
| 50 | + "eslint": "^8.50.0", |
51 | 51 | "eslint-define-config": "^1.23.0",
|
52 | 52 | "eslint-plugin-import": "^2.28.1",
|
53 | 53 | "eslint-plugin-node": "^11.1.0",
|
|
58 | 58 | "lint-staged": "^14.0.1",
|
59 | 59 | "npm-run-all": "^4.1.5",
|
60 | 60 | "picocolors": "^1.0.0",
|
61 |
| - "playwright-chromium": "^1.37.1", |
62 |
| - "prettier": "3.0.2", |
63 |
| - "resolve": "^1.22.4", |
| 61 | + "playwright-chromium": "^1.38.1", |
| 62 | + "prettier": "3.0.3", |
| 63 | + "resolve": "^1.22.6", |
64 | 64 | "rollup": "^3.28.0",
|
65 | 65 | "rollup-plugin-license": "^2.9.1",
|
66 | 66 | "simple-git-hooks": "^2.9.0",
|
67 |
| - "tsx": "^3.12.7", |
| 67 | + "tsx": "^3.13.0", |
68 | 68 | "typescript": "^4.9.5",
|
69 |
| - "unbuild": "2.0.0-rc.0", |
| 69 | + "unbuild": "2.0.0", |
70 | 70 | "vite": "^4.4.9",
|
71 |
| - "vitest": "^0.34.2", |
| 71 | + "vitest": "^0.34.5", |
72 | 72 | "vue": "^3.3.4"
|
73 | 73 | },
|
74 | 74 | "simple-git-hooks": {
|
|
88 | 88 | "eslint --cache --fix"
|
89 | 89 | ]
|
90 | 90 | },
|
91 |
| - "packageManager": "pnpm@8.7.1", |
| 91 | + "packageManager": "pnpm@8.8.0", |
92 | 92 | "pnpm": {
|
93 | 93 | "overrides": {
|
94 | 94 | "@vitejs/plugin-vue": "workspace:*"
|
|
0 commit comments