|
31 | 31 | "ci-publish": "tsx scripts/publishCI.ts"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "@babel/types": "^7.20.5", |
35 |
| - "@microsoft/api-extractor": "^7.33.6", |
| 34 | + "@babel/types": "^7.20.7", |
| 35 | + "@microsoft/api-extractor": "^7.33.7", |
36 | 36 | "@rollup/plugin-typescript": "^10.0.1",
|
37 | 37 | "@types/babel__core": "^7.1.20",
|
38 | 38 | "@types/babel__standalone": "^7.1.4",
|
|
45 | 45 | "@types/less": "^3.0.3",
|
46 | 46 | "@types/micromatch": "^4.0.2",
|
47 | 47 | "@types/minimist": "^1.2.2",
|
48 |
| - "@types/node": "^18.11.10", |
| 48 | + "@types/node": "^18.11.18", |
49 | 49 | "@types/picomatch": "^2.3.0",
|
50 |
| - "@types/prompts": "^2.4.1", |
| 50 | + "@types/prompts": "^2.4.2", |
51 | 51 | "@types/resolve": "^1.20.2",
|
52 | 52 | "@types/sass": "~1.43.1",
|
53 | 53 | "@types/semver": "^7.3.13",
|
54 | 54 | "@types/stylus": "^0.48.38",
|
55 |
| - "@types/ws": "^8.5.3", |
56 |
| - "@typescript-eslint/eslint-plugin": "^5.45.0", |
57 |
| - "@typescript-eslint/parser": "^5.45.0", |
| 55 | + "@types/ws": "^8.5.4", |
| 56 | + "@typescript-eslint/eslint-plugin": "^5.47.1", |
| 57 | + "@typescript-eslint/parser": "^5.47.1", |
58 | 58 | "conventional-changelog-cli": "^2.2.2",
|
59 | 59 | "esbuild": "^0.16.3",
|
60 |
| - "eslint": "^8.29.0", |
61 |
| - "eslint-define-config": "^1.12.0", |
| 60 | + "eslint": "^8.31.0", |
| 61 | + "eslint-define-config": "^1.13.0", |
62 | 62 | "eslint-plugin-import": "^2.26.0",
|
63 | 63 | "eslint-plugin-node": "^11.1.0",
|
64 | 64 | "eslint-plugin-regexp": "^1.11.0",
|
|
69 | 69 | "minimist": "^1.2.7",
|
70 | 70 | "npm-run-all": "^4.1.5",
|
71 | 71 | "picocolors": "^1.0.0",
|
72 |
| - "playwright-chromium": "^1.28.1", |
73 |
| - "pnpm": "^7.18.1", |
74 |
| - "prettier": "2.8.0", |
| 72 | + "playwright-chromium": "^1.29.1", |
| 73 | + "pnpm": "^7.21.0", |
| 74 | + "prettier": "2.8.1", |
75 | 75 | "prompts": "^2.4.2",
|
76 | 76 | "resolve": "^1.22.1",
|
77 | 77 | "rimraf": "^3.0.2",
|
|
83 | 83 | "tsx": "^3.12.1",
|
84 | 84 | "typescript": "^4.6.4",
|
85 | 85 | "unbuild": "^0.9.4",
|
86 |
| - "vite": "^4.0.0", |
87 |
| - "vitest": "^0.25.3", |
| 86 | + "vite": "^4.0.3", |
| 87 | + "vitest": "^0.26.3", |
88 | 88 | "vue": "^3.2.45"
|
89 | 89 | },
|
90 | 90 | "simple-git-hooks": {
|
|
105 | 105 | "eslint --cache --fix"
|
106 | 106 | ]
|
107 | 107 | },
|
108 |
| - "packageManager": "pnpm@7.18.1", |
| 108 | + "packageManager": "pnpm@7.21.0", |
109 | 109 | "pnpm": {
|
110 | 110 | "overrides": {
|
111 | 111 | "@vitejs/plugin-vue": "workspace:*"
|
|
0 commit comments