Skip to content

Commit

Permalink
chore(deps): Bump typescript from 5.3.3 to 5.4.2 (#1196)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek authored Mar 20, 2024
1 parent 3153fe5 commit 3afe726
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 25 deletions.
4 changes: 2 additions & 2 deletions locators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@types/selenium-webdriver": "^4.1.22",
"monaco-page-objects": "file:../page-objects",
"rimraf": "^5.0.5",
"typescript": "5.4.2"
"typescript": "*"
},
"peerDependencies": {
"monaco-page-objects": "*",
"monaco-page-objects": "^3.13.1",
"selenium-webdriver": ">=4.6.1"
}
}
4 changes: 2 additions & 2 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 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 @@ -43,7 +43,7 @@
"chai": "^4.4.1",
"eslint": "^8.57.0",
"mocha": "^10.3.0",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vscode-extension-tester": "^7.2.0"
}
}
1 change: 1 addition & 0 deletions sample-projects/helloworld-sample/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"strict": true,
"rootDir": "src",
"resolveJsonModule": true,
"skipLibCheck": true
},
"exclude": [
"node_modules",
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 @@ -184,7 +184,7 @@
"eslint": "^8.57.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vscode-extension-tester": "file:../.."
}
}
15 changes: 0 additions & 15 deletions test/test-project/tslint.json

This file was deleted.

0 comments on commit 3afe726

Please sign in to comment.