Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
descope[bot] committed Apr 16, 2023
1 parent b821b53 commit 02cbf21
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 262 deletions.
35 changes: 27 additions & 8 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 @@ -49,7 +49,7 @@
"prettier": "^2.6.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "~4.9.0"
"typescript": "~5.0.0"
},
"lint-staged": {
"*.*": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"rollup-plugin-livereload": "^2.0.5",
"ts-jest": "^29.0.0",
"ts-node": "10.9.1",
"typescript": "^4.5.3"
"typescript": "^5.0.0"
},
"dependencies": {
"eslint-plugin-jsx-a11y": "6.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"string-to-arraybuffer": "^1.0.2",
"ts-jest": "^29.0.0",
"ts-node": "10.9.1",
"typescript": "^4.5.3"
"typescript": "^5.0.0"
},
"dependencies": {
"@descope/web-js-sdk": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"rollup-plugin-livereload": "^2.0.5",
"ts-jest": "^29.0.0",
"ts-node": "10.9.1",
"typescript": "^4.5.3"
"typescript": "^5.0.0"
},
"dependencies": {
"@descope/core-js-sdk": "workspace:*",
Expand Down
Loading

0 comments on commit 02cbf21

Please sign in to comment.