Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent deb63d2 commit b13fbd8
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 14 deletions.
94 changes: 84 additions & 10 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "~27.0.1",
"typescript": "~4.4.2"
"typescript": "~4.8.0"
},
"dependenciesMeta": {
"@arkecosystem/core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hammer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@types/faker": "^5.5.1",
"rimraf": "^3.0.2",
"typescript": "~4.4.2"
"typescript": "~4.8.0"
},
"engines": {
"node": ">=10.x"
Expand Down
24 changes: 22 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,7 @@ __metadata:
prettier: ^2.0.5
rimraf: ^3.0.2
ts-jest: ~27.0.1
typescript: ~4.4.2
typescript: ~4.8.0
dependenciesMeta:
"@arkecosystem/core":
unplugged: true
Expand Down Expand Up @@ -1996,7 +1996,7 @@ __metadata:
delay: ^5.0.0
faker: ^5.5.3
rimraf: ^3.0.2
typescript: ~4.4.2
typescript: ~4.8.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12377,6 +12377,26 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"typescript@patch:typescript@~4.8.0#~builtin<compat/typescript>":
version: 4.8.3
resolution: "typescript@patch:typescript@npm%3A4.8.3#~builtin<compat/typescript>::version=4.8.3&hash=32657b"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 57acee3231cdd759173b2e2783ba06da7a730437c7962db89ae8b6d7149adc6d36eb35225d082600b592982e245f7bdf861a745ba5aa1cecc1c9718945cdd6e1
languageName: node
linkType: hard

typescript@~4.8.0:
version: 4.8.3
resolution: "typescript@npm:4.8.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 8286a5edcaf3d68e65c451aa1e7150ad1cf53ee0813c07ec35b7abdfdb10f355ecaa13c6a226a694ae7a67785fd7eeebf89f845da0b4f7e4a35561ddc459aba0
languageName: node
linkType: hard

"uglify-js@npm:^3.1.4":
version: 3.14.1
resolution: "uglify-js@npm:3.14.1"
Expand Down

0 comments on commit b13fbd8

Please sign in to comment.