|
36 | 36 | ] |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@storybook/addon-actions": "^3.0.0", |
40 | | - "@storybook/react": "^3.0.0", |
41 | | - "@webpack-blocks/dev-server2": "^0.4.0", |
42 | | - "@webpack-blocks/webpack2": "^0.4.0", |
43 | | - "babel-core": "^6.24.1", |
44 | | - "babel-eslint": "^8.0.1", |
45 | | - "babel-jest": "^22.1.0", |
46 | | - "babel-loader": "^7.0.0", |
47 | | - "babel-plugin-styled-components": "^1.1.4", |
48 | | - "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", |
49 | | - "babel-plugin-transform-react-remove-prop-types": "^0.4.0", |
50 | | - "babel-preset-env": "^1.3.3", |
51 | | - "babel-preset-react": "^6.24.1", |
52 | | - "babel-preset-stage-1": "^6.24.1", |
| 39 | + "@babel/core": "^7.0.0", |
| 40 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 41 | + "@babel/plugin-proposal-decorators": "^7.0.0", |
| 42 | + "@babel/plugin-proposal-do-expressions": "^7.0.0", |
| 43 | + "@babel/plugin-proposal-export-default-from": "^7.0.0", |
| 44 | + "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
| 45 | + "@babel/plugin-proposal-function-sent": "^7.0.0", |
| 46 | + "@babel/plugin-proposal-json-strings": "^7.0.0", |
| 47 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", |
| 48 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", |
| 49 | + "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
| 50 | + "@babel/plugin-proposal-optional-chaining": "^7.0.0", |
| 51 | + "@babel/plugin-proposal-pipeline-operator": "^7.0.0", |
| 52 | + "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
| 53 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 54 | + "@babel/plugin-syntax-import-meta": "^7.0.0", |
| 55 | + "@babel/plugin-transform-modules-commonjs": "^7.0.0", |
| 56 | + "@babel/preset-env": "^7.0.0", |
| 57 | + "@babel/preset-react": "^7.0.0", |
| 58 | + "@storybook/addon-actions": "^4.1.4", |
| 59 | + "@storybook/react": "^4.1.4", |
| 60 | + "babel-core": "^7.0.0-bridge.0", |
| 61 | + "babel-eslint": "^10.0.1", |
| 62 | + "babel-jest": "^23.6.0", |
| 63 | + "babel-loader": "^8.0.5", |
| 64 | + "babel-plugin-styled-components": "^1.10.0", |
| 65 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.21", |
53 | 66 | "copyfiles": "^2.0.0", |
54 | 67 | "cross-env": "^5.0.0", |
55 | | - "enzyme": "^3.1.0", |
56 | | - "enzyme-adapter-react-16": "^1.0.1", |
57 | | - "eslint": "^4.9.0", |
58 | | - "eslint-config-airbnb": "^16.1.0", |
59 | | - "eslint-import-resolver-webpack": "^0.8.1", |
| 68 | + "enzyme": "^3.8.0", |
| 69 | + "enzyme-adapter-react-16": "^1.7.1", |
| 70 | + "eslint": "^5.12.0", |
| 71 | + "eslint-config-airbnb": "^17.1.0", |
| 72 | + "eslint-import-resolver-webpack": "^0.10.1", |
60 | 73 | "eslint-plugin-import": "^2.2.0", |
61 | 74 | "eslint-plugin-jsx-a11y": "^6.0.2", |
62 | 75 | "eslint-plugin-react": "^7.0.1", |
63 | | - "file-loader": "^1.1.5", |
| 76 | + "file-loader": "^3.0.1", |
| 77 | + "happypack": "^5.0.1", |
64 | 78 | "html-webpack-plugin": "^3.2.0", |
65 | | - "jest-cli": "^22.1.4", |
66 | | - "opn-cli": "^3.1.0", |
67 | | - "raw-loader": "^0.5.1", |
68 | | - "react-test-renderer": "^16.0.0", |
| 79 | + "jest-cli": "^23.6.0", |
| 80 | + "opn-cli": "^4.0.0", |
| 81 | + "raw-loader": "^1.0.0", |
69 | 82 | "rimraf": "^2.6.1", |
70 | | - "url-loader": "^0.6.2", |
71 | | - "webpack": "^3.10.0", |
72 | | - "webpack-blocks-happypack": "^0.1.3", |
73 | | - "webpack-blocks-split-vendor": "^0.2.0", |
74 | | - "webpack-dev-server": "^2.3.0" |
| 83 | + "uglifyjs-webpack-plugin": "^2.1.1", |
| 84 | + "url-loader": "^1.1.2", |
| 85 | + "webpack": "^4.28.3", |
| 86 | + "webpack-cli": "^3.2.0", |
| 87 | + "webpack-dev-server": "^3.1.14", |
| 88 | + "webpack-md5-hash": "^0.0.6" |
75 | 89 | }, |
76 | 90 | "dependencies": { |
77 | | - "history": "^4.6.1", |
78 | 91 | "lodash": "^4.17.4", |
79 | | - "prop-types": "^15.5.8", |
80 | | - "react": "^16.0.0", |
81 | | - "react-dom": "^16.0.0", |
82 | | - "react-hot-loader": "^3.1.1", |
| 92 | + "prop-types": "^15.6.2", |
| 93 | + "react": "^16.7.0", |
| 94 | + "react-dom": "^16.7.0", |
| 95 | + "react-hot-loader": "^4.6.3", |
83 | 96 | "react-modal": "^3.1.11", |
84 | | - "react-router-dom": "^4.1.1", |
85 | | - "styled-components": "^3.0.2", |
86 | | - "styled-theme": "^0.3.0", |
87 | | - "styled-tools": "^0.4.0" |
| 97 | + "react-router-dom": "^4.3.1", |
| 98 | + "styled-components": "^3.5.0-0", |
| 99 | + "styled-theme": "^0.3.3", |
| 100 | + "styled-tools": "^1.6.0" |
88 | 101 | } |
89 | 102 | } |
0 commit comments