|
36 | 36 | "ci-publish": "tsx scripts/publishCI.ts" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/types": "^7.24.0", |
| 39 | + "@babel/types": "^7.24.6", |
40 | 40 | "@types/babel__core": "^7.20.5", |
41 | 41 | "@types/convert-source-map": "^2.0.3", |
42 | 42 | "@types/debug": "^4.1.12", |
43 | 43 | "@types/fs-extra": "^11.0.4", |
44 | | - "@types/node": "^20.11.26", |
| 44 | + "@types/node": "^20.12.13", |
45 | 45 | "@types/resolve": "^1.20.6", |
46 | | - "@typescript-eslint/eslint-plugin": "^7.2.0", |
47 | | - "@typescript-eslint/parser": "^7.2.0", |
| 46 | + "@typescript-eslint/eslint-plugin": "^7.11.0", |
| 47 | + "@typescript-eslint/parser": "^7.11.0", |
48 | 48 | "@vitejs/release-scripts": "^1.3.1", |
49 | | - "conventional-changelog-cli": "^4.1.0", |
| 49 | + "conventional-changelog-cli": "^5.0.0", |
50 | 50 | "eslint": "^8.57.0", |
51 | 51 | "eslint-define-config": "^2.1.0", |
52 | 52 | "eslint-plugin-import": "^2.29.1", |
53 | 53 | "eslint-plugin-n": "^14.0.0", |
54 | | - "eslint-plugin-regexp": "^2.3.0", |
55 | | - "execa": "^8.0.1", |
| 54 | + "eslint-plugin-regexp": "^2.6.0", |
| 55 | + "execa": "^9.1.0", |
56 | 56 | "fast-glob": "^3.3.2", |
57 | 57 | "fs-extra": "^11.2.0", |
58 | | - "lint-staged": "^15.2.2", |
59 | | - "npm-run-all2": "^6.1.2", |
60 | | - "picocolors": "^1.0.0", |
61 | | - "playwright-chromium": "^1.42.1", |
62 | | - "prettier": "3.2.5", |
| 58 | + "lint-staged": "^15.2.5", |
| 59 | + "npm-run-all2": "^6.2.0", |
| 60 | + "picocolors": "^1.0.1", |
| 61 | + "playwright-chromium": "^1.44.1", |
| 62 | + "prettier": "3.3.1", |
63 | 63 | "resolve": "^1.22.8", |
64 | | - "rollup": "^4.13.0", |
65 | | - "rollup-plugin-license": "^3.3.1", |
66 | | - "simple-git-hooks": "^2.10.0", |
67 | | - "tsx": "^4.7.1", |
68 | | - "typescript": "^5.4.2", |
| 64 | + "rollup": "^4.18.0", |
| 65 | + "rollup-plugin-license": "^3.4.0", |
| 66 | + "simple-git-hooks": "^2.11.1", |
| 67 | + "tsx": "^4.11.0", |
| 68 | + "typescript": "^5.4.5", |
69 | 69 | "unbuild": "2.0.0", |
70 | | - "vite": "^5.1.6", |
71 | | - "vitest": "^1.3.1", |
72 | | - "vue": "^3.4.21" |
| 70 | + "vite": "^5.2.12", |
| 71 | + "vitest": "^1.6.0", |
| 72 | + "vue": "^3.4.27" |
73 | 73 | }, |
74 | 74 | "simple-git-hooks": { |
75 | 75 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
88 | 88 | "eslint --cache --fix" |
89 | 89 | ] |
90 | 90 | }, |
91 | | - "packageManager": "pnpm@8.15.4", |
| 91 | + "packageManager": "pnpm@9.1.4", |
92 | 92 | "pnpm": { |
93 | 93 | "overrides": { |
94 | 94 | "@vitejs/plugin-vue": "workspace:*" |
|
0 commit comments