1
0
Fork 0

chore(deps): update dependency @types/react to v18.0.26

This commit is contained in:
renovate[bot] 2022-12-09 11:49:17 +00:00 committed by Vojtech Mares
parent 6d87857267
commit 9bf96d29cb
3 changed files with 14 additions and 14 deletions

24
pnpm-lock.yaml generated
View file

@ -65,7 +65,7 @@ importers:
specifiers: specifiers:
'@babel/core': ^7.0.0 '@babel/core': ^7.0.0
'@types/node': ^17.0.12 '@types/node': ^17.0.12
'@types/react': 18.0.17 '@types/react': 18.0.26
config: workspace:* config: workspace:*
eslint: 7.32.0 eslint: 7.32.0
eslint-config-custom: workspace:* eslint-config-custom: workspace:*
@ -85,7 +85,7 @@ importers:
devDependencies: devDependencies:
'@babel/core': 7.20.2 '@babel/core': 7.20.2
'@types/node': 17.0.45 '@types/node': 17.0.45
'@types/react': 18.0.17 '@types/react': 18.0.26
eslint: 7.32.0 eslint: 7.32.0
eslint-config-custom: link:../../packages/eslint-config-custom eslint-config-custom: link:../../packages/eslint-config-custom
next-transpile-modules: 9.0.0 next-transpile-modules: 9.0.0
@ -96,7 +96,7 @@ importers:
specifiers: specifiers:
'@babel/core': ^7.0.0 '@babel/core': ^7.0.0
'@types/node': ^17.0.12 '@types/node': ^17.0.12
'@types/react': 18.0.17 '@types/react': 18.0.26
config: workspace:* config: workspace:*
eslint: 7.32.0 eslint: 7.32.0
eslint-config-custom: workspace:* eslint-config-custom: workspace:*
@ -116,7 +116,7 @@ importers:
devDependencies: devDependencies:
'@babel/core': 7.20.2 '@babel/core': 7.20.2
'@types/node': 17.0.45 '@types/node': 17.0.45
'@types/react': 18.0.17 '@types/react': 18.0.26
eslint: 7.32.0 eslint: 7.32.0
eslint-config-custom: link:../../packages/eslint-config-custom eslint-config-custom: link:../../packages/eslint-config-custom
next-transpile-modules: 9.0.0 next-transpile-modules: 9.0.0
@ -558,14 +558,6 @@ packages:
'@types/react': 18.0.18 '@types/react': 18.0.18
dev: true dev: true
/@types/react/18.0.17:
resolution: {integrity: sha512-38ETy4tL+rn4uQQi7mB81G7V1g0u2ryquNmsVIOKUAEIDK+3CUjZ6rSRpdvS99dNBnkLFL83qfmtLacGOTIhwQ==}
dependencies:
'@types/prop-types': 15.7.5
'@types/scheduler': 0.16.2
csstype: 3.1.1
dev: true
/@types/react/18.0.18: /@types/react/18.0.18:
resolution: {integrity: sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==} resolution: {integrity: sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==}
dependencies: dependencies:
@ -574,6 +566,14 @@ packages:
csstype: 3.1.0 csstype: 3.1.0
dev: true dev: true
/@types/react/18.0.26:
resolution: {integrity: sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==}
dependencies:
'@types/prop-types': 15.7.5
'@types/scheduler': 0.16.2
csstype: 3.1.1
dev: true
/@types/scheduler/0.16.2: /@types/scheduler/0.16.2:
resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==}
dev: true dev: true

View file

@ -22,7 +22,7 @@
"next-transpile-modules": "9.0.0", "next-transpile-modules": "9.0.0",
"tsconfig": "workspace:*", "tsconfig": "workspace:*",
"@types/node": "^17.0.12", "@types/node": "^17.0.12",
"@types/react": "18.0.17", "@types/react": "18.0.26",
"typescript": "^4.5.3" "typescript": "^4.5.3"
} }
} }

View file

@ -22,7 +22,7 @@
"next-transpile-modules": "9.0.0", "next-transpile-modules": "9.0.0",
"tsconfig": "workspace:*", "tsconfig": "workspace:*",
"@types/node": "^17.0.12", "@types/node": "^17.0.12",
"@types/react": "18.0.17", "@types/react": "18.0.26",
"typescript": "^4.5.3" "typescript": "^4.5.3"
} }
} }