|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 | 44 | "@babel/types": "^7.22.5",
|
45 |
| - "@microsoft/api-extractor": "^7.36.2", |
| 45 | + "@microsoft/api-extractor": "^7.36.3", |
46 | 46 | "@rollup/plugin-typescript": "^11.1.2",
|
47 | 47 | "@types/babel__core": "^7.20.1",
|
48 | 48 | "@types/babel__preset-env": "^7.9.2",
|
|
56 | 56 | "@types/json-stable-stringify": "^1.0.34",
|
57 | 57 | "@types/less": "^3.0.3",
|
58 | 58 | "@types/micromatch": "^4.0.2",
|
59 |
| - "@types/node": "^18.16.19", |
| 59 | + "@types/node": "^18.17.2", |
60 | 60 | "@types/picomatch": "^2.3.0",
|
61 | 61 | "@types/resolve": "^1.20.2",
|
62 | 62 | "@types/sass": "~1.43.1",
|
63 | 63 | "@types/stylus": "^0.48.38",
|
64 | 64 | "@types/ws": "^8.5.5",
|
65 |
| - "@typescript-eslint/eslint-plugin": "^6.0.0", |
66 |
| - "@typescript-eslint/parser": "^6.0.0", |
| 65 | + "@typescript-eslint/eslint-plugin": "^6.2.1", |
| 66 | + "@typescript-eslint/parser": "^6.2.1", |
67 | 67 | "@vitejs/release-scripts": "^1.2.1",
|
68 | 68 | "conventional-changelog-cli": "^2.2.2",
|
69 |
| - "eslint": "^8.45.0", |
70 |
| - "eslint-define-config": "^1.21.0", |
71 |
| - "eslint-plugin-import": "^2.27.5", |
| 69 | + "eslint": "^8.46.0", |
| 70 | + "eslint-define-config": "^1.22.0", |
| 71 | + "eslint-plugin-import": "^2.28.0", |
72 | 72 | "eslint-plugin-n": "^15.7.0",
|
73 | 73 | "eslint-plugin-regexp": "^1.15.0",
|
74 |
| - "execa": "^7.1.1", |
75 |
| - "fast-glob": "^3.3.0", |
| 74 | + "execa": "^7.2.0", |
| 75 | + "fast-glob": "^3.3.1", |
76 | 76 | "fs-extra": "^11.1.1",
|
77 | 77 | "lint-staged": "^13.2.3",
|
78 | 78 | "npm-run-all": "^4.1.5",
|
79 | 79 | "picocolors": "^1.0.0",
|
80 |
| - "playwright-chromium": "^1.36.1", |
81 |
| - "prettier": "3.0.0", |
82 |
| - "resolve": "^1.22.2", |
| 80 | + "playwright-chromium": "^1.36.2", |
| 81 | + "prettier": "3.0.1", |
| 82 | + "resolve": "^1.22.4", |
83 | 83 | "rimraf": "^5.0.1",
|
84 | 84 | "rollup": "^3.27.1",
|
85 |
| - "simple-git-hooks": "^2.8.1", |
86 |
| - "tslib": "^2.6.0", |
| 85 | + "simple-git-hooks": "^2.9.0", |
| 86 | + "tslib": "^2.6.1", |
87 | 87 | "tsx": "^3.12.7",
|
88 | 88 | "typescript": "^5.0.2",
|
89 | 89 | "unbuild": "^1.2.1",
|
90 | 90 | "vite": "workspace:*",
|
91 |
| - "vitepress": "1.0.0-beta.5", |
92 |
| - "vitest": "^0.33.0", |
| 91 | + "vitepress": "1.0.0-beta.7", |
| 92 | + "vitest": "^0.34.1", |
93 | 93 | "vue": "^3.3.4"
|
94 | 94 | },
|
95 | 95 | "simple-git-hooks": {
|
|
109 | 109 | "eslint --cache --fix"
|
110 | 110 | ]
|
111 | 111 | },
|
112 |
| - "packageManager": "[email protected].7", |
| 112 | + "packageManager": "[email protected].11", |
113 | 113 | "pnpm": {
|
114 | 114 | "overrides": {
|
115 | 115 | "vite": "workspace:*"
|
116 | 116 | },
|
117 | 117 | "packageExtensions": {
|
118 |
| - "postcss-load-config": { |
| 118 | + "acorn-walk": { |
119 | 119 | "peerDependencies": {
|
120 |
| - "postcss": "*" |
| 120 | + "acorn": "*" |
121 | 121 | }
|
122 | 122 | },
|
123 |
| - "acorn-walk": { |
| 123 | + "postcss-load-config": { |
124 | 124 | "peerDependencies": {
|
125 |
| - "acorn": "*" |
| 125 | + "postcss": "*" |
126 | 126 | }
|
127 | 127 | }
|
128 | 128 | },
|
|
0 commit comments