|
31 | 31 | "ci-publish": "tsx scripts/publishCI.ts"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "@babel/types": "^7.21.3", |
35 |
| - "@types/babel__core": "^7.20.0", |
| 34 | + "@babel/types": "^7.22.5", |
| 35 | + "@types/babel__core": "^7.20.1", |
36 | 36 | "@types/convert-source-map": "^2.0.0",
|
37 |
| - "@types/debug": "^4.1.7", |
| 37 | + "@types/debug": "^4.1.8", |
38 | 38 | "@types/fs-extra": "^11.0.1",
|
39 | 39 | "@types/minimist": "^1.2.2",
|
40 |
| - "@types/node": "^18.15.11", |
| 40 | + "@types/node": "^18.16.19", |
41 | 41 | "@types/prompts": "^2.4.4",
|
42 | 42 | "@types/resolve": "^1.20.2",
|
43 |
| - "@types/semver": "^7.3.13", |
44 |
| - "@typescript-eslint/eslint-plugin": "^5.57.0", |
45 |
| - "@typescript-eslint/parser": "^5.57.0", |
| 43 | + "@types/semver": "^7.5.0", |
| 44 | + "@typescript-eslint/eslint-plugin": "^5.60.1", |
| 45 | + "@typescript-eslint/parser": "^5.60.1", |
46 | 46 | "conventional-changelog-cli": "^2.2.2",
|
47 |
| - "eslint": "^8.37.0", |
48 |
| - "eslint-define-config": "^1.17.0", |
| 47 | + "eslint": "^8.44.0", |
| 48 | + "eslint-define-config": "^1.21.0", |
49 | 49 | "eslint-plugin-import": "^2.27.5",
|
50 | 50 | "eslint-plugin-node": "^11.1.0",
|
51 |
| - "eslint-plugin-regexp": "^1.14.0", |
| 51 | + "eslint-plugin-regexp": "^1.15.0", |
52 | 52 | "execa": "^6.1.0",
|
53 |
| - "fast-glob": "^3.2.12", |
| 53 | + "fast-glob": "^3.3.0", |
54 | 54 | "fs-extra": "^11.1.1",
|
55 |
| - "lint-staged": "^13.2.0", |
| 55 | + "lint-staged": "^13.2.3", |
56 | 56 | "minimist": "^1.2.8",
|
57 | 57 | "npm-run-all": "^4.1.5",
|
58 | 58 | "picocolors": "^1.0.0",
|
59 |
| - "playwright-chromium": "^1.32.1", |
60 |
| - "pnpm": "^7.30.5", |
61 |
| - "prettier": "2.8.7", |
| 59 | + "playwright-chromium": "^1.35.1", |
| 60 | + "pnpm": "^7.33.3", |
| 61 | + "prettier": "2.8.8", |
62 | 62 | "prompts": "^2.4.2",
|
63 |
| - "resolve": "^1.22.1", |
| 63 | + "resolve": "^1.22.2", |
64 | 64 | "rollup": "^3.20.2",
|
65 | 65 | "rollup-plugin-license": "^2.9.1",
|
66 |
| - "semver": "^7.3.8", |
| 66 | + "semver": "^7.5.3", |
67 | 67 | "simple-git-hooks": "^2.8.1",
|
68 |
| - "tsx": "^3.12.6", |
| 68 | + "tsx": "^3.12.7", |
69 | 69 | "typescript": "^4.9.5",
|
70 |
| - "unbuild": "^1.1.2", |
71 |
| - "vite": "^4.3.5", |
72 |
| - "vitest": "^0.29.8", |
73 |
| - "vue": "^3.3.0-beta.5" |
| 70 | + "unbuild": "^1.2.1", |
| 71 | + "vite": "^4.3.9", |
| 72 | + "vitest": "^0.32.3", |
| 73 | + "vue": "^3.3.4" |
74 | 74 | },
|
75 | 75 | "simple-git-hooks": {
|
76 | 76 | "pre-commit": "pnpm exec lint-staged --concurrent false",
|
|
90 | 90 | "eslint --cache --fix"
|
91 | 91 | ]
|
92 | 92 | },
|
93 |
| - "packageManager": "pnpm@7.30.5", |
| 93 | + "packageManager": "pnpm@7.33.3", |
94 | 94 | "pnpm": {
|
95 | 95 | "overrides": {
|
96 | 96 | "@vitejs/plugin-vue": "workspace:*"
|
|
0 commit comments