Skip to content

Commit

Permalink
fix(deps): update dependency typescript to v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2023
1 parent 7c89443 commit d0aa7de
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vitest": "0.2.5",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"devDependencies": {
"vitest": "0.31.4"
Expand Down
22 changes: 21 additions & 1 deletion yarn.lock
Expand Up @@ -15931,7 +15931,7 @@ __metadata:
eslint-plugin-mocha: 10.1.0
eslint-plugin-prettier: 4.2.1
eslint-plugin-vitest: 0.2.5
typescript: 5.0.4
typescript: 5.1.3
vitest: 0.31.4
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -51279,6 +51279,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.1.3":
version: 5.1.3
resolution: "typescript@npm:5.1.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d9d51862d98efa46534f2800a1071a613751b1585dc78884807d0c179bcd93d6e9d4012a508e276742f5f33c480adefc52ffcafaf9e0e00ab641a14cde9a31c7
languageName: node
linkType: hard

"typescript@npm:^3.8.3":
version: 3.9.10
resolution: "typescript@npm:3.9.10"
Expand Down Expand Up @@ -51309,6 +51319,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@5.1.3#~builtin<compat/typescript>":
version: 5.1.3
resolution: "typescript@patch:typescript@npm%3A5.1.3#~builtin<compat/typescript>::version=5.1.3&hash=85af82"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 32a25b2e128a4616f999d4ee502aabb1525d5647bc8955e6edf05d7fbc53af8aa98252e2f6ba80bcedfc0260c982b885f3c09cfac8bb65d2924f3133ad1e1e62
languageName: node
linkType: hard

"typescript@patch:typescript@^3.8.3#~builtin<compat/typescript>":
version: 3.9.10
resolution: "typescript@patch:typescript@npm%3A3.9.10#~builtin<compat/typescript>::version=3.9.10&hash=3bd3d3"
Expand Down

0 comments on commit d0aa7de

Please sign in to comment.