Skip to content

Commit

Permalink
[build] Update to the latest available 'wanted' dependency versions
Browse files Browse the repository at this point in the history
The PR updates the following NPM dependencies to their latest available "wanted" versions:

```
$ npm outdated
Package                                  Current                  Wanted                  Latest  Location                               Depended by
...
eslint                                      8.57.0            8.57.1            9.10.0  node_modules/eslint                            vscode-openshift-tools
...
```

Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny committed Sep 17, 2024
1 parent 0bb9723 commit b30cfc5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
40 changes: 23 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"esbuild": "^0.19.12",
"esbuild-plugin-svgr": "^2.1.0",
"esbuild-sass-plugin": "^2.16.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-header": "^3.1.1",
Expand Down

0 comments on commit b30cfc5

Please sign in to comment.