Skip to content

Commit

Permalink
feat(deps): update dependency typescript to v5 (#535)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 22, 2023
1 parent f03e29f commit 34901dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"peerDependencies": {
"@types/jest": "29.5.0",
"jest": "29.5.0",
"typescript": "4.9.4"
"typescript": "5.0.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "11.0.0",
Expand Down Expand Up @@ -78,7 +78,7 @@
"ts-node": "10.9.1",
"tslib": "2.5.0",
"tsutils": "3.21.0",
"typescript": "4.9.4",
"typescript": "5.0.2",
"vite": "4.2.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7542,10 +7542,10 @@ typed-rest-client@~1.8.0:
tunnel "0.0.6"
underscore "^1.12.1"

typescript@4.9.4:
version "4.9.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
typescript@5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==

uglify-js@^3.1.4:
version "3.14.4"
Expand Down

0 comments on commit 34901dc

Please sign in to comment.