Skip to content

Commit 87b8b2a

Browse files
authored
Merge pull request #44 from PixelKnightDev/bugs
fix #42: fix package.json and updated package-lock accordingly
2 parents 607a631 + ea13259 commit 87b8b2a

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

frontend/package-lock.json

Lines changed: 13 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"react-dom": "^19.1.0",
1515
"react-router-dom": "^7.6.0",
1616
"react-dropzone": "^14.3.8",
17-
"cloudinary": "^2.6.1"
17+
"cloudinary": "^2.6.1",
1818
"react-icons": "^5.5.0",
19-
"react-router-dom": "^7.6.0"
19+
"nprogress": "^0.2.0"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.25.0",

0 commit comments

Comments
 (0)