|
71 | 71 | "dependencies": {
|
72 | 72 | "@firebase/app-types": "^0.3.2",
|
73 | 73 | "@material-ui/core": "^1.5",
|
74 |
| - "@rails/webpacker": "4.0.0-pre.2", |
| 74 | + "@rails/webpacker": "4.0.7", |
75 | 75 | "@sentry/browser": "^5.4.0",
|
76 | 76 | "@sentry/webpack-plugin": "^1.6.2",
|
77 | 77 | "actioncable": "^5.2.0",
|
78 | 78 | "axios": "^0.18.0",
|
79 | 79 | "babel-plugin-lodash": "^3.3.2",
|
80 | 80 | "babel-plugin-module-resolver": "^3.1.1",
|
81 | 81 | "babel-plugin-styled-components": "^1.7.0",
|
82 |
| - "babel-plugin-transform-class-properties": "^6.24.1", |
83 | 82 | "babel-plugin-transform-decorators-legacy": "^1.3.4",
|
84 |
| - "babel-plugin-transform-es2015-template-literals": "^6.22.0", |
85 |
| - "babel-plugin-transform-runtime": "^6.23.0", |
86 |
| - "babel-polyfill": "^6.26.0", |
87 |
| - "babel-preset-react": "^6.24.1", |
88 | 83 | "browserslist": "^4.5.5",
|
89 | 84 | "caniuse-lite": "^1.0.30000830",
|
90 | 85 | "date-fns": "2.0.0-alpha.27",
|
|
160 | 155 | "whatwg-fetch": "^3.0.0"
|
161 | 156 | },
|
162 | 157 | "devDependencies": {
|
163 |
| - "babel-core": "^6.26.0", |
| 158 | + "@babel/core": "^7.0.0", |
| 159 | + "@babel/plugin-proposal-class-properties": "^7.4.4", |
| 160 | + "@babel/plugin-proposal-decorators": "^7.4.0", |
| 161 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 162 | + "@babel/plugin-transform-modules-commonjs": "^7.4.3", |
| 163 | + "@babel/plugin-transform-runtime": "^7.4.4", |
| 164 | + "@babel/preset-env": "^7.0.0", |
| 165 | + "@babel/preset-react": "^7.0.0", |
164 | 166 | "babel-engine-plugin": "^0.2.1",
|
165 |
| - "babel-eslint": "~8.2.1", |
166 |
| - "babel-jest": "^22.1.0", |
167 |
| - "babel-loader": "^7.1.2", |
168 |
| - "babel-preset-env": "^1.6.1", |
169 |
| - "babel-runtime": "~6.26.0", |
| 167 | + "babel-eslint": "^10.0.0", |
| 168 | + "babel-jest": "^24.8.0", |
| 169 | + "babel-loader": "^8.0.0", |
170 | 170 | "cypress": "^3.3.1",
|
171 | 171 | "cypress-cucumber-preprocessor": "ideo/cypress-cucumber-preprocessor#3e39b05",
|
172 | 172 | "dotenv": "^5.0.1",
|
|
186 | 186 | "eslint-plugin-promise": "~3.5.0",
|
187 | 187 | "eslint-plugin-react": "~7.11.0",
|
188 | 188 | "eslint-plugin-standard": "~3.0.1",
|
| 189 | + "file-loader": "^4.0.0", |
189 | 190 | "identity-obj-proxy": "^3.0.0",
|
190 | 191 | "jest": "^22.4.3",
|
191 | 192 | "jest-css-modules": "^1.1.0",
|
|
198 | 199 | "react-test-renderer": "^16.2.0",
|
199 | 200 | "wait-on": "^3.1.0",
|
200 | 201 | "webpack-bundle-analyzer": "^2.11.1",
|
201 |
| - "webpack-dev-server": "^3.1.3" |
| 202 | + "webpack-cli": "^3.3.4", |
| 203 | + "webpack-dev-server": "^3.7.1" |
202 | 204 | },
|
203 | 205 | "resolutions": {
|
204 | 206 | "react-draggable": "git+https://[email protected]/ideo/react-draggable.git#3.0.5-beta.1",
|
|
0 commit comments