Skip to content

Commit

Permalink
build(deps-dev): Bump @types/node to from 18.x.x to 20.11.30
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek committed Mar 20, 2024
1 parent 0624610 commit 3d31769
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion locators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/redhat-developer/vscode-extension-tester#readme",
"devDependencies": {
"@types/node": "^18.19.21",
"@types/node": "^20.11.30",
"@types/selenium-webdriver": "^4.1.22",
"monaco-page-objects": "file:../page-objects",
"rimraf": "^5.0.5",
Expand Down
12 changes: 6 additions & 6 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 @@ -54,7 +54,7 @@
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.21",
"@types/node": "^20.11.30",
"@types/selenium-webdriver": "^4.1.22",
"@types/targz": "^1.0.4",
"mocha": "^10.3.0",
Expand Down
2 changes: 1 addition & 1 deletion page-objects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@types/clone-deep": "^4.0.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.19.21",
"@types/node": "^20.11.30",
"@types/selenium-webdriver": "^4.1.22",
"rimraf": "^5.0.5",
"typescript": "*"
Expand Down
8 changes: 4 additions & 4 deletions sample-projects/helloworld-sample/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 sample-projects/helloworld-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.25",
"@types/node": "^20.11.30",
"@types/vscode": "^1.82.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"chai": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion test/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/node": "^18.18.13",
"@types/node": "^20.11.30",
"@types/vscode": "^1.82.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
Expand Down

0 comments on commit 3d31769

Please sign in to comment.