Skip to content

Commit c0e87a4

Browse files
authored
Merge pull request #142 from davidradl/git138
#138 fix tex rex and dino screen corruption
2 parents 154d9bd + 02dae3b commit c0e87a4

File tree

5 files changed

+11
-14
lines changed

5 files changed

+11
-14
lines changed

cra-client/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
"description": "Egeria React User Interface client component.",
55
"private": true,
66
"dependencies": {
7-
"@carbon/elements": "^10.15.0",
8-
"@carbon/grid": "^10.13.0",
9-
"@carbon/icons-react": "^10.14.0",
10-
"@carbon/layout": "^10.12.0",
11-
"@carbon/themes": "^10.15.0",
7+
"@carbon/elements": "^10.32.0",
8+
"@carbon/grid": "^10.25.0",
9+
"@carbon/icons-react": "^10.30.0",
10+
"@carbon/layout": "^10.23.0",
11+
"@carbon/themes": "^10.32.0",
1212
"axios": "^0.21.1",
13-
"carbon-components": "^10.16.0",
14-
"carbon-components-react": "^7.16.0",
13+
"carbon-components": "^10.33.0",
14+
"carbon-components-react": "^7.33.0",
1515
"carbon-icons": "^7.0.7",
1616
"d3": "^5.16.0",
1717
"fibers": "^5.0.0",
1818
"prop-types": "^15.7.2",
1919
"react": "^16.13.1",
20-
"react-bootstrap": "^1.3.0",
20+
"react-bootstrap": "^1.5.2",
2121
"react-cookie": "^4.0.3",
2222
"react-dom": "^16.13.1",
2323
"react-json-pretty": "^2.2.0",
2424
"react-markdown": "^5.0.2",
2525
"react-router-dom": "^5.2.0",
2626
"react-scripts": "^3.4.4",
2727
"sass": "^1.32.7",
28-
"typescript": "^4.1.3"
28+
"typescript": "^4.2.4"
2929
},
3030
"devDependencies": {},
3131
"scripts": {

cra-client/src/components/Dino/dino.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
.dino-container {
7-
position : absolute;
87
top : 0px;
98
left : 260px;
109
height : 100%;

cra-client/src/components/RepositoryExplorer/rex.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
.rex-container {
7-
position : absolute;
87
top : 0px;
98
left : 260px;
109
height : 100%;

cra-client/src/components/TypeExplorer/tex.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
.tex-container {
7-
position : absolute;
87
top : 0px;
98
left : 260px;
109
height : 100%;

cra-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"body-parser": "^1.19.0",
2424
"dotenv": "^8.2.0",
2525
"express": "^4.17.1",
26-
"express-rate-limit": "^5.2.3",
26+
"express-rate-limit": "^5.2.6",
2727
"express-session": "^1.17.1",
2828
"passport": "^0.4.1",
2929
"passport-local": "^1.0.0"
3030
},
3131
"devDependencies": {
32-
"nodemon": "^2.0.4",
32+
"nodemon": "^2.0.7",
3333
"npm-run-all": "^4.1.5"
3434
}
3535
}

0 commit comments

Comments
 (0)