Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
  • Loading branch information
paulober committed May 20, 2024
1 parent 60db575 commit b5d796e
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "9.2.0-sdk",
"version": "9.3.0-sdk",
"main": "./lib/api.js",
"type": "commonjs",
"bin": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"test": "yarn run lint"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@eslint/js": "^9.3.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
Expand All @@ -214,18 +214,18 @@
"@types/uuid": "^9.0.8",
"@types/vscode": "^1.87.0",
"@types/which": "^3.0.3",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.1.0",
"globals": "^15.3.0",
"rollup": "^4.17.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
"typescript-eslint": "^7.9.0"
},
"dependencies": {
"adm-zip": "^0.5.12",
"ini": "^4.1.2",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"uuid": "^9.0.1",
"which": "^4.0.0"
},
Expand Down
Loading

0 comments on commit b5d796e

Please sign in to comment.