Skip to content

Commit 723787d

Browse files
committed
build: bump dependencies
1 parent e1641e0 commit 723787d

File tree

2 files changed

+493
-639
lines changed

2 files changed

+493
-639
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -142,34 +142,34 @@
142142
"postinstall": "patch-package && tsm ./typescript/scripts/patchModules.ts"
143143
},
144144
"devDependencies": {
145-
"@milahu/patch-package-with-pnpm-support": "^6.4.8",
145+
"@milahu/patch-package": "^6.4.10",
146146
"@types/fs-extra": "^9.0.13",
147-
"@types/node": "^16.11.21",
148-
"@types/semver": "^7.3.13",
147+
"@types/node": "^16.18.126",
148+
"@types/semver": "^7.7.0",
149149
"@types/vscode": "1.72.0",
150-
"@vitest/ui": "^0.34.6",
150+
"@vitest/ui": "^0.34.7",
151151
"@vscode/test-electron": "^2.5.2",
152-
"@zardoy/tsconfig": "^1.3.1",
153-
"chokidar": "^3.5.3",
152+
"@zardoy/tsconfig": "^1.5.1",
153+
"chokidar": "^3.6.0",
154154
"chokidar-cli": "^3.0.0",
155-
"esbuild": "^0.16.16",
155+
"esbuild": "^0.16.17",
156156
"fs-extra": "^10.1.0",
157-
"got": "^12.5.3",
158-
"got-cjs": "npm:got@^11.x",
157+
"got": "^12.6.1",
158+
"got-cjs": "npm:got@^11.8.6",
159159
"npm-run-all": "^4.1.5",
160160
"prettier": "3.1.0",
161161
"tsm": "^2.3.0",
162-
"type-fest": "^2.13.1",
162+
"type-fest": "^2.19.0",
163163
"typed-jsonfile": "^0.2.1",
164-
"typescript": "5.3.3",
165-
"vite": "^4.1.1",
164+
"typescript": "5.8.3",
165+
"vite": "^4.5.14",
166166
"vitest": "^0.34.6",
167167
"vitest-environment-ts-plugin": "./vitest-environment-ts-plugin",
168168
"vscode-manifest": "^0.0.4"
169169
},
170170
"pnpm": {
171171
"overrides": {
172-
"esbuild": "^0.15.15"
172+
"esbuild": "^0.15.18"
173173
},
174174
"ignoredBuiltDependencies": [
175175
"playwright"
@@ -182,36 +182,36 @@
182182
]
183183
},
184184
"dependencies": {
185-
"@types/chai": "^4.3.3",
186-
"@types/glob": "^8.0.0",
187-
"@types/lodash": "^4.14.182",
185+
"@types/chai": "^4.3.20",
186+
"@types/glob": "^8.1.0",
187+
"@types/lodash": "^4.17.20",
188188
"@types/mocha": "^9.1.1",
189189
"@types/pluralize": "^0.0.29",
190-
"@vscode/emmet-helper": "^2.8.4",
190+
"@vscode/emmet-helper": "^2.11.0",
191191
"@zardoy/utils": "^0.0.9",
192192
"@zardoy/vscode-utils": "^0.0.52",
193-
"chai": "^4.3.6",
193+
"chai": "^4.5.0",
194194
"change-case": "^4.1.2",
195195
"delay": "^5.0.0",
196196
"escape-string-regexp": "^5.0.0",
197-
"eslint": "^8.56.0",
197+
"eslint": "^8.57.1",
198198
"eslint-config-zardoy": "^0.2.17",
199-
"glob": "^8.0.3",
199+
"glob": "^8.1.0",
200200
"lodash": "^4.17.21",
201201
"lodash.get": "^4.4.2",
202202
"lodash.throttle": "^4.1.1",
203-
"mocha": "^10.0.0",
203+
"mocha": "^10.8.2",
204204
"path-browserify": "^1.0.1",
205205
"pluralize": "github:plurals/pluralize#36f03cd2d573fa6d23e12e1529fa4627e2af74b4",
206-
"rambda": "^7.2.1",
206+
"rambda": "^7.5.0",
207207
"require-from-string": "^2.0.2",
208-
"semver": "^7.3.8",
209-
"string-dedent": "^3.0.1",
210-
"ts-expose-internals": "^5.3.3",
208+
"semver": "^7.7.2",
209+
"string-dedent": "^3.0.2",
210+
"ts-expose-internals": "^5.6.3",
211211
"ts-simple-type": "^1.0.7",
212212
"unleashed-typescript": "^1.3.0",
213213
"vscode-framework": "^0.0.18",
214-
"vscode-uri": "^3.0.6"
214+
"vscode-uri": "^3.1.0"
215215
},
216216
"prettier": {
217217
"semi": false,
@@ -231,5 +231,5 @@
231231
"runTest": false
232232
}
233233
},
234-
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
234+
"packageManager": "pnpm@10.13.1"
235235
}

0 commit comments

Comments
 (0)