Skip to content

Commit 3ea2c10

Browse files
committed
[Dev Deps] update @storybook/addon-actions, @storybook/addon-info, @storybook/addon-links, @storybook/addon-options, @storybook/react, babel-loader, babel-plugin-transform-replace-object-assign, clean-css, cross-env, eslint, eslint-plugin-import, eslint-plugin-react, moment, nyc, react-with-styles-interface-aphrodite, sass-loader, sinon, style-loader
1 parent c6e5ba1 commit 3ea2c10

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

.babelrc

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,36 @@
44
"presets": ["airbnb"],
55
"plugins": [
66
"inline-react-svg",
7-
["transform-replace-object-assign", "object.assign"],
7+
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
88
"istanbul"
99
]
1010
},
1111
"development": {
1212
"presets": ["airbnb"],
1313
"plugins": [
1414
"inline-react-svg",
15-
["transform-replace-object-assign", "object.assign"],
15+
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
1616
],
1717
},
1818
"production": {
1919
"presets": ["airbnb"],
2020
"plugins": [
2121
"inline-react-svg",
22-
["transform-replace-object-assign", "object.assign"],
22+
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
2323
],
2424
},
2525
"cjs": {
2626
"presets": ["airbnb"],
2727
"plugins": [
2828
"inline-react-svg",
29-
["transform-replace-object-assign", "object.assign"],
29+
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
3030
],
3131
},
3232
"esm": {
3333
"presets": [["airbnb", { modules: false }]],
3434
"plugins": [
3535
"inline-react-svg",
36-
["transform-replace-object-assign", "object.assign"],
36+
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
3737
],
3838
},
3939
},

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -51,34 +51,34 @@
5151
},
5252
"homepage": "https://github.com/airbnb/react-dates#readme",
5353
"devDependencies": {
54-
"@storybook/addon-actions": "^3.3.13",
55-
"@storybook/addon-info": "^3.3.13",
56-
"@storybook/addon-links": "^3.3.13",
57-
"@storybook/addon-options": "^3.3.13",
58-
"@storybook/react": "^3.3.13",
54+
"@storybook/addon-actions": "^3.3.15",
55+
"@storybook/addon-info": "^3.3.15",
56+
"@storybook/addon-links": "^3.3.15",
57+
"@storybook/addon-options": "^3.3.15",
58+
"@storybook/react": "^3.3.15",
5959
"airbnb-js-shims": "^1.4.1",
6060
"aphrodite": "^1.2.5",
6161
"babel-cli": "^6.26.0",
6262
"babel-core": "^6.26.0",
63-
"babel-loader": "^7.1.3",
63+
"babel-loader": "^7.1.4",
6464
"babel-plugin-inline-react-svg": "^0.5.2",
6565
"babel-plugin-inline-svg": "^0.1.0",
6666
"babel-plugin-istanbul": "^4.1.5",
6767
"babel-plugin-syntax-jsx": "^6.18.0",
68-
"babel-plugin-transform-replace-object-assign": "^0.2.1",
68+
"babel-plugin-transform-replace-object-assign": "^1.0.0",
6969
"babel-preset-airbnb": "^2.4.0",
7070
"babel-register": "^6.26.0",
7171
"chai": "^4.1.2",
72-
"clean-css": "^4.1.9",
72+
"clean-css": "^4.1.11",
7373
"coveralls": "^2.13.3",
74-
"cross-env": "^5.1.3",
74+
"cross-env": "^5.1.4",
7575
"enzyme": "^3.3.0",
7676
"enzyme-adapter-react-helper": "^1.2.3",
77-
"eslint": "^4.18.0",
77+
"eslint": "^4.19.1",
7878
"eslint-config-airbnb": "^16.1.0",
79-
"eslint-plugin-import": "^2.8.0",
79+
"eslint-plugin-import": "^2.9.0",
8080
"eslint-plugin-jsx-a11y": "^6.0.3",
81-
"eslint-plugin-react": "^7.6.1",
81+
"eslint-plugin-react": "^7.7.0",
8282
"eslint-plugin-react-with-styles": "^1.1.1",
8383
"git-directory-deploy": "^1.5.1",
8484
"imports-loader": "^0.7.1",
@@ -92,21 +92,21 @@
9292
"karma-webpack": "^2.0.9",
9393
"mocha": "^3.5.3",
9494
"mocha-wrap": "^2.1.1",
95-
"moment": "^2.20.1",
95+
"moment": "^2.21.0",
9696
"moment-jalaali": "^0.7.2",
9797
"node-sass": "^4.7.2",
98-
"nyc": "^11.4.1",
98+
"nyc": "^11.6.0",
9999
"raw-loader": "^0.5.1",
100100
"react": "^0.14 || ^15.5.4 || ^16.1.1",
101101
"react-dom": "^0.14 || ^15.5.4 || ^16.1.1",
102-
"react-with-styles-interface-aphrodite": "^4.0.1",
102+
"react-with-styles-interface-aphrodite": "^4.0.2",
103103
"react-with-styles-interface-css-compiler": "^1.1.2",
104104
"rimraf": "^2.6.2",
105105
"safe-publish-latest": "^1.1.1",
106-
"sass-loader": "^6.0.6",
107-
"sinon": "^4.3.0",
106+
"sass-loader": "^6.0.7",
107+
"sinon": "^4.4.8",
108108
"sinon-sandbox": "^1.0.2",
109-
"style-loader": "^0.20.0",
109+
"style-loader": "^0.20.3",
110110
"webpack": "^2.6.1"
111111
},
112112
"dependencies": {

0 commit comments

Comments
 (0)