Update dependency @types/react to v18.2.38
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-11-21 02:16:28 +00:00
parent 68d537fe15
commit 08474fa90d
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
"tailwindcss": "3.3.5" "tailwindcss": "3.3.5"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "18.2.37", "@types/react": "18.2.38",
"@types/react-redux": "7.1.30", "@types/react-redux": "7.1.30",
"autoprefixer": "10.4.16", "autoprefixer": "10.4.16",
"cssnano": "6.0.1", "cssnano": "6.0.1",

View File

@ -1268,10 +1268,10 @@
"@types/scheduler" "*" "@types/scheduler" "*"
csstype "^3.0.2" csstype "^3.0.2"
"@types/react@18.2.37": "@types/react@18.2.38":
version "18.2.37" version "18.2.38"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.37.tgz#0f03af69e463c0f19a356c2660dbca5d19c44cae" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.38.tgz#3605ca41d3daff2c434e0b98d79a2469d4c2dd52"
integrity sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw== integrity sha512-cBBXHzuPtQK6wNthuVMV6IjHAFkdl/FOPFIlkd81/Cd1+IqkHu/A+w4g43kaQQoYHik/ruaQBDL72HyCy1vuMw==
dependencies: dependencies:
"@types/prop-types" "*" "@types/prop-types" "*"
"@types/scheduler" "*" "@types/scheduler" "*"