Skip to content

Commit d921f14

Browse files
committed
[Dev Deps] update babel-plugin-transform-replace-object-assign, babel-preset-airbnb, chai-enzyme, enzyme-adapter-react-helper, eslint, eslint-config-airbnb, eslint-plugin-import, eslint-plugin-jsx-a11y, eslint-plugin-react, sinon, sinon-chai, sinon-sandbox
1 parent 0b6625c commit d921f14

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"presets": ["airbnb"],
33
"plugins": [
4-
["transform-replace-object-assign", "object.assign"],
4+
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
55
],
66
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,26 @@
3434
"devDependencies": {
3535
"babel-cli": "^6.26.0",
3636
"babel-jest": "^21.2.0",
37-
"babel-plugin-transform-replace-object-assign": "^0.2.1",
38-
"babel-preset-airbnb": "^2.4.0",
37+
"babel-plugin-transform-replace-object-assign": "^1.0.0",
38+
"babel-preset-airbnb": "^2.5.3",
3939
"casual": "^1.5.19",
4040
"chai": "^4.1.2",
41-
"chai-enzyme": "^1.0.0-beta.0",
41+
"chai-enzyme": "^1.0.0-beta.1",
4242
"enzyme": "^3.3.0",
43-
"enzyme-adapter-react-helper": "^1.2.2",
44-
"eslint": "^4.15.0",
45-
"eslint-config-airbnb": "^16.1.0",
46-
"eslint-plugin-import": "^2.8.0",
47-
"eslint-plugin-jsx-a11y": "^6.0.3",
48-
"eslint-plugin-react": "^7.5.1",
43+
"enzyme-adapter-react-helper": "^1.2.3",
44+
"eslint": "^4.19.1",
45+
"eslint-config-airbnb": "^17.0.0",
46+
"eslint-plugin-import": "^2.13.0",
47+
"eslint-plugin-jsx-a11y": "^6.1.1",
48+
"eslint-plugin-react": "^7.10.0",
4949
"jest": "^21.2.1",
5050
"react": "^0.14 || ^15 || ^16",
5151
"react-dom": "^0.14 || ^15 || ^16",
5252
"rimraf": "^2.6.2",
5353
"safe-publish-latest": "^1.1.1",
54-
"sinon": "^4.1.6",
55-
"sinon-chai": "^2.14.0",
56-
"sinon-sandbox": "^1.0.2",
54+
"sinon": "^4.5.0",
55+
"sinon-chai": "^3.2.0",
56+
"sinon-sandbox": "^2.0.0",
5757
"webpack": "^3.10.0"
5858
},
5959
"peerDependencies": {

0 commit comments

Comments
 (0)