Skip to content

Commit b5d796e

Browse files
committed
Update dependencies
Signed-off-by: paulober <[email protected]>
1 parent 60db575 commit b5d796e

File tree

3 files changed

+95
-114
lines changed

3 files changed

+95
-114
lines changed

.yarn/sdks/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint",
3-
"version": "9.2.0-sdk",
3+
"version": "9.3.0-sdk",
44
"main": "./lib/api.js",
55
"type": "commonjs",
66
"bin": {

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"test": "yarn run lint"
205205
},
206206
"devDependencies": {
207-
"@eslint/js": "^9.2.0",
207+
"@eslint/js": "^9.3.0",
208208
"@rollup/plugin-commonjs": "^25.0.7",
209209
"@rollup/plugin-node-resolve": "^15.2.3",
210210
"@rollup/plugin-typescript": "^11.1.6",
@@ -214,18 +214,18 @@
214214
"@types/uuid": "^9.0.8",
215215
"@types/vscode": "^1.87.0",
216216
"@types/which": "^3.0.3",
217-
"eslint": "^9.2.0",
217+
"eslint": "^9.3.0",
218218
"eslint-config-prettier": "^9.1.0",
219-
"globals": "^15.1.0",
219+
"globals": "^15.3.0",
220220
"rollup": "^4.17.2",
221221
"tslib": "^2.6.2",
222222
"typescript": "^5.4.5",
223-
"typescript-eslint": "^7.8.0"
223+
"typescript-eslint": "^7.9.0"
224224
},
225225
"dependencies": {
226226
"adm-zip": "^0.5.12",
227227
"ini": "^4.1.2",
228-
"rimraf": "^5.0.5",
228+
"rimraf": "^5.0.7",
229229
"uuid": "^9.0.1",
230230
"which": "^4.0.0"
231231
},

0 commit comments

Comments
 (0)