|
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | 37 | "@babel/types": "^7.17.10", |
38 | | - "@microsoft/api-extractor": "^7.23.1", |
| 38 | + "@microsoft/api-extractor": "^7.24.1", |
39 | 39 | "@rollup/plugin-typescript": "^8.3.2", |
40 | 40 | "@types/babel__core": "^7.1.19", |
41 | 41 | "@types/babel__standalone": "^7.1.4", |
|
55 | 55 | "@types/resolve": "^1.20.2", |
56 | 56 | "@types/sass": "~1.43.1", |
57 | 57 | "@types/semver": "^7.3.9", |
58 | | - "@types/stylus": "^0.48.37", |
| 58 | + "@types/stylus": "^0.48.38", |
59 | 59 | "@types/ws": "^8.5.3", |
60 | | - "@typescript-eslint/eslint-plugin": "^5.22.0", |
61 | | - "@typescript-eslint/parser": "^5.22.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "^5.25.0", |
| 61 | + "@typescript-eslint/parser": "^5.25.0", |
62 | 62 | "conventional-changelog-cli": "^2.2.2", |
63 | 63 | "cross-env": "^7.0.3", |
64 | 64 | "esbuild": "^0.14.38", |
65 | | - "eslint": "^8.15.0", |
66 | | - "eslint-define-config": "^1.4.0", |
| 65 | + "eslint": "^8.16.0", |
| 66 | + "eslint-define-config": "^1.4.1", |
67 | 67 | "eslint-plugin-import": "^2.26.0", |
68 | 68 | "eslint-plugin-node": "^11.1.0", |
69 | 69 | "esno": "^0.16.3", |
|
75 | 75 | "node-fetch": "^2.6.7", |
76 | 76 | "npm-run-all": "^4.1.5", |
77 | 77 | "picocolors": "^1.0.0", |
78 | | - "playwright-chromium": "^1.21.1", |
79 | | - "pnpm": "^7.1.2", |
| 78 | + "playwright-chromium": "^1.22.2", |
| 79 | + "pnpm": "^7.1.3", |
80 | 80 | "prettier": "2.6.2", |
81 | 81 | "prompts": "^2.4.2", |
82 | 82 | "rimraf": "^3.0.2", |
|
89 | 89 | "unbuild": "^0.7.4", |
90 | 90 | "vite": "workspace:*", |
91 | 91 | "vitepress": "1.0.0-draft.4", |
92 | | - "vitest": "^0.12.4", |
93 | | - "vue": "^3.2.33" |
| 92 | + "vitest": "^0.12.9", |
| 93 | + "vue": "^3.2.35" |
94 | 94 | }, |
95 | 95 | "simple-git-hooks": { |
96 | 96 | "pre-commit": "pnpm exec lint-staged --concurrent false", |
|
110 | 110 | "eslint --fix" |
111 | 111 | ] |
112 | 112 | }, |
113 | | - "packageManager": "pnpm@7.0.1", |
| 113 | + "packageManager": "pnpm@7.1.3", |
114 | 114 | "pnpm": { |
115 | 115 | "overrides": { |
116 | 116 | "vite": "workspace:*", |
|
0 commit comments