This commit is contained in:
Felicio Mununga 2024-10-29 11:50:06 +01:00
parent aebbcf5447
commit 6e5ee1dedd
No known key found for this signature in database
GPG Key ID: B8A18D62FCD9EA6E
2 changed files with 16 additions and 0 deletions

View File

@ -38,6 +38,10 @@
"patch-package": "^6.5.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^4.4.1",
"turbo": "^1.8.8",
"typescript": "^5.6.2",

12
pnpm-lock.yaml generated
View File

@ -34,6 +34,12 @@ importers:
'@types/prettier':
specifier: ^2.7.2
version: 2.7.2
'@types/react':
specifier: 18.0.33
version: 18.0.33
'@types/react-dom':
specifier: 18.0.11
version: 18.0.11
husky:
specifier: ^8.0.3
version: 8.0.3
@ -49,6 +55,12 @@ importers:
prettier-plugin-tailwindcss:
specifier: ^0.6.6
version: 0.6.6(@ianvs/prettier-plugin-sort-imports@4.1.1(@vue/compiler-sfc@3.3.4)(prettier@3.3.3))(prettier@3.3.3)
react:
specifier: ^18.3.1
version: 18.3.1
react-dom:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
rimraf:
specifier: ^4.4.1
version: 4.4.1