Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump typescript from 4.9.5 to 5.4.5 #486

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint-staged": "^15.2.2",
"prettier": "3.2.5",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "4.9.5"
"typescript": "5.4.5"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/adena-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"style-loader": "^3.3.4",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typescript": "^4.9.5",
"typescript": "^5.4.5",
"url-loader": "^4.1.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/adena-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"rollup": "^4.12.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^4.9.5"
"typescript": "^5.4.5"
},
"dependencies": {
"@cosmjs/ledger-amino": "^0.32.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/adena-torus-signin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^4.9.5"
"typescript": "^5.4.5"
},
"scripts": {
"dev": "rollup -w -c --environment FORMAT:esm",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7415,7 +7415,7 @@ __metadata:
styled-components: ^5.3.11
ts-jest: ^29.1.2
ts-loader: ^9.5.1
typescript: ^4.9.5
typescript: ^5.4.5
url-loader: ^4.1.1
uuidv4: ^6.2.13
webpack: ^5.90.3
Expand Down Expand Up @@ -7470,7 +7470,7 @@ __metadata:
rollup-plugin-dotenv: ^0.5.0
rollup-plugin-node-builtins: ^2.1.2
rollup-plugin-typescript2: ^0.36.0
typescript: ^4.9.5
typescript: ^5.4.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7503,7 +7503,7 @@ __metadata:
rollup-plugin-node-builtins: ^2.1.2
rollup-plugin-polyfill-node: ^0.13.0
rollup-plugin-typescript2: ^0.36.0
typescript: ^4.9.5
typescript: ^5.4.5
languageName: unknown
linkType: soft

Expand All @@ -7525,7 +7525,7 @@ __metadata:
lint-staged: ^15.2.2
prettier: 3.2.5
tsconfig-paths-webpack-plugin: ^4.1.0
typescript: 4.9.5
typescript: 5.4.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -19575,23 +19575,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.9.5, typescript@npm:^4.9.5":
version: 4.9.5
resolution: "typescript@npm:4.9.5"
"typescript@npm:5.4.5, typescript@npm:^5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db
checksum: 53c879c6fa1e3bcb194b274d4501ba1985894b2c2692fa079db03c5a5a7140587a1e04e1ba03184605d35f439b40192d9e138eb3279ca8eee313c081c8bcd9b0
languageName: node
linkType: hard

"typescript@patch:typescript@4.9.5#~builtin<compat/typescript>, typescript@patch:typescript@^4.9.5#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=23ec76"
"typescript@patch:typescript@5.4.5#~builtin<compat/typescript>, typescript@patch:typescript@^5.4.5#~builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#~builtin<compat/typescript>::version=5.4.5&hash=1f5320"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ab417a2f398380c90a6cf5a5f74badd17866adf57f1165617d6a551f059c3ba0a3e4da0d147b3ac5681db9ac76a303c5876394b13b3de75fdd5b1eaa06181c9d
checksum: 2373c693f3b328f3b2387c3efafe6d257b057a142f9a79291854b14ff4d5367d3d730810aee981726b677ae0fd8329b23309da3b6aaab8263dbdccf1da07a3ba
languageName: node
linkType: hard

Expand Down
Loading