Skip to content

Commit

Permalink
Merge pull request #435 from reactioncommerce/feat-update-babel
Browse files Browse the repository at this point in the history
fix: update packages to fix issues with build
  • Loading branch information
aldeed authored Aug 22, 2019
2 parents 162293c + 5cfa05c commit 4808ec2
Show file tree
Hide file tree
Showing 5 changed files with 660 additions and 4,055 deletions.
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module.exports = function (api) {
[
"@babel/env",
{
corejs: 3,
useBuiltIns: "entry",
// https://babeljs.io/docs/en/babel-preset-env#targets
targets: {
node: "current",
Expand Down Expand Up @@ -37,6 +39,7 @@ module.exports = function (api) {
[
"@babel/env",
{
corejs: 3,
modules: esmodules ? false : "auto",
// https://babeljs.io/docs/en/babel-preset-env#targets
targets: {
Expand Down
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,35 +89,37 @@
"suiteName": "jest-tests"
},
"dependencies": {
"@babel/polyfill": "~7.2.5",
"@babel/runtime": "~7.5.5",
"@reactioncommerce/components-context": "~1.2.0",
"core-js": "^3.2.1",
"lodash": "~4.17.15",
"prop-types": "~15.7.2",
"react": "~16.9.0",
"react-container-query": "~0.11.0",
"react-dom": "~16.9.0",
"react-stripe-elements": "~2.0.1",
"reacto-form": "~1.4.0",
"regenerator-runtime": "^0.13.3",
"styled-components": "~3.3.3"
},
"devDependencies": {
"@babel/cli": "~7.2.3",
"@babel/core": "~7.2.2",
"@babel/node": "~7.2.2",
"@babel/plugin-proposal-class-properties": "~7.3.0",
"@babel/plugin-proposal-decorators": "~7.3.0",
"@babel/cli": "~7.5.5",
"@babel/core": "~7.5.5",
"@babel/node": "~7.5.5",
"@babel/plugin-proposal-class-properties": "~7.5.5",
"@babel/plugin-proposal-decorators": "~7.4.4",
"@babel/plugin-proposal-export-namespace-from": "~7.2.0",
"@babel/plugin-proposal-function-sent": "~7.2.0",
"@babel/plugin-proposal-json-strings": "~7.2.0",
"@babel/plugin-proposal-numeric-separator": "~7.2.0",
"@babel/plugin-proposal-throw-expressions": "~7.2.0",
"@babel/plugin-syntax-dynamic-import": "~7.2.0",
"@babel/plugin-syntax-import-meta": "~7.2.0",
"@babel/plugin-transform-runtime": "~7.2.0",
"@babel/preset-env": "~7.3.1",
"@babel/plugin-transform-runtime": "~7.5.5",
"@babel/preset-env": "~7.5.5",
"@babel/preset-react": "~7.0.0",
"@commitlint/cli": "~7.0.0",
"@commitlint/config-conventional": "~7.0.1",
"@commitlint/cli": "~8.1.0",
"@commitlint/config-conventional": "~8.1.0",
"@reactioncommerce/eslint-config": "~1.9.0",
"adr": "~1.1.1",
"autoprefixer": "~7.1.6",
Expand Down Expand Up @@ -149,7 +151,7 @@
"file-loader": "~1.1.5",
"fs-extra": "~5.0.0",
"html-webpack-plugin": "~2.29.0",
"husky": "~1.0.0-rc.9",
"husky": "~3.0.4",
"ignore-loader": "~0.1.2",
"jest": "~24.1.0",
"jest-junit": "~6.1.0",
Expand Down
14 changes: 7 additions & 7 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@
"react-select": "~2.4.0"
},
"devDependencies": {
"@babel/cli": "~7.2.3",
"@babel/core": "~7.2.2",
"@babel/node": "~7.2.2",
"@babel/plugin-proposal-class-properties": "~7.3.0",
"@babel/plugin-proposal-decorators": "~7.3.0",
"@babel/cli": "~7.5.5",
"@babel/core": "~7.5.5",
"@babel/node": "~7.5.5",
"@babel/plugin-proposal-class-properties": "~7.5.5",
"@babel/plugin-proposal-decorators": "~7.4.4",
"@babel/plugin-proposal-export-namespace-from": "~7.2.0",
"@babel/plugin-proposal-function-sent": "~7.2.0",
"@babel/plugin-proposal-json-strings": "~7.2.0",
"@babel/plugin-proposal-numeric-separator": "~7.2.0",
"@babel/plugin-proposal-throw-expressions": "~7.2.0",
"@babel/plugin-syntax-dynamic-import": "~7.2.0",
"@babel/plugin-syntax-import-meta": "~7.2.0",
"@babel/plugin-transform-runtime": "~7.2.0",
"@babel/preset-env": "~7.3.1",
"@babel/plugin-transform-runtime": "~7.5.5",
"@babel/preset-env": "~7.5.5",
"@babel/preset-react": "~7.0.0",
"@reactioncommerce/eslint-config": "~1.9.0",
"autoprefixer": "~7.1.6",
Expand Down
Loading

0 comments on commit 4808ec2

Please sign in to comment.