|
52 | 52 | "react": "^0.14.9 || ^15.3.0 || ^16.0.0"
|
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "@babel/cli": "^7.0.0-beta.40", |
56 |
| - "@babel/core": "^7.0.0-beta.40", |
57 |
| - "@babel/plugin-external-helpers": "^7.0.0-beta.40", |
58 |
| - "@babel/plugin-proposal-class-properties": "^7.0.0-beta.40", |
59 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.40", |
60 |
| - "@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.44", |
61 |
| - "@babel/preset-env": "^7.0.0-beta.40", |
62 |
| - "@babel/preset-react": "^7.0.0-beta.40", |
| 55 | + "@babel/cli": "^7.0.0", |
| 56 | + "@babel/core": "^7.0.0", |
| 57 | + "@babel/plugin-external-helpers": "^7.0.0", |
| 58 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 59 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 60 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 61 | + "@babel/preset-env": "^7.0.0", |
| 62 | + "@babel/preset-react": "^7.0.0", |
63 | 63 | "babel-core": "^7.0.0-0",
|
64 |
| - "babel-eslint": "^8.0.1", |
65 |
| - "babel-jest": "^23.0.1", |
66 |
| - "babel-loader": "^8.0.0-0", |
67 |
| - "babel-plugin-transform-react-remove-prop-types": "^0.4.0", |
| 64 | + "babel-eslint": "^9.0.0", |
| 65 | + "babel-jest": "^23.4.2", |
| 66 | + "babel-loader": "^8.0.0", |
| 67 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.15", |
68 | 68 | "conventional-github-releaser": "^3.1.2",
|
69 |
| - "cross-env": "^5.0.0", |
70 |
| - "css-loader": "^0.28.0", |
71 |
| - "enzyme": "^3.1.0", |
72 |
| - "enzyme-adapter-react-16": "^1.0.1", |
73 |
| - "eslint": "^4.5.0", |
74 |
| - "eslint-config-airbnb": "^16.0.0", |
75 |
| - "eslint-config-prettier": "^2.6.0", |
76 |
| - "eslint-plugin-import": "^2.2.0", |
77 |
| - "eslint-plugin-jsx-a11y": "^6.0.2", |
78 |
| - "eslint-plugin-prettier": "^2.2.0", |
79 |
| - "eslint-plugin-react": "^7.0.1", |
80 |
| - "file-loader": "^1.1.11", |
81 |
| - "hoist-non-react-statics": "^2.3.1", |
82 |
| - "html-loader": "^0.5.1", |
| 69 | + "cross-env": "^5.2.0", |
| 70 | + "css-loader": "^1.0.0", |
| 71 | + "enzyme": "^3.5.0", |
| 72 | + "enzyme-adapter-react-16": "^1.3.0", |
| 73 | + "eslint": "^5.4.0", |
| 74 | + "eslint-config-airbnb": "^17.1.0", |
| 75 | + "eslint-config-prettier": "^3.0.1", |
| 76 | + "eslint-plugin-import": "^2.14.0", |
| 77 | + "eslint-plugin-jsx-a11y": "^6.1.1", |
| 78 | + "eslint-plugin-prettier": "^2.6.2", |
| 79 | + "eslint-plugin-react": "^7.11.1", |
| 80 | + "file-loader": "^2.0.0", |
| 81 | + "hoist-non-react-statics": "^3.0.1", |
| 82 | + "html-loader": "^0.5.5", |
83 | 83 | "html-webpack-plugin": "^3.2.0",
|
84 | 84 | "husky": "^0.14.3",
|
85 |
| - "jest": "^23.1.0", |
86 |
| - "less": "^3.0.1", |
87 |
| - "less-loader": "^4.0.5", |
88 |
| - "lint-staged": "^7.0.4", |
89 |
| - "mini-css-extract-plugin": "^0.4.0", |
90 |
| - "npm-run-all": "^4.1.1", |
91 |
| - "prettier": "^1.2.2", |
92 |
| - "react": "^16.0.0", |
93 |
| - "react-dom": "^16.0.0", |
94 |
| - "react-live": "^1.7.1", |
95 |
| - "react-modal": "^3.0.0", |
96 |
| - "react-test-renderer": "^16.0.0", |
97 |
| - "rimraf": "^2.5.2", |
98 |
| - "rollup": "^0.60.7", |
99 |
| - "rollup-plugin-babel": "^4.0.0-beta.1", |
100 |
| - "rollup-plugin-commonjs": "^9.1.0", |
| 85 | + "jest": "^23.5.0", |
| 86 | + "less": "^3.8.1", |
| 87 | + "less-loader": "^4.1.0", |
| 88 | + "lint-staged": "^7.2.2", |
| 89 | + "mini-css-extract-plugin": "^0.4.2", |
| 90 | + "npm-run-all": "^4.1.3", |
| 91 | + "prettier": "^1.14.2", |
| 92 | + "react": "^16.4.2", |
| 93 | + "react-dom": "^16.4.2", |
| 94 | + "react-live": "^1.11.0", |
| 95 | + "react-modal": "^3.5.1", |
| 96 | + "react-test-renderer": "^16.4.2", |
| 97 | + "rimraf": "^2.6.2", |
| 98 | + "rollup": "^0.65.0", |
| 99 | + "rollup-plugin-babel": "^4.0.2", |
| 100 | + "rollup-plugin-commonjs": "^9.1.6", |
101 | 101 | "rollup-plugin-ignore": "^1.0.3",
|
102 |
| - "rollup-plugin-node-resolve": "^3.0.0", |
| 102 | + "rollup-plugin-node-resolve": "^3.3.0", |
103 | 103 | "rollup-plugin-replace": "^2.0.0",
|
104 | 104 | "rollup-plugin-uglify": "^4.0.0",
|
105 |
| - "standard-version": "^4.2.0", |
106 |
| - "uglifyjs-webpack-plugin": "^1.0.1", |
107 |
| - "webpack": "^4.6.0", |
108 |
| - "webpack-cli": "^3.0.8", |
109 |
| - "webpack-dev-server": "^3.1.3" |
| 105 | + "standard-version": "^4.4.0", |
| 106 | + "uglifyjs-webpack-plugin": "^1.3.0", |
| 107 | + "webpack": "^4.17.1", |
| 108 | + "webpack-cli": "^3.1.0", |
| 109 | + "webpack-dev-server": "^3.1.7" |
110 | 110 | },
|
111 | 111 | "dependencies": {
|
112 | 112 | "classnames": "^2.2.0",
|
|
0 commit comments