Browse Source

Updates to TypeScript 5.0-rc

main
Eric Amodio 1 year ago
parent
commit
c84cefce69
2 changed files with 5 additions and 5 deletions
  1. +1
    -1
      package.json
  2. +4
    -4
      yarn.lock

+ 1
- 1
package.json View File

@ -13480,7 +13480,7 @@
"terser-webpack-plugin": "5.3.7",
"ts-loader": "9.4.2",
"tsc-alias": "1.8.3",
"typescript": "4.9.5",
"typescript": "5.0.1-rc",
"webpack": "5.76.1",
"webpack-bundle-analyzer": "4.8.0",
"webpack-cli": "5.0.1",

+ 4
- 4
yarn.lock View File

@ -7050,10 +7050,10 @@ typed-rest-client@^1.8.4:
tunnel "0.0.6"
underscore "^1.12.1"
typescript@4.9.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
typescript@5.0.1-rc:
version "5.0.1-rc"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.1-rc.tgz#f2ccabbdb9646b43b5e006dc6f7b0eaf9a222c8b"
integrity sha512-zh75jY8gPo/y7fpmlTVN2bb2MigoLx4hGk+Cla9pY6lgSTvzJrmQQrRt5S80VTsEt6biWPZJgLK2nm6f0Ya+mA==
uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.6"

Loading…
Cancel
Save