|
89 | 89 | "suiteName": "jest-tests"
|
90 | 90 | },
|
91 | 91 | "dependencies": {
|
92 |
| - "@babel/polyfill": "~7.2.5", |
| 92 | + "@babel/runtime": "~7.5.5", |
93 | 93 | "@reactioncommerce/components-context": "~1.2.0",
|
| 94 | + "core-js": "^3.2.1", |
94 | 95 | "lodash": "~4.17.15",
|
95 | 96 | "prop-types": "~15.7.2",
|
96 | 97 | "react": "~16.9.0",
|
97 | 98 | "react-container-query": "~0.11.0",
|
98 | 99 | "react-dom": "~16.9.0",
|
99 | 100 | "react-stripe-elements": "~2.0.1",
|
100 | 101 | "reacto-form": "~1.4.0",
|
| 102 | + "regenerator-runtime": "^0.13.3", |
101 | 103 | "styled-components": "~3.3.3"
|
102 | 104 | },
|
103 | 105 | "devDependencies": {
|
104 |
| - "@babel/cli": "~7.2.3", |
105 |
| - "@babel/core": "~7.2.2", |
106 |
| - "@babel/node": "~7.2.2", |
107 |
| - "@babel/plugin-proposal-class-properties": "~7.3.0", |
108 |
| - "@babel/plugin-proposal-decorators": "~7.3.0", |
| 106 | + "@babel/cli": "~7.5.5", |
| 107 | + "@babel/core": "~7.5.5", |
| 108 | + "@babel/node": "~7.5.5", |
| 109 | + "@babel/plugin-proposal-class-properties": "~7.5.5", |
| 110 | + "@babel/plugin-proposal-decorators": "~7.4.4", |
109 | 111 | "@babel/plugin-proposal-export-namespace-from": "~7.2.0",
|
110 | 112 | "@babel/plugin-proposal-function-sent": "~7.2.0",
|
111 | 113 | "@babel/plugin-proposal-json-strings": "~7.2.0",
|
112 | 114 | "@babel/plugin-proposal-numeric-separator": "~7.2.0",
|
113 | 115 | "@babel/plugin-proposal-throw-expressions": "~7.2.0",
|
114 | 116 | "@babel/plugin-syntax-dynamic-import": "~7.2.0",
|
115 | 117 | "@babel/plugin-syntax-import-meta": "~7.2.0",
|
116 |
| - "@babel/plugin-transform-runtime": "~7.2.0", |
117 |
| - "@babel/preset-env": "~7.3.1", |
| 118 | + "@babel/plugin-transform-runtime": "~7.5.5", |
| 119 | + "@babel/preset-env": "~7.5.5", |
118 | 120 | "@babel/preset-react": "~7.0.0",
|
119 |
| - "@commitlint/cli": "~7.0.0", |
120 |
| - "@commitlint/config-conventional": "~7.0.1", |
| 121 | + "@commitlint/cli": "~8.1.0", |
| 122 | + "@commitlint/config-conventional": "~8.1.0", |
121 | 123 | "@reactioncommerce/eslint-config": "~1.9.0",
|
122 | 124 | "adr": "~1.1.1",
|
123 | 125 | "autoprefixer": "~7.1.6",
|
|
149 | 151 | "file-loader": "~1.1.5",
|
150 | 152 | "fs-extra": "~5.0.0",
|
151 | 153 | "html-webpack-plugin": "~2.29.0",
|
152 |
| - "husky": "~1.0.0-rc.9", |
| 154 | + "husky": "~3.0.4", |
153 | 155 | "ignore-loader": "~0.1.2",
|
154 | 156 | "jest": "~24.1.0",
|
155 | 157 | "jest-junit": "~6.1.0",
|
|
0 commit comments