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/make-fetch-happen    10.0.3    10.0.4   10.0.4  node_modules/@types/make-fetch-happen  vscode-openshift-tools
@types/node               16.18.60  16.18.61   20.9.0  node_modules/@types/node               vscode-openshift-tools
@types/react               17.0.69   17.0.70  18.2.37  node_modules/@types/react              vscode-openshift-tools
@types/react-dom           17.0.22   17.0.23  18.2.15  node_modules/@types/react-dom          vscode-openshift-tools
...
```

Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny committed Nov 8, 2023
1 parent e87fc2b commit 5bfdec1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.201",
"@types/make-fetch-happen": "^10.0.3",
"@types/make-fetch-happen": "^10.0.4",
"@types/mocha": "^10.0.4",
"@types/node": "^16.18.60",
"@types/node": "^16.18.61",
"@types/proxyquire": "^1.3.31",
"@types/react": "^17.0.69",
"@types/react": "^17.0.70",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^17.0.22",
"@types/react-dom": "^17.0.23",
"@types/react-syntax-highlighter": "^15.5.10",
"@types/shelljs": "^0.8.15",
"@types/sinon": "^17.0.1",
Expand Down

0 comments on commit 5bfdec1

Please sign in to comment.