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/chai                        4.3.16            4.3.17            4.3.17  node_modules/@types/chai              vscode-openshift-tools
@types/node                      18.19.42          18.19.43            22.1.0  node_modules/@types/node              vscode-openshift-tools
...
```

Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny committed Aug 2, 2024
1 parent a34f4be commit 5e8d1e7
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 @@ -111,13 +111,13 @@
"@rjsf/validator-ajv8": "^5.19.4",
"@segment/analytics-next": "^1.72.1",
"@svgr/plugin-jsx": "^8.1.0",
"@types/chai": "^4.3.16",
"@types/chai": "^4.3.17",
"@types/dockerode": "^3.3.31",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.7",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.42",
"@types/node": "^18.19.43",
"@types/proxyquire": "^1.3.31",
"@types/react": "^17.0.80",
"@types/react-copy-to-clipboard": "^5.0.7",
Expand Down

0 comments on commit 5e8d1e7

Please sign in to comment.