Skip to content

Commit 6e1d4a9

Browse files
authored
Merge pull request #120 from tutorcruncher/upgrade-fix
React Tooltip Upgrade + Node Upgrade
2 parents 8efdee6 + 8387e5d commit 6e1d4a9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- 8
4+
- 10
55

66
cache:
77
yarn: true

netlify.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build.environment]
2+
NODE_VERSION = "10"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lintfix": "eslint src --fix"
2424
},
2525
"engines": {
26-
"node": ">=8",
26+
"node": ">=10.18",
2727
"npm": ">=5",
2828
"yarn": ">=1.10"
2929
},
@@ -48,7 +48,7 @@
4848
"react-router-dom": "^5.2.0",
4949
"react-scripts": "3.4.1",
5050
"react-select": "^3.1.0",
51-
"react-tooltip": "^4.2.6",
51+
"react-tooltip": "^4.2.7",
5252
"sass-loader": "^8.0.2",
5353
"shelljs": "0.8.4",
5454
"sshpk": "^1.16.1",

0 commit comments

Comments
 (0)