Skip to content

Commit

Permalink
Merge pull request #990 from Quramy/renovate/typescript-5.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency typescript to v5
  • Loading branch information
Quramy authored Mar 30, 2023
2 parents 3e430f5 + 1e0f234 commit 748b3d8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion project-fixtures/gql-errors-prj/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"devDependencies": {
"graphql": "16.6.0",
"ts-graphql-plugin": "file:../../",
"typescript": "4.9.5"
"typescript": "5.0.2"
}
}
8 changes: 4 additions & 4 deletions project-fixtures/gql-errors-prj/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -778,10 +778,10 @@ tslib@^2, tslib@^2.3.0, tslib@~2.4.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

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.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==

undici@^5.1.0:
version "5.2.0"
Expand Down
2 changes: 1 addition & 1 deletion project-fixtures/react-apollo-prj/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"subscriptions-transport-ws": "0.11.0",
"typescript": "4.9.5"
"typescript": "5.0.2"
}
}
8 changes: 4 additions & 4 deletions project-fixtures/react-apollo-prj/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3044,10 +3044,10 @@ type-fest@^0.3.0:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"
integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==

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.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==

unbox-primitive@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 748b3d8

Please sign in to comment.