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
@types/node        16.18.63  16.18.66  20.10.1  node_modules/@types/node        vscode-openshift-tools
...
@types/react-dom    17.0.24   17.0.25  18.2.17  node_modules/@types/react-dom   vscode-openshift-tools
...
```

Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny committed Nov 30, 2023
1 parent a9b2e42 commit 80658d1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@
"@types/lodash": "^4.14.202",
"@types/make-fetch-happen": "^10.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^16.18.63",
"@types/node": "^16.18.66",
"@types/proxyquire": "^1.3.31",
"@types/react": "^17.0.71",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^17.0.24",
"@types/react-dom": "^17.0.25",
"@types/react-syntax-highlighter": "^15.5.10",
"@types/shelljs": "^0.8.15",
"@types/sinon": "^17.0.2",
Expand Down

0 comments on commit 80658d1

Please sign in to comment.