Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 1adc4ae

Browse files
committed
Fixed react-bootstrap-problem
1 parent fc1d587 commit 1adc4ae

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

webapp_frontend/package-lock.json

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

webapp_frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"axios": "^0.20.0",
1616
"bootstrap": "^4.5.3",
1717
"react": "^16.13.1",
18-
"react-bootstrap": "1.1.0",
18+
"react-bootstrap": "1.0.1",
1919
"react-dom": "^16.13.1",
2020
"react-scripts": "3.4.3",
21-
"typescript": "^3.7.5"
21+
"typescript": "^3.8.3"
2222
},
2323
"scripts": {
2424
"start": "react-scripts start",

webapp_frontend/src/components/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function App():ReactElement {
3939
Learn React
4040
</a>
4141
<button style={{marginTop: "20px"}} onClick={() => updateVariables()}>Test</button>
42+
<Button>Dieser Bootstrap-Button funktioniert</Button>
4243
<p>{backendLiveTime}</p>
4344
</header>
4445
</div>

0 commit comments

Comments
 (0)