|
1 | 1 | {
|
2 | 2 | "name": "fdns-ui-react",
|
3 |
| - "version": "0.7.4", |
| 3 | + "version": "0.8.0", |
4 | 4 | "description": "This is the open source UI library for react components using Foundation Services (FDNS).",
|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "jsnext:main": "dist/index.js",
|
|
41 | 41 | "@babel/preset-react": "^7.0.0",
|
42 | 42 | "babel-eslint": "^10.0.1",
|
43 | 43 | "babel-jest": "^24.1.0",
|
| 44 | + "babel-loader": "^8.0.6", |
44 | 45 | "chai": "^4.1.2",
|
45 | 46 | "classnames": "^2.2.6",
|
46 | 47 | "css-loader": "^2.1.1",
|
|
50 | 51 | "eslint": "^4.19.1",
|
51 | 52 | "eslint-plugin-babel": "^5.2.0",
|
52 | 53 | "eslint-plugin-react": "^7.11.1",
|
53 |
| - "extract-text-webpack-plugin": "^3.0.2", |
54 | 54 | "file-loader": "^1.1.11",
|
55 | 55 | "jest": "^24.1.0",
|
56 | 56 | "jsdom": "^11.12.0",
|
57 |
| - "mini-css-extract-plugin": "^0.4.3", |
58 | 57 | "mocha": "^5.2.0",
|
59 | 58 | "node-sass": "^4.9.3",
|
60 | 59 | "prop-types": "^15.6.2",
|
61 |
| - "react": "^16.2.0", |
62 |
| - "react-dom": "^16.2.0", |
| 60 | + "react": "^16.8.0", |
| 61 | + "react-dom": "^16.8.0", |
| 62 | + "react-styleguidist": "^9.1.11", |
63 | 63 | "react-test-renderer": "^16.8.3",
|
64 | 64 | "sass-loader": "^7.1.0",
|
65 | 65 | "sinon": "^5.1.1",
|
66 | 66 | "style-loader": "^0.21.0",
|
67 | 67 | "url-loader": "^1.1.1",
|
68 |
| - "watch": "^1.0.2" |
| 68 | + "watch": "^1.0.2", |
| 69 | + "webpack": "^4.35.2" |
69 | 70 | },
|
70 | 71 | "peerDependencies": {
|
71 |
| - "react": "^16.2.0", |
72 |
| - "react-dom": "^16.2.0" |
| 72 | + "react": "^16.8.0", |
| 73 | + "react-dom": "^16.8.0" |
73 | 74 | },
|
74 | 75 | "dependencies": {
|
75 | 76 | "@babel/polyfill": "^7.2.5",
|
|
78 | 79 | "@fortawesome/free-regular-svg-icons": "^5.3.1",
|
79 | 80 | "@fortawesome/free-solid-svg-icons": "^5.3.1",
|
80 | 81 | "@fortawesome/react-fontawesome": "^0.1.3",
|
81 |
| - "@material-ui/core": "^3.4.0", |
82 |
| - "@material-ui/icons": "^3.0.2", |
| 82 | + "@material-ui/core": "^4.0.0", |
| 83 | + "@material-ui/icons": "^4.0.0", |
83 | 84 | "animate.css": "^3.7.0",
|
84 | 85 | "babel-runtime": "^6.26.0",
|
85 | 86 | "flexbox": "0.0.3",
|
86 | 87 | "i": "^0.3.6",
|
87 | 88 | "interactjs": "^1.3.4",
|
88 | 89 | "lodash": "^4.17.11",
|
89 | 90 | "luxon": "^1.10.0",
|
90 |
| - "material-ui-pickers": "^2.1.1", |
| 91 | + "@material-ui/pickers": "3.0.0", |
91 | 92 | "moment": "^2.19.4",
|
92 | 93 | "object-dig": "^0.1.0",
|
93 | 94 | "polyfill": "^0.1.0",
|
|
0 commit comments