Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 63eaf2c

Browse files
committed
use react 16.7.0 and types/react-dom 16.0.7 to fix compilation error possibly due to incompatibility with blueprint 1.40.0
1 parent 0341ff5 commit 63eaf2c

File tree

4 files changed

+105
-36
lines changed

4 files changed

+105
-36
lines changed

app/package-lock.json

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

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"private": true,
1010
"dependencies": {
11-
"@blueprintjs/core": "^1.35.5",
11+
"@blueprintjs/core": "^1.40.0",
1212
"@blueprintjs/datetime": "^1.25.4",
1313
"@blueprintjs/table": "^1.31.2",
1414
"cesium": "1.53.0",
@@ -20,11 +20,11 @@
2020
"electron-log": "2.2.14",
2121
"electron-updater": "2.20.1",
2222
"oboe": "^2.1.4",
23-
"react": "^16.2.0",
23+
"react": "^16.7.0",
2424
"react-ace": "^5.9.0",
2525
"react-addons-css-transition-group": "^15.6.2",
2626
"react-color": "^2.14.0",
27-
"react-dom": "^16.2.0",
27+
"react-dom": "^16.8.3",
2828
"react-linkify": "^0.2.2",
2929
"react-markdown": "^4.0.6",
3030
"react-redux": "^5.0.7",

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
"@types/oboe": "^2.0.28",
5757
"@types/openlayers": "^3.20.6",
5858
"@types/proj4": "^2.5.0",
59-
"@types/react": "^16.8.6",
59+
"@types/react": "16.7.0",
6060
"@types/react-color": "^2.14.1",
61-
"@types/react-dom": "^16.8.2",
61+
"@types/react-dom": "16.0.7",
6262
"@types/react-redux": "^5.0.21",
6363
"@types/react-test-renderer": "^16.8.1",
6464
"@types/redux-logger": "^3.0.7",
@@ -80,7 +80,7 @@
8080
"jsdom-global": "3.0.2",
8181
"mocha": "^5.2.0",
8282
"oboe": "^2.1.5",
83-
"react": "^16.8.3",
83+
"react": "16.7.0",
8484
"react-ace": "^5.9.0",
8585
"react-addons-css-transition-group": "^15.6.2",
8686
"react-color": "^2.17.0",

0 commit comments

Comments
 (0)