Skip to content

Commit e51469e

Browse files
committedJul 6, 2019
Updating MUI to 4.0, adding StyleGuidist
1 parent f662590 commit e51469e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4846
-303
lines changed
 

‎package-lock.json

+4,435-252
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fdns-ui-react",
3-
"version": "0.7.4",
3+
"version": "0.8.0",
44
"description": "This is the open source UI library for react components using Foundation Services (FDNS).",
55
"main": "dist/index.js",
66
"jsnext:main": "dist/index.js",
@@ -41,6 +41,7 @@
4141
"@babel/preset-react": "^7.0.0",
4242
"babel-eslint": "^10.0.1",
4343
"babel-jest": "^24.1.0",
44+
"babel-loader": "^8.0.6",
4445
"chai": "^4.1.2",
4546
"classnames": "^2.2.6",
4647
"css-loader": "^2.1.1",
@@ -50,26 +51,26 @@
5051
"eslint": "^4.19.1",
5152
"eslint-plugin-babel": "^5.2.0",
5253
"eslint-plugin-react": "^7.11.1",
53-
"extract-text-webpack-plugin": "^3.0.2",
5454
"file-loader": "^1.1.11",
5555
"jest": "^24.1.0",
5656
"jsdom": "^11.12.0",
57-
"mini-css-extract-plugin": "^0.4.3",
5857
"mocha": "^5.2.0",
5958
"node-sass": "^4.9.3",
6059
"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",
6363
"react-test-renderer": "^16.8.3",
6464
"sass-loader": "^7.1.0",
6565
"sinon": "^5.1.1",
6666
"style-loader": "^0.21.0",
6767
"url-loader": "^1.1.1",
68-
"watch": "^1.0.2"
68+
"watch": "^1.0.2",
69+
"webpack": "^4.35.2"
6970
},
7071
"peerDependencies": {
71-
"react": "^16.2.0",
72-
"react-dom": "^16.2.0"
72+
"react": "^16.8.0",
73+
"react-dom": "^16.8.0"
7374
},
7475
"dependencies": {
7576
"@babel/polyfill": "^7.2.5",
@@ -78,16 +79,16 @@
7879
"@fortawesome/free-regular-svg-icons": "^5.3.1",
7980
"@fortawesome/free-solid-svg-icons": "^5.3.1",
8081
"@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",
8384
"animate.css": "^3.7.0",
8485
"babel-runtime": "^6.26.0",
8586
"flexbox": "0.0.3",
8687
"i": "^0.3.6",
8788
"interactjs": "^1.3.4",
8889
"lodash": "^4.17.11",
8990
"luxon": "^1.10.0",
90-
"material-ui-pickers": "^2.1.1",
91+
"@material-ui/pickers": "3.0.0",
9192
"moment": "^2.19.4",
9293
"object-dig": "^0.1.0",
9394
"polyfill": "^0.1.0",

0 commit comments

Comments
 (0)