|
17 | 17 | "test": "mocha --check-leaks --require @babel/register"
|
18 | 18 | },
|
19 | 19 | "devDependencies": {
|
20 |
| - "@storybook/addon-links": "^3.2.0", |
21 |
| - "async": "^2.6.0", |
22 |
| - "@babel/cli": "^7.0.0-beta.32", |
23 |
| - "@babel/core": "^7.0.0-beta.32", |
| 20 | + "@babel/cli": "^7.0.0-beta.49", |
| 21 | + "@babel/core": "^7.0.0-beta.49", |
| 22 | + "@babel/plugin-proposal-function-bind": "^7.0.0-beta.49", |
| 23 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.49", |
| 24 | + "@babel/plugin-syntax-flow": "^7.0.0-beta.49", |
| 25 | + "@babel/plugin-syntax-jsx": "^7.0.0-beta.49", |
| 26 | + "@babel/plugin-transform-runtime": "^7.0.0-beta.49", |
| 27 | + "@babel/preset-env": "^7.0.0-beta.49", |
| 28 | + "@babel/preset-react": "^7.0.0-beta.49", |
| 29 | + "@babel/preset-stage-0": "^7.0.0-beta.49", |
| 30 | + "@babel/register": "^7.0.0-beta.49", |
| 31 | + "@storybook/addon-links": "^3.4.6", |
| 32 | + "async": "^2.6.1", |
24 | 33 | "babel-plugin-add-module-exports": "~0.2.1",
|
25 | 34 | "babel-plugin-lodash": "3.3.2",
|
26 |
| - "@babel/plugin-syntax-flow": "^7.0.0-beta.32", |
27 |
| - "@babel/plugin-syntax-jsx": "^7.0.0-beta.32", |
28 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.32", |
29 |
| - "@babel/plugin-transform-runtime": "^7.0.0-beta.32", |
30 |
| - "@babel/preset-env": "^7.0.0-beta.32", |
31 |
| - "@babel/preset-react": "^7.0.0-beta.32", |
32 |
| - "@babel/preset-stage-0": "^7.0.0-beta.32", |
33 |
| - "@babel/register": "^7.0.0-beta.32", |
34 | 35 | "chai": "^4.1.2",
|
35 | 36 | "lodash-bound": "^1.1.2",
|
36 | 37 | "lodash-compat": "^3.10.2",
|
37 |
| - "lodash-es": "^4.17.4", |
38 |
| - "mocha": "^4.0.1", |
| 38 | + "lodash-es": "^4.17.10", |
| 39 | + "mocha": "^4.1.0", |
39 | 40 | "ramda": "^0.25.0",
|
40 | 41 | "react-bootstrap": "^0.31.5"
|
41 | 42 | },
|
42 | 43 | "dependencies": {
|
43 |
| - "@babel/helper-module-imports": "^7.0.0-beta.32", |
44 |
| - "@babel/types": "^7.0.0-beta.32", |
| 44 | + "@babel/helper-module-imports": "^7.0.0-beta.49", |
| 45 | + "@babel/types": "^7.0.0-beta.49", |
45 | 46 | "glob": "^7.1.1",
|
46 |
| - "lodash": "^4.17.4", |
| 47 | + "lodash": "^4.17.10", |
47 | 48 | "require-package-name": "^2.0.1"
|
48 | 49 | },
|
49 | 50 | "files": [
|
|
0 commit comments