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

11
package-lock.json generated
View File

@@ -31,6 +31,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",
@@ -2543,6 +2544,16 @@
"@types/react": "^19.0.0"
}
},
"node_modules/@types/react-responsive-masonry": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/@types/react-responsive-masonry/-/react-responsive-masonry-2.6.0.tgz",
"integrity": "sha512-MF2ql1CjzOoL9fLWp6L3ABoyzBUP/YV71wyb3Fx+cViYNj7+tq3gDCllZHbLg1LQfGOQOEGbV2P7TOcUeGiR6w==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/react": "*"
}
},
"node_modules/@types/stack-utils": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",