|
60 | 60 | "insilico" |
61 | 61 | ] |
62 | 62 | }, |
63 | | - "babel": { |
64 | | - "presets": [ |
65 | | - "./.babelrc.js" |
66 | | - ] |
67 | | - }, |
68 | 63 | "jest": { |
69 | 64 | "testEnvironment": "jsdom", |
70 | 65 | "snapshotSerializers": [ |
|
85 | 80 | "react": "^15.0.0 || ^16.0.0 || ^17.0.0" |
86 | 81 | }, |
87 | 82 | "devDependencies": { |
88 | | - "@storybook/addon-actions": "^3.4.8", |
89 | | - "@storybook/addon-options": "^3.4.8", |
90 | | - "@storybook/react": "^3.4.8", |
91 | | - "babel-cli": "^6.24.1", |
92 | | - "babel-core": "^6.26.3", |
93 | | - "babel-jest": "^23.0.0", |
94 | | - "babel-plugin-external-helpers": "^6.22.0", |
95 | | - "babel-preset-env": "^1.7.0", |
96 | | - "babel-preset-react": "^6.24.1", |
97 | | - "babel-preset-stage-2": "^6.24.1", |
98 | | - "babel-runtime": "^6.25.0", |
| 83 | + "@babel/cli": "^7.0.0", |
| 84 | + "@babel/core": "^7.0.0", |
| 85 | + "@babel/plugin-external-helpers": "^7.0.0", |
| 86 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 87 | + "@babel/plugin-proposal-decorators": "^7.0.0", |
| 88 | + "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
| 89 | + "@babel/plugin-proposal-function-sent": "^7.0.0", |
| 90 | + "@babel/plugin-proposal-json-strings": "^7.0.0", |
| 91 | + "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
| 92 | + "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
| 93 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 94 | + "@babel/plugin-syntax-import-meta": "^7.0.0", |
| 95 | + "@babel/preset-env": "^7.0.0", |
| 96 | + "@babel/preset-flow": "^7.0.0", |
| 97 | + "@babel/preset-react": "^7.0.0", |
| 98 | + "@babel/runtime": "^7.0.0", |
| 99 | + "@storybook/addon-actions": "^3.4.10", |
| 100 | + "@storybook/addon-options": "^3.4.10", |
| 101 | + "@storybook/react": "^3.4.10", |
| 102 | + "babel-core": "^7.0.0-bridge.0", |
| 103 | + "babel-jest": "^23.4.2", |
99 | 104 | "concurrently": "4.0.1", |
100 | | - "coveralls": "^3.0.1", |
| 105 | + "coveralls": "^3.0.2", |
101 | 106 | "enzyme": "^3.4.4", |
102 | | - "enzyme-adapter-react-16": "^1.2.0", |
| 107 | + "enzyme-adapter-react-16": "^1.3.1", |
103 | 108 | "enzyme-to-json": "^3.3.4", |
104 | | - "eslint": "^5.0.0", |
| 109 | + "eslint": "^5.5.0", |
105 | 110 | "eslint-config-insilico": "^5.2.0", |
106 | | - "flow-bin": "^0.79.0", |
107 | | - "flow-copy-source": "^2.0.0", |
| 111 | + "flow-bin": "^0.80.0", |
| 112 | + "flow-copy-source": "^2.0.2", |
108 | 113 | "husky": "^0.14.3", |
109 | 114 | "intersection-observer": "^0.5.0", |
110 | | - "jest": "^23.1.0", |
111 | | - "lint-staged": "^7.2.0", |
| 115 | + "jest": "^23.5.0", |
| 116 | + "lint-staged": "^7.2.2", |
112 | 117 | "npm-run-all": "^4.1.3", |
113 | | - "prettier": "^1.13.5", |
114 | | - "react": "^16.4.1", |
115 | | - "react-dom": "^16.4.1", |
116 | | - "react-test-renderer": "^16.4.1", |
| 118 | + "prettier": "^1.14.2", |
| 119 | + "react": "^16.4.2", |
| 120 | + "react-dom": "^16.4.2", |
| 121 | + "react-test-renderer": "^16.4.2", |
117 | 122 | "rollup": "^0.65.0", |
118 | | - "rollup-plugin-babel": "^3.0.5", |
119 | | - "rollup-plugin-commonjs": "^9.1.0", |
| 123 | + "rollup-plugin-babel": "^4.0.1", |
| 124 | + "rollup-plugin-commonjs": "^9.1.6", |
120 | 125 | "rollup-plugin-node-resolve": "^3.3.0", |
121 | 126 | "rollup-plugin-replace": "^2.0.0", |
122 | | - "rollup-plugin-uglify": "^4.0.0" |
| 127 | + "rollup-plugin-uglify": "^5.0.2" |
123 | 128 | } |
124 | 129 | } |
0 commit comments