fix: build issue with bootstrp type dependency
This commit is contained in:
Generated
+1
-3
@@ -16,6 +16,7 @@
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/node": "^22.5.0",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-router-bootstrap": "^0.26.6",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"bootstrap": "^5.3.3",
|
||||
"react": "^18.3.1",
|
||||
@@ -28,7 +29,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.4",
|
||||
"@types/react-router-bootstrap": "^0.26.6",
|
||||
"@typescript-eslint/eslint-plugin": "^8.2.0",
|
||||
"@vitest/coverage-v8": "^2.0.5",
|
||||
"eslint": "^8.57.0",
|
||||
@@ -1857,7 +1857,6 @@
|
||||
"version": "0.26.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-router-bootstrap/-/react-router-bootstrap-0.26.6.tgz",
|
||||
"integrity": "sha512-uqDwCdHp/qkXUPd8iOgZ92HQnTfyjpIwqgvbenW5SejrN3l6bkcObZQ/kkirHk39AQK4MJVpQBvcSu/SE6Crnw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
@@ -9021,7 +9020,6 @@
|
||||
"version": "0.26.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-router-bootstrap/-/react-router-bootstrap-0.26.6.tgz",
|
||||
"integrity": "sha512-uqDwCdHp/qkXUPd8iOgZ92HQnTfyjpIwqgvbenW5SejrN3l6bkcObZQ/kkirHk39AQK4MJVpQBvcSu/SE6Crnw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
||||
+1
-1
@@ -19,6 +19,7 @@
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/node": "^22.5.0",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-router-bootstrap": "^0.26.6",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"bootstrap": "^5.3.3",
|
||||
"react": "^18.3.1",
|
||||
@@ -58,7 +59,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.4",
|
||||
"@types/react-router-bootstrap": "^0.26.6",
|
||||
"@typescript-eslint/eslint-plugin": "^8.2.0",
|
||||
"@vitest/coverage-v8": "^2.0.5",
|
||||
"eslint": "^8.57.0",
|
||||
|
||||
Reference in New Issue
Block a user