Skip to content

Commit

Permalink
Update packages (#1351)
Browse files Browse the repository at this point in the history
* Update packages

* Update @material-ui/ pckages
  • Loading branch information
dmtrKovalenko authored Oct 14, 2019
1 parent 761282c commit 200cf28
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 220 deletions.
8 changes: 4 additions & 4 deletions docs/layout/PageWithContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ export const PageWithContexts: React.SFC<Props> = ({
sheetsRegistry={pageContext.sheetsRegistry}
generateClassName={pageContext.generateClassName}
>
<SnackbarProvider maxSnack={3}>
<ThemeProvider theme={muiTheme}>
<ThemeProvider theme={muiTheme}>
<SnackbarProvider maxSnack={3}>
<MuiPickersUtilsProvider utils={utilsMap[lib]}>
<ThemeContext.Provider value={theme}>
<UtilsContext.Provider value={createUtilsService(lib)}>
Expand All @@ -114,8 +114,8 @@ export const PageWithContexts: React.SFC<Props> = ({
</UtilsContext.Provider>
</ThemeContext.Provider>
</MuiPickersUtilsProvider>
</ThemeProvider>
</SnackbarProvider>
</SnackbarProvider>
</ThemeProvider>
</StylesProvider>
);
};
10 changes: 6 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@date-io/luxon": "^1.3.7",
"@date-io/moment": "^1.3.7",
"@mapbox/rehype-prism": "^0.3.1",
"@material-ui/core": "^4.0.0-beta.1",
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^3.0.2",
"@material-ui/pickers": "^3.0.0-alpha.1",
"@material-ui/styles": "^4.0.0-alpha.7",
"@material-ui/pickers": "*",
"@material-ui/styles": "^4.5.0",
"@types/fuzzy-search": "^2.1.0",
"@types/isomorphic-fetch": "^0.0.35",
"@types/luxon": "^1.11.0",
Expand All @@ -46,7 +46,7 @@
"formik": "^1.5.1",
"fuzzy-search": "^3.0.1",
"isomorphic-fetch": "^2.2.1",
"jss": "^10.0.0-alpha.16",
"jss": "^10.0.0",
"jss-rtl": "^0.2.3",
"luxon": "^1.11.2",
"material-ui-search-bar": "^1.0.0-beta.13",
Expand All @@ -72,12 +72,14 @@
"remark-slug": "^5.1.1",
"safe-json-stringify": "^1.2.0",
"sinon": "^7.3.2",
"ts-loader": "^6.0.2",
"typescript": "^3.4.4",
"unist-util-visit": "^1.4.0"
},
"devDependencies": {
"@types/react-redux": "^7.1.1",
"dotenv": "^7.0.0",
"eslint-plugin-react": "^7.12.4",
"fs-extra": "^7.0.1",
"patreon": "^0.4.1"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"@date-io/date-fns": "^1.3.0",
"@date-io/luxon": "^1.3.0",
"@date-io/moment": "^1.3.0",
"@material-ui/core": "^4.0.0",
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^3.0.2",
"@material-ui/styles": "^4.0.0",
"@material-ui/styles": "^4.5.0",
"@types/enzyme": "^3.1.17",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/fs-extra": "^5.0.4",
Expand Down
Loading

0 comments on commit 200cf28

Please sign in to comment.