chore: add @types/react-responsive-masonry package

fixing with this import error on building
This commit is contained in:
2025-02-23 11:07:58 +01:00
parent 0f573173c9
commit 83c5cd1b75
2 changed files with 13 additions and 2 deletions

View File

@@ -21,8 +21,7 @@
"node-fetch": "^3.3.2",
"nodemailer": "^6.10.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-responsive-masonry": "^2.7.1"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
@@ -34,6 +33,7 @@
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-responsive-masonry": "^2.6.0",
"cross-env": "^7.0.3",
"eslint": "^9",
"eslint-config-next": "15.1.7",