Skip to content

Commit a9f3021

Browse files
authored
fix: updated frontend modal import issue (#394)
1 parent 9f27499 commit a9f3021

2 files changed

Lines changed: 24 additions & 8 deletions

File tree

frontend/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"dependencies": {
2020
"@next/env": "15.1.3",
2121
"@types/node": "22.10.2",
22-
"@types/react": "19.0.2",
23-
"@types/react-dom": "19.0.2",
2422
"autoprefixer": "10.4.20",
2523
"axios": "^1.12.0",
2624
"axios-mock-adapter": "^2.1.0",
@@ -52,6 +50,9 @@
5250
"@testing-library/jest-dom": "^6.6.3",
5351
"@testing-library/react": "^16.3.0",
5452
"@testing-library/user-event": "^14.6.1",
53+
"@types/react": "19.0.2",
54+
"@types/react-bootstrap": "^1.1.0",
55+
"@types/react-dom": "19.0.2",
5556
"@vitejs/plugin-react": "^4.5.2",
5657
"@vitest/coverage-v8": "^3.2.3",
5758
"@vitest/ui": "^3.2.3",

frontend/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)