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                  18.19.67          18.19.68           22.10.2  node_modules/@types/node          vscode-openshift-tools
@types/react                  18.3.14           18.3.16            19.0.1  node_modules/@types/react         vscode-openshift-tools
@types/react-dom               18.3.3            18.3.5            19.0.2  node_modules/@types/react-dom     vscode-openshift-tools
...
```

Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny committed Dec 12, 2024
1 parent 1e7a90f commit e88037e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@
"@types/git-url-parse": "^9.0.3",
"@types/lodash": "^4.17.13",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.67",
"@types/node": "^18.19.68",
"@types/proxyquire": "^1.3.31",
"@types/react": "^18.3.14",
"@types/react": "^18.3.16",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.3",
"@types/react-dom": "^18.3.5",
"@types/semver": "^7.5.8",
"@types/shelljs": "^0.8.15",
"@types/sinon": "^17.0.3",
Expand Down

0 comments on commit e88037e

Please sign in to comment.