Skip to content

Commit a26ed8d

Browse files
authored
chore(deps): update devDeps, rem Node 8 from Travis (#490)
Node 8 is out of LTS, and holding us back on karma & puppeteer
1 parent 2c15caf commit a26ed8d

File tree

3 files changed

+663
-646
lines changed

3 files changed

+663
-646
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "8"
43
- "10"
54
- "12"
65
- "node" # latest

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@
3939
"homepage": "https://github.com/mzabriskie/react-draggable",
4040
"devDependencies": {
4141
"@babel/cli": "^7.8.4",
42-
"@babel/core": "^7.9.0",
42+
"@babel/core": "^7.9.6",
4343
"@babel/plugin-proposal-class-properties": "^7.8.3",
4444
"@babel/plugin-transform-flow-comments": "^7.8.3",
45-
"@babel/preset-env": "^7.9.5",
45+
"@babel/preset-env": "^7.9.6",
4646
"@babel/preset-flow": "^7.9.0",
4747
"@babel/preset-react": "^7.9.4",
48-
"@types/react": "^16.9.34",
49-
"@types/react-dom": "^16.9.6",
48+
"@types/react": "^16.9.35",
49+
"@types/react-dom": "^16.9.8",
5050
"babel-eslint": "^10.1.0",
5151
"babel-loader": "^8.1.0",
5252
"babel-plugin-espower": "^3.0.1",
5353
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
54-
"eslint": "^6.8.0",
55-
"eslint-plugin-react": "^7.19.0",
56-
"flow-bin": "^0.123.0",
54+
"eslint": "^7.0.0",
55+
"eslint-plugin-react": "^7.20.0",
56+
"flow-bin": "^0.125.1",
5757
"jasmine-core": "^3.5.0",
58-
"karma": "^4.4.1",
58+
"karma": "^5.0.9",
5959
"karma-chrome-launcher": "^3.1.0",
6060
"karma-cli": "2.0.0",
6161
"karma-firefox-launcher": "^1.3.0",
@@ -68,17 +68,17 @@
6868
"phantomjs-prebuilt": "^2.1.16",
6969
"power-assert": "^1.4.4",
7070
"pre-commit": "^1.2.2",
71-
"puppeteer": "^3.0.0",
71+
"puppeteer": "^3.1.0",
7272
"react": "^16.13.1",
7373
"react-dom": "^16.13.1",
74-
"react-frame-component": "^4.1.1",
74+
"react-frame-component": "^4.1.2",
7575
"react-test-renderer": "^16.13.1",
7676
"semver": "^7.3.2",
7777
"static-server": "^3.0.0",
78-
"typescript": "^3.8.3",
79-
"webpack": "^4.42.1",
78+
"typescript": "^3.9.3",
79+
"webpack": "^4.43.0",
8080
"webpack-cli": "^3.3.11",
81-
"webpack-dev-server": "^3.10.3"
81+
"webpack-dev-server": "^3.11.0"
8282
},
8383
"resolutions": {
8484
"minimist": "^1.2.5"
@@ -91,4 +91,4 @@
9191
"classnames": "^2.2.5",
9292
"prop-types": "^15.6.0"
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)