Skip to content

Commit 624527e

Browse files
authored
Merge pull request #65 from airbnb/nora--update-all-deps
[deps] Update all deps and drop support for node < 6
2 parents 5a8e61d + 636638b commit 624527e

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ node_js:
44
- "10"
55
- "8"
66
- "6"
7-
- "4"
87
before_install:
98
- 'nvm install-latest-npm'
109
install:

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,28 @@
4040
},
4141
"homepage": "https://github.com/airbnb/react-with-styles-interface-aphrodite#readme",
4242
"devDependencies": {
43-
"airbnb-js-shims": "^2.1.1",
44-
"aphrodite": "^2.1.0",
45-
"babel-cli": "^6.26.0",
46-
"babel-plugin-transform-replace-object-assign": "^1.0.0",
47-
"babel-preset-airbnb": "^2.5.2",
48-
"babel-register": "^6.26.0",
49-
"chai": "^4.1.2",
50-
"eslint": "^5.13.0",
51-
"eslint-config-airbnb": "^17.1.0",
52-
"eslint-plugin-import": "^2.16.0",
53-
"eslint-plugin-jsx-a11y": "^6.2.1",
54-
"eslint-plugin-react": "^7.12.4",
43+
"@babel/cli": "^7.5.5",
44+
"@babel/core": "^7.5.5",
45+
"@babel/register": "^7.5.5",
46+
"airbnb-js-shims": "^2.2.0",
47+
"aphrodite": "^2.3.1",
48+
"babel-plugin-transform-replace-object-assign": "^2.0.0",
49+
"babel-preset-airbnb": "^4.0.1",
50+
"chai": "^4.2.0",
51+
"eslint": "^5.16.0",
52+
"eslint-config-airbnb": "^17.1.1",
53+
"eslint-plugin-import": "^2.18.2",
54+
"eslint-plugin-jsx-a11y": "^6.2.3",
55+
"eslint-plugin-react": "^7.14.3",
5556
"in-publish": "^2.0.0",
5657
"mocha": "^5.2.0",
57-
"prop-types": "^15.6.2",
58-
"react": "^16.4.1",
59-
"react-dom": "^16.4.1",
58+
"prop-types": "^15.7.2",
59+
"react": "^16.8.6",
60+
"react-dom": "^16.8.6",
6061
"rimraf": "^2.6.3",
6162
"safe-publish-latest": "^1.1.2",
6263
"sinon": "^6.3.5",
63-
"sinon-sandbox": "^2.0.0"
64+
"sinon-sandbox": "^2.0.5"
6465
},
6566
"peerDependencies": {
6667
"aphrodite": "^2.1.0",
@@ -71,6 +72,6 @@
7172
"has": "^1.0.3",
7273
"object.assign": "^4.1.0",
7374
"object.entries": "^1.1.0",
74-
"rtl-css-js": "^1.11.0"
75+
"rtl-css-js": "^1.13.0"
7576
}
7677
}

test/mocha.opts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
--compilers js:babel-register,jsx:babel-register
1+
--require @babel/register test/**/*.{js,jsx}
22
--require airbnb-js-shims
33
--recursive

0 commit comments

Comments
 (0)