Skip to content

Commit

Permalink
Bump typescript from 4.6.2 to 4.8.4
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.8.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.6.2...v4.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 29, 2022
1 parent fa503ef commit 471e108
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/core/admin/package.json
Expand Up @@ -130,7 +130,7 @@
"sift": "16.0.0",
"style-loader": "3.3.1",
"styled-components": "5.3.3",
"typescript": "4.6.2",
"typescript": "4.8.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/helper-plugin/package.json
Expand Up @@ -86,7 +86,7 @@
"react-test-renderer": "^17.0.2",
"require-from-string": "2.0.2",
"rimraf": "3.0.2",
"typescript": "4.6.2"
"typescript": "4.8.4"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/strapi/package.json
Expand Up @@ -134,7 +134,7 @@
},
"devDependencies": {
"supertest": "6.2.4",
"typescript": "4.6.2"
"typescript": "4.8.4"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/typescript/package.json
Expand Up @@ -29,7 +29,7 @@
"fs-extra": "10.0.1",
"lodash": "4.17.21",
"prettier": "2.7.1",
"typescript": "4.6.2"
"typescript": "4.8.4"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Expand Up @@ -21828,15 +21828,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==

typescript@4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==

typescript@^4.6.2:
version "4.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
typescript@4.8.4, typescript@^4.6.2:
version "4.8.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==

uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.6"
Expand Down

0 comments on commit 471e108

Please sign in to comment.