packages: fix versions

This commit is contained in:
vchikalkin 2024-11-27 13:27:52 +03:00
parent 4f2cd81dea
commit 592e40fef1
2 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@
},
"dependencies": {
"@repo/ui": "workspace:*",
"next": "15.0.3",
"next": "^15.0.3",
"react": "19.0.0-rc-5c56b873-20241107",
"react-dom": "19.0.0-rc-5c56b873-20241107"
},
@ -21,7 +21,7 @@
"@repo/tailwind-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^20",
"@types/react": "18.3.1",
"@types/react": "^18.3.1",
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",

14
pnpm-lock.yaml generated
View File

@ -24,7 +24,7 @@ importers:
specifier: workspace:*
version: link:../../packages/ui
next:
specifier: 15.0.3
specifier: ^15.0.3
version: 15.0.3(react-dom@19.0.0-rc-5c56b873-20241107)(react@19.0.0-rc-5c56b873-20241107)
react:
specifier: 19.0.0-rc-5c56b873-20241107
@ -46,11 +46,11 @@ importers:
specifier: ^20
version: 20.17.8
'@types/react':
specifier: 18.3.1
specifier: ^18.3.1
version: 18.3.1
'@types/react-dom':
specifier: 18.3.0
version: 18.3.0
specifier: 18.3.1
version: 18.3.1
autoprefixer:
specifier: ^10.4.20
version: 10.4.20(postcss@8.4.49)
@ -112,7 +112,7 @@ importers:
specifier: ^18.3.1
version: 18.3.1
autoprefixer:
specifier: ^10.4.18
specifier: ^10.4.20
version: 10.4.20(postcss@8.4.49)
class-variance-authority:
specifier: ^0.7.1
@ -2406,8 +2406,8 @@ packages:
resolution: {integrity: sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==}
dev: true
/@types/react-dom@18.3.0:
resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==}
/@types/react-dom@18.3.1:
resolution: {integrity: sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==}
dependencies:
'@types/react': 18.3.1
dev: true