mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency @types/react to v18.2.17
This commit is contained in:
parent
0b661e8eee
commit
12190746c0
3 changed files with 6 additions and 6 deletions
|
@ -64,7 +64,7 @@
|
|||
"@storybook/testing-library": "0.2.0",
|
||||
"@tailwindcss/forms": "0.5.4",
|
||||
"@tailwindcss/line-clamp": "0.4.4",
|
||||
"@types/react": "18.2.16",
|
||||
"@types/react": "18.2.17",
|
||||
"@types/react-dom": "18.2.7",
|
||||
"@types/validator": "13.7.17",
|
||||
"@vitejs/plugin-react": "4.0.3",
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"@storybook/react-vite": "7.1.1",
|
||||
"@storybook/testing-library": "0.2.0",
|
||||
"@tailwindcss/line-clamp": "0.4.4",
|
||||
"@types/react": "18.2.16",
|
||||
"@types/react": "18.2.17",
|
||||
"@types/react-dom": "18.2.7",
|
||||
"@vitejs/plugin-react": "4.0.3",
|
||||
"autoprefixer": "10.4.14",
|
||||
|
|
|
@ -7581,10 +7581,10 @@
|
|||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react@*", "@types/react@18.2.16", "@types/react@>=16":
|
||||
version "18.2.16"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.16.tgz#403dda0e933caccac9efde569923239ac426786c"
|
||||
integrity sha512-LLFWr12ZhBJ4YVw7neWLe6Pk7Ey5R9OCydfuMsz1L8bZxzaawJj2p06Q8/EFEHDeTBQNFLF62X+CG7B2zIyu0Q==
|
||||
"@types/react@*", "@types/react@18.2.17", "@types/react@>=16":
|
||||
version "18.2.17"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.17.tgz#baa565b17ddb649c2dac85b5eaf9e9a1fe0f3b4e"
|
||||
integrity sha512-u+e7OlgPPh+aryjOm5UJMX32OvB2E3QASOAqVMY6Ahs90djagxwv2ya0IctglNbNTexC12qCSMZG47KPfy1hAA==
|
||||
dependencies:
|
||||
"@types/prop-types" "*"
|
||||
"@types/scheduler" "*"
|
||||
|
|
Loading…
Add table
Reference in a new issue