diff --git a/examples/create-react-app-with-flow/.flowconfig b/examples/create-react-app-with-flow/.flowconfig index aab214eff02148..7b59de6645073a 100644 --- a/examples/create-react-app-with-flow/.flowconfig +++ b/examples/create-react-app-with-flow/.flowconfig @@ -9,7 +9,7 @@ .*/node_modules/react-event-listener/src ; Comment this line if you do not use enzyme. -.*/node_modules/material-ui/test-utils +.*/node_modules/@material-next/core/test-utils ; flow 55 ; FIXME: we should be flow checking against jss @@ -30,8 +30,6 @@ esproposal.decorators=ignore unsafe.enable_getters_and_setters=true -module.name_mapper='^flow-example-material-ui\/\(.*\)$' -> '/src/\1' - suppress_type=$FlowFixMe suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore diff --git a/examples/create-react-app-with-flow/package.json b/examples/create-react-app-with-flow/package.json index 77a17eba2af00e..c898437978c936 100644 --- a/examples/create-react-app-with-flow/package.json +++ b/examples/create-react-app-with-flow/package.json @@ -3,9 +3,9 @@ "version": "1.0.0", "private": true, "dependencies": { - "jss": "^8.1.0", - "jss-preset-default": "^3.0.0", - "material-ui": "^1.0.0-beta.20", + "jss": "^9.0.0", + "jss-preset-default": "^4.0.0", + "@material-next/core": "^1.0.0-beta.22", "prop-types": "^15.6.0", "react": "^16.0.0", "react-dom": "^16.0.0", diff --git a/examples/create-react-app-with-typescript/package.json b/examples/create-react-app-with-typescript/package.json index 17fa87f2ee1cf9..9debf2587cdb4e 100644 --- a/examples/create-react-app-with-typescript/package.json +++ b/examples/create-react-app-with-typescript/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "material-ui": "next", + "@material-next/core": "latest", "react": "latest", "react-dom": "latest", "react-scripts-ts": "latest" diff --git a/examples/create-react-app/package.json b/examples/create-react-app/package.json index 70f224102b3140..834e6a9458e818 100644 --- a/examples/create-react-app/package.json +++ b/examples/create-react-app/package.json @@ -3,9 +3,9 @@ "version": "1.0.0", "private": true, "dependencies": { - "jss": "^8.1.0", - "jss-preset-default": "^3.0.0", - "material-ui": "next", + "@material-next/core": "latest", + "jss": "latest", + "jss-preset-default": "latest", "prop-types": "latest", "react": "latest", "react-dom": "latest", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 35e067794607fb..799fff0e8c427b 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "dependencies": { - "material-ui": "next", + "@material-next/core": "latest", "next": "latest", "react": "latest", "react-dom": "latest"