Update dependency typescript to v5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-03-16 21:12:00 +00:00
parent 46f4e66be0
commit 10a12179fb
3 changed files with 10 additions and 10 deletions

View File

@ -21,6 +21,6 @@
"prettier-plugin-tailwindcss": "0.2.4",
"sass": "1.59.3",
"tailwindcss": "3.2.7",
"typescript": "4.9.5"
"typescript": "5.0.2"
}
}

View File

@ -13,7 +13,7 @@ specifiers:
react-dom: 18.2.0
sass: 1.59.3
tailwindcss: 3.2.7
typescript: 4.9.5
typescript: 5.0.2
uuid: 9.0.0
dependencies:
@ -32,7 +32,7 @@ devDependencies:
prettier-plugin-tailwindcss: 0.2.4_prettier@2.8.4
sass: 1.59.3
tailwindcss: 3.2.7
typescript: 4.9.5
typescript: 5.0.2
packages:
@ -834,9 +834,9 @@ packages:
resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
dev: false
/typescript/4.9.5:
resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==}
engines: {node: '>=4.2.0'}
/typescript/5.0.2:
resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==}
engines: {node: '>=12.20'}
hasBin: true
dev: true

View File

@ -679,10 +679,10 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"
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==
update-browserslist-db@^1.0.10:
version "1.0.10"