Skip to content

Commit

Permalink
chore(deps)(deps-dev): bump typescript from 5.0.4 to 5.2.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.0.4...v5.2.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 574a05f commit e772912
Show file tree
Hide file tree
Showing 13 changed files with 289 additions and 38 deletions.
303 changes: 277 additions & 26 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"rollup": "^3.28.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
},
"peerDependencies": {
"@multiformats/multiaddr": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"npm-run-all": "^4.1.5",
"rollup": "^3.28.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
},
"typedoc": {
"entryPoint": "./src/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/enr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"puppeteer": "^21.1.1",
"rollup": "^3.28.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"typescript": "^5.2.2",
"uint8arrays": "^4.0.4"
},
"typedoc": {
Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@multiformats/multiaddr": "^12.0.0",
"cspell": "^7.0.1",
"npm-run-all": "^4.1.5",
"typescript": "^5.0.4",
"typescript": "^5.2.2",
"libp2p": "^0.46.3"
},
"typedoc": {
Expand Down
2 changes: 1 addition & 1 deletion packages/message-encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"puppeteer": "^21.1.1",
"rollup": "^3.28.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
},
"typedoc": {
"entryPoint": "./src/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/message-hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"rollup": "^3.28.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
},
"typedoc": {
"entryPoint": "./src/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/peer-exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"npm-run-all": "^4.1.5",
"rollup": "^3.28.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"typescript": "^5.2.2",
"uint8arraylist": "^2.4.3"
},
"typedoc": {
Expand Down
2 changes: 1 addition & 1 deletion packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"npm-run-all": "^4.1.5",
"protons": "^7.0.2",
"rollup": "^3.28.0",
"typescript": "^5.0.4",
"typescript": "^5.2.2",
"uint8arraylist": "^2.4.3"
},
"typedoc": {
Expand Down
2 changes: 1 addition & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"rollup": "^3.28.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
},
"typedoc": {
"entryPoint": "./src/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"interface-datastore": "^7.0.4",
"npm-run-all": "^4.1.5",
"rollup": "^3.28.0",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
},
"typedoc": {
"entryPoint": "./src/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"cspell": "^7.0.1",
"npm-run-all": "^4.1.5",
"rollup": "^3.28.0",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
},
"typedoc": {
"entryPoint": "./src/index.ts"
Expand Down

0 comments on commit e772912

Please sign in to comment.