Skip to content

Commit

Permalink
Merge branch 'master' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jun 22, 2020
2 parents 3b62f08 + 8926ff4 commit a7c81f7
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 215 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"snapshot": "./node_modules/.bin/build-storybook -c .storybook && percy-storybook --widths=320,1280"
},
"devDependencies": {
"@babel/cli": "7.10.1",
"@babel/core": "7.10.2",
"@babel/cli": "7.10.3",
"@babel/core": "7.10.3",
"@babel/plugin-proposal-export-default-from": "7.10.1",
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
"@babel/plugin-proposal-optional-chaining": "7.10.1",
"@babel/plugin-transform-runtime": "7.10.1",
"@babel/preset-env": "7.10.2",
"@babel/plugin-proposal-object-rest-spread": "7.10.3",
"@babel/plugin-proposal-optional-chaining": "7.10.3",
"@babel/plugin-transform-runtime": "7.10.3",
"@babel/preset-env": "7.10.3",
"@babel/preset-react": "7.10.1",
"@percy/storybook": "3.3.0",
"@poool/eslint-config": "1.2.2",
Expand All @@ -36,7 +36,7 @@
"@storybook/addon-storysource": "5.3.19",
"@storybook/react": "5.3.19",
"auto-changelog": "2.1.0",
"autoprefixer": "9.8.0",
"autoprefixer": "9.8.2",
"babel-eslint": "10.1.0",
"babel-jest": "24.9.0",
"babel-loader": "8.1.0",
Expand All @@ -46,7 +46,7 @@
"css-loader": "3.6.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"eslint": "7.2.0",
"eslint": "7.3.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.21.2",
Expand All @@ -63,23 +63,23 @@
"postcss-loader": "3.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-intl-tel-input": "8.0.2",
"react-intl-tel-input": "8.0.4",
"react-popper": "2.2.3",
"react-redux": "7.2.0",
"react-router-dom": "5.2.0",
"react-transition-group": "4.4.1",
"rollup": "2.16.1",
"rollup": "2.18.0",
"rollup-plugin-postcss": "3.1.2",
"rollup-plugin-terser": "6.1.0",
"sinon": "9.0.2",
"stylus": "0.54.7",
"stylus-loader": "3.0.2",
"uglify-js": "3.9.4",
"uglify-js": "3.10.0",
"uglifyjs-webpack-plugin": "2.2.0",
"url-loader": "4.1.0",
"webpack": "4.43.0",
"webpack-bundle-analyzer": "3.8.0",
"webpack-cli": "3.3.11",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0",
"webpack-merge": "4.2.2"
}
Expand Down
Loading

0 comments on commit a7c81f7

Please sign in to comment.