|
1 | 1 | { |
2 | 2 | "name": "@coreui/react", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "1.0.1", |
4 | 4 | "description": "", |
5 | 5 | "author": "Łukasz Holeczek <lukasz@holeczek.pl>", |
6 | 6 | "url": "http://coreui.io", |
|
14 | 14 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
15 | 15 | "babel-preset-env": "^1.6.0", |
16 | 16 | "babel-preset-react": "^6.24.1", |
17 | | - "copy-webpack-plugin": "^4.0.1", |
18 | | - "css-hot-loader": "^1.3.1", |
| 17 | + "copy-webpack-plugin": "^4.1.1", |
| 18 | + "css-hot-loader": "^1.3.2", |
19 | 19 | "css-loader": "^0.28.7", |
20 | | - "extract-text-webpack-plugin": "^3.0.0", |
21 | | - "file-loader": "^0.11.2", |
| 20 | + "extract-text-webpack-plugin": "^3.0.1", |
| 21 | + "file-loader": "^1.1.5", |
22 | 22 | "html-loader": "^0.5.1", |
23 | 23 | "html-webpack-plugin": "^2.30.1", |
24 | 24 | "node-sass": "^4.5.3", |
25 | 25 | "rimraf": "^2.6.2", |
26 | 26 | "sass-loader": "^6.0.6", |
27 | 27 | "source-list-map": "^2.0.0", |
28 | | - "style-loader": "^0.18.2", |
29 | | - "uglify-js": "^3.1.1", |
30 | | - "url-loader": "^0.5.9", |
| 28 | + "style-loader": "^0.19.0", |
| 29 | + "uglify-js": "^3.1.3", |
| 30 | + "url-loader": "^0.6.2", |
31 | 31 | "webpack": "^3.6.0", |
32 | | - "webpack-dev-server": "^2.8.2" |
| 32 | + "webpack-dev-server": "^2.9.1" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | 35 | "bootstrap": "^4.0.0-beta", |
36 | 36 | "chart.js": "2.7.0", |
37 | 37 | "font-awesome": "^4.7.0", |
38 | 38 | "history": "4.7.2", |
39 | 39 | "is-url-external": "^1.0.3", |
40 | | - "react": "^15.6.1", |
41 | | - "react-chartjs-2": "2.6.2", |
42 | | - "react-dom": "^15.6.1", |
43 | | - "react-router-dom": "4.2.2", |
44 | | - "react-transition-group": "^1.2.0", |
45 | | - "reactstrap": "^4.8.0", |
| 40 | + "react": "^16.0.0", |
| 41 | + "react-chartjs-2": "2.6.4", |
| 42 | + "react-dom": "^16.0.0", |
| 43 | + "react-router-dom": "^4.2.2", |
| 44 | + "react-transition-group": "^2.2.1", |
| 45 | + "reactstrap": "^5.0.0-alpha.3", |
46 | 46 | "simple-line-icons": "^2.4.1" |
47 | 47 | }, |
48 | 48 | "scripts": { |
|
0 commit comments