Skip to content

Commit

Permalink
fix: update babel packages
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Aug 22, 2019
1 parent d018419 commit b530fa4
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,32 +89,34 @@
"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": "~8.1.0",
"@commitlint/config-conventional": "~8.1.0",
Expand Down

0 comments on commit b530fa4

Please sign in to comment.