chore(deps): update react monorepo
This commit is contained in:
parent
15eb1d9a9b
commit
88bbd94a37
4 changed files with 11 additions and 11 deletions
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
|
|
@ -59,7 +59,7 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@babel/core': ^7.0.0
|
'@babel/core': ^7.0.0
|
||||||
'@types/node': ^18.0.0
|
'@types/node': ^18.0.0
|
||||||
'@types/react': 18.0.26
|
'@types/react': 18.2.7
|
||||||
config: workspace:*
|
config: workspace:*
|
||||||
eslint: 8.41.0
|
eslint: 8.41.0
|
||||||
eslint-config-custom: workspace:*
|
eslint-config-custom: workspace:*
|
||||||
|
|
@ -79,7 +79,7 @@ importers:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@babel/core': 7.20.2
|
'@babel/core': 7.20.2
|
||||||
'@types/node': 18.11.12
|
'@types/node': 18.11.12
|
||||||
'@types/react': 18.0.26
|
'@types/react': 18.2.7
|
||||||
eslint: 8.41.0
|
eslint: 8.41.0
|
||||||
eslint-config-custom: link:../../packages/eslint-config-custom
|
eslint-config-custom: link:../../packages/eslint-config-custom
|
||||||
next-transpile-modules: 10.0.0
|
next-transpile-modules: 10.0.0
|
||||||
|
|
@ -90,7 +90,7 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@babel/core': ^7.0.0
|
'@babel/core': ^7.0.0
|
||||||
'@types/node': ^18.0.0
|
'@types/node': ^18.0.0
|
||||||
'@types/react': 18.0.26
|
'@types/react': 18.2.7
|
||||||
config: workspace:*
|
config: workspace:*
|
||||||
eslint: 8.41.0
|
eslint: 8.41.0
|
||||||
eslint-config-custom: workspace:*
|
eslint-config-custom: workspace:*
|
||||||
|
|
@ -110,7 +110,7 @@ importers:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@babel/core': 7.20.2
|
'@babel/core': 7.20.2
|
||||||
'@types/node': 18.11.12
|
'@types/node': 18.11.12
|
||||||
'@types/react': 18.0.26
|
'@types/react': 18.2.7
|
||||||
eslint: 8.41.0
|
eslint: 8.41.0
|
||||||
eslint-config-custom: link:../../packages/eslint-config-custom
|
eslint-config-custom: link:../../packages/eslint-config-custom
|
||||||
next-transpile-modules: 10.0.0
|
next-transpile-modules: 10.0.0
|
||||||
|
|
@ -121,7 +121,7 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@babel/core': ^7.0.0
|
'@babel/core': ^7.0.0
|
||||||
'@types/node': ^18.0.0
|
'@types/node': ^18.0.0
|
||||||
'@types/react': 18.0.26
|
'@types/react': 18.2.7
|
||||||
config: workspace:*
|
config: workspace:*
|
||||||
eslint: 8.41.0
|
eslint: 8.41.0
|
||||||
eslint-config-custom: workspace:*
|
eslint-config-custom: workspace:*
|
||||||
|
|
@ -141,7 +141,7 @@ importers:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@babel/core': 7.20.2
|
'@babel/core': 7.20.2
|
||||||
'@types/node': 18.11.12
|
'@types/node': 18.11.12
|
||||||
'@types/react': 18.0.26
|
'@types/react': 18.2.7
|
||||||
eslint: 8.41.0
|
eslint: 8.41.0
|
||||||
eslint-config-custom: link:../../packages/eslint-config-custom
|
eslint-config-custom: link:../../packages/eslint-config-custom
|
||||||
next-transpile-modules: 10.0.0
|
next-transpile-modules: 10.0.0
|
||||||
|
|
@ -614,8 +614,8 @@ packages:
|
||||||
csstype: 3.1.0
|
csstype: 3.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/react/18.0.26:
|
/@types/react/18.2.7:
|
||||||
resolution: {integrity: sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==}
|
resolution: {integrity: sha512-ojrXpSH2XFCmHm7Jy3q44nXDyN54+EYKP2lBhJ2bqfyPj6cIUW/FZW/Csdia34NQgq7KYcAlHi5184m4X88+yw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/prop-types': 15.7.5
|
'@types/prop-types': 15.7.5
|
||||||
'@types/scheduler': 0.16.2
|
'@types/scheduler': 0.16.2
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
"next-transpile-modules": "10.0.0",
|
"next-transpile-modules": "10.0.0",
|
||||||
"tsconfig": "workspace:*",
|
"tsconfig": "workspace:*",
|
||||||
"@types/node": "^18.0.0",
|
"@types/node": "^18.0.0",
|
||||||
"@types/react": "18.0.26",
|
"@types/react": "18.2.7",
|
||||||
"typescript": "^4.5.3"
|
"typescript": "^4.5.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
"next-transpile-modules": "10.0.0",
|
"next-transpile-modules": "10.0.0",
|
||||||
"tsconfig": "workspace:*",
|
"tsconfig": "workspace:*",
|
||||||
"@types/node": "^18.0.0",
|
"@types/node": "^18.0.0",
|
||||||
"@types/react": "18.0.26",
|
"@types/react": "18.2.7",
|
||||||
"typescript": "^4.5.3"
|
"typescript": "^4.5.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
"next-transpile-modules": "10.0.0",
|
"next-transpile-modules": "10.0.0",
|
||||||
"tsconfig": "workspace:*",
|
"tsconfig": "workspace:*",
|
||||||
"@types/node": "^18.0.0",
|
"@types/node": "^18.0.0",
|
||||||
"@types/react": "18.0.26",
|
"@types/react": "18.2.7",
|
||||||
"typescript": "^4.5.3"
|
"typescript": "^4.5.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue