Skip to content

Commit 61ce499

Browse files
committed
[Dev Deps] update @babel/cli, @babel/core, @babel/register, @babel/runtime, @storybook/addon-actions, @storybook/addon-info, @storybook/addon-links, @storybook/addon-options, @storybook/addons, @storybook/react, @welldone-software/why-did-you-render, airbnb-js-shim, aphrodite, babel-eslint, babel-loader, babel-plugin-inline-react-svg, babel-plugin-inline-svg, babel-preset-airbnb, clean-css, coveralls, cross-env, enzyme, enzyme-adapter-react-helper, eslint, eslint-config-airbnb, eslint-plugin-import, eslint-plugin-jsx-a11y, eslint-plugin-react, eslint-plugin-react-hooks, eslint-plugin-react-with-styles, in-publish, react-with-styles-interface-aphrodite, rimraf, safe-publish-latest, sass-loader, sinon, sinon-sandbox, webpack
1 parent 5979fdd commit 61ce499

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -51,42 +51,42 @@
5151
},
5252
"homepage": "https://github.com/airbnb/react-dates#readme",
5353
"devDependencies": {
54-
"@babel/cli": "^7.5.5",
55-
"@babel/core": "^7.5.5",
56-
"@babel/register": "^7.5.5",
57-
"@babel/runtime": "^7.0.0",
58-
"@storybook/addon-actions": "^5.1.11",
59-
"@storybook/addon-info": "^5.1.11",
60-
"@storybook/addon-links": "^5.1.11",
61-
"@storybook/addon-options": "^5.1.11",
62-
"@storybook/addons": "^5.1.11",
63-
"@storybook/react": "^5.1.11",
64-
"@welldone-software/why-did-you-render": "^3.3.1",
65-
"airbnb-js-shims": "^2.2.0",
66-
"aphrodite": "^2.3.1",
67-
"babel-eslint": "^10.0.3",
68-
"babel-loader": "^8.0.6",
69-
"babel-plugin-inline-react-svg": "^1.1.0",
70-
"babel-plugin-inline-svg": "^1.0.1",
54+
"@babel/cli": "^7.12.10",
55+
"@babel/core": "^7.12.10",
56+
"@babel/register": "^7.12.10",
57+
"@babel/runtime": "^7.12.5",
58+
"@storybook/addon-actions": "^5.3.21",
59+
"@storybook/addon-info": "^5.3.21",
60+
"@storybook/addon-links": "^5.3.21",
61+
"@storybook/addon-options": "^5.3.21",
62+
"@storybook/addons": "^5.3.21",
63+
"@storybook/react": "^5.3.21",
64+
"@welldone-software/why-did-you-render": "^3.6.0",
65+
"airbnb-js-shims": "^2.2.1",
66+
"aphrodite": "^2.4.0",
67+
"babel-eslint": "^10.1.0",
68+
"babel-loader": "^8.2.2",
69+
"babel-plugin-inline-react-svg": "^1.1.2",
70+
"babel-plugin-inline-svg": "^1.2.0",
7171
"babel-plugin-istanbul": "^5.2.0",
7272
"babel-plugin-transform-replace-object-assign": "^2.0.0",
73-
"babel-preset-airbnb": "^4.0.1",
73+
"babel-preset-airbnb": "^4.5.0",
7474
"chai": "^4.2.0",
75-
"clean-css": "^4.2.1",
76-
"coveralls": "^3.0.6",
77-
"cross-env": "^5.2.0",
78-
"enzyme": "^3.10.0",
79-
"enzyme-adapter-react-helper": "^1.3.6",
80-
"eslint": "^6.2.1",
81-
"eslint-config-airbnb": "^18.0.1",
82-
"eslint-plugin-import": "^2.18.2",
83-
"eslint-plugin-jsx-a11y": "^6.2.3",
84-
"eslint-plugin-react": "^7.14.3",
85-
"eslint-plugin-react-hooks": "^1.7.0",
86-
"eslint-plugin-react-with-styles": "^2.2.0",
75+
"clean-css": "^4.2.3",
76+
"coveralls": "^3.1.0",
77+
"cross-env": "^5.2.1",
78+
"enzyme": "^3.11.0",
79+
"enzyme-adapter-react-helper": "^1.3.9",
80+
"eslint": "^7.18.0",
81+
"eslint-config-airbnb": "^18.2.1",
82+
"eslint-plugin-import": "^2.22.1",
83+
"eslint-plugin-jsx-a11y": "^6.4.1",
84+
"eslint-plugin-react": "^7.22.0",
85+
"eslint-plugin-react-hooks": "^4.2.0",
86+
"eslint-plugin-react-with-styles": "^2.3.0",
8787
"git-directory-deploy": "^1.5.1",
8888
"imports-loader": "^0.8.0",
89-
"in-publish": "^2.0.0",
89+
"in-publish": "^2.0.1",
9090
"karma": "^4.2.0",
9191
"karma-chai": "^0.1.0",
9292
"karma-firefox-launcher": "^1.2.0",
@@ -96,23 +96,23 @@
9696
"mkdirp": "^0.5.5",
9797
"mocha": "^3.5.3",
9898
"mocha-wrap": "^2.1.2",
99-
"moment": "^2.24.0",
99+
"moment": "^2.29.1",
100100
"moment-jalaali": "^0.7.4",
101101
"node-sass": "^4.12.0",
102102
"nyc": "^14.1.1",
103103
"raw-loader": "^0.5.1",
104104
"react": "^0.14 || ^15.5.4 || ^16.1.1",
105105
"react-dom": "^0.14 || ^15.5.4 || ^16.1.1",
106-
"react-with-styles-interface-aphrodite": "^6.0.0",
106+
"react-with-styles-interface-aphrodite": "^6.0.1",
107107
"react-with-styles-interface-css-compiler": "^2.2.0",
108-
"rimraf": "^2.6.3",
109-
"safe-publish-latest": "^1.1.3",
110-
"sass-loader": "^7.2.0",
111-
"sinon": "^7.4.1",
112-
"sinon-sandbox": "^2.0.5",
108+
"rimraf": "^2.7.1",
109+
"safe-publish-latest": "^1.1.4",
110+
"sass-loader": "^7.3.1",
111+
"sinon": "^7.5.0",
112+
"sinon-sandbox": "^2.0.6",
113113
"style-loader": "^0.20.3",
114114
"typescript": "*",
115-
"webpack": "^4.31.0"
115+
"webpack": "^4.46.0"
116116
},
117117
"dependencies": {
118118
"airbnb-prop-types": "^2.16.0",

0 commit comments

Comments
 (0)