|
36 | 36 | "ci-publish": "tsx scripts/publishCI.ts" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/types": "^7.23.3", |
40 | | - "@types/babel__core": "^7.20.4", |
| 39 | + "@babel/types": "^7.23.5", |
| 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.9.0", |
45 | | - "@types/resolve": "^1.20.5", |
46 | | - "@typescript-eslint/eslint-plugin": "^6.11.0", |
47 | | - "@typescript-eslint/parser": "^6.11.0", |
| 44 | + "@types/node": "^20.10.3", |
| 45 | + "@types/resolve": "^1.20.6", |
| 46 | + "@typescript-eslint/eslint-plugin": "^6.13.2", |
| 47 | + "@typescript-eslint/parser": "^6.13.2", |
48 | 48 | "@vitejs/release-scripts": "^1.3.1", |
49 | 49 | "conventional-changelog-cli": "^4.1.0", |
50 | | - "eslint": "^8.53.0", |
| 50 | + "eslint": "^8.55.0", |
51 | 51 | "eslint-define-config": "^1.24.1", |
52 | 52 | "eslint-plugin-import": "^2.29.0", |
53 | 53 | "eslint-plugin-node": "^11.1.0", |
54 | | - "eslint-plugin-regexp": "^2.1.1", |
| 54 | + "eslint-plugin-regexp": "^2.1.2", |
55 | 55 | "execa": "^8.0.1", |
56 | 56 | "fast-glob": "^3.3.2", |
57 | | - "fs-extra": "^11.1.1", |
58 | | - "lint-staged": "^15.1.0", |
| 57 | + "fs-extra": "^11.2.0", |
| 58 | + "lint-staged": "^15.2.0", |
59 | 59 | "npm-run-all": "^4.1.5", |
60 | 60 | "picocolors": "^1.0.0", |
61 | | - "playwright-chromium": "^1.39.0", |
| 61 | + "playwright-chromium": "^1.40.1", |
62 | 62 | "prettier": "3.1.0", |
63 | 63 | "resolve": "^1.22.8", |
64 | 64 | "rollup": "^4.6.0", |
65 | 65 | "rollup-plugin-license": "^3.2.0", |
66 | 66 | "simple-git-hooks": "^2.9.0", |
67 | | - "tsx": "^4.1.4", |
68 | | - "typescript": "^5.2.2", |
| 67 | + "tsx": "^4.6.2", |
| 68 | + "typescript": "^5.3.3", |
69 | 69 | "unbuild": "2.0.0", |
70 | 70 | "vite": "^5.0.2", |
71 | 71 | "vitest": "^0.34.6", |
72 | | - "vue": "^3.3.8" |
| 72 | + "vue": "^3.3.10" |
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.10.5", |
| 91 | + "packageManager": "pnpm@8.11.0", |
92 | 92 | "pnpm": { |
93 | 93 | "overrides": { |
94 | 94 | "@vitejs/plugin-vue": "workspace:*" |
|
0 commit comments