Update dependency typescript to v5
This commit is contained in:
parent
46f4e66be0
commit
10a12179fb
@ -21,6 +21,6 @@
|
|||||||
"prettier-plugin-tailwindcss": "0.2.4",
|
"prettier-plugin-tailwindcss": "0.2.4",
|
||||||
"sass": "1.59.3",
|
"sass": "1.59.3",
|
||||||
"tailwindcss": "3.2.7",
|
"tailwindcss": "3.2.7",
|
||||||
"typescript": "4.9.5"
|
"typescript": "5.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ specifiers:
|
|||||||
react-dom: 18.2.0
|
react-dom: 18.2.0
|
||||||
sass: 1.59.3
|
sass: 1.59.3
|
||||||
tailwindcss: 3.2.7
|
tailwindcss: 3.2.7
|
||||||
typescript: 4.9.5
|
typescript: 5.0.2
|
||||||
uuid: 9.0.0
|
uuid: 9.0.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -32,7 +32,7 @@ devDependencies:
|
|||||||
prettier-plugin-tailwindcss: 0.2.4_prettier@2.8.4
|
prettier-plugin-tailwindcss: 0.2.4_prettier@2.8.4
|
||||||
sass: 1.59.3
|
sass: 1.59.3
|
||||||
tailwindcss: 3.2.7
|
tailwindcss: 3.2.7
|
||||||
typescript: 4.9.5
|
typescript: 5.0.2
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@ -834,9 +834,9 @@ packages:
|
|||||||
resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
|
resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/typescript/4.9.5:
|
/typescript/5.0.2:
|
||||||
resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==}
|
resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==}
|
||||||
engines: {node: '>=4.2.0'}
|
engines: {node: '>=12.20'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -679,10 +679,10 @@ to-regex-range@^5.0.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
is-number "^7.0.0"
|
is-number "^7.0.0"
|
||||||
|
|
||||||
typescript@4.9.5:
|
typescript@5.0.2:
|
||||||
version "4.9.5"
|
version "5.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
|
||||||
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
|
||||||
|
|
||||||
update-browserslist-db@^1.0.10:
|
update-browserslist-db@^1.0.10:
|
||||||
version "1.0.10"
|
version "1.0.10"
|
||||||
|
Loading…
Reference in New Issue
Block a user