Skip to content

Commit

Permalink
use latest version of vulcanjs
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Sep 27, 2021
1 parent 64f3aa0 commit 629fb8e
Show file tree
Hide file tree
Showing 3 changed files with 1,329 additions and 1,250 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@next/mdx": "^10.0.2",
"@vulcanjs/demo": "^0.0.7",
"@vulcanjs/graphql": "^0.2.4",
"@vulcanjs/mdx": "^0.2.3-alpha.0",
"@vulcanjs/meteor-legacy": "^0.1.8",
"@vulcanjs/mongo": "^0.2.5",
"@vulcanjs/react-hooks": "^0.2.3",
"@vulcanjs/react-ui": "^0.2.3",
"@vulcanjs/demo": "latest",
"@vulcanjs/graphql": "latest",
"@vulcanjs/mdx": "latest",
"@vulcanjs/meteor-legacy": "latest",
"@vulcanjs/mongo": "latest",
"@vulcanjs/react-hooks": "latest",
"@vulcanjs/react-ui": "latest",
"apollo-server-express": "2.14.2",
"babel-jest": "26.0.1",
"babel-plugin-istanbul": "6.0.0",
Expand Down Expand Up @@ -119,6 +119,7 @@
"@types/shelljs": "^0.8.8",
"@vercel/ncc": "^0.30.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.3",
"eslint": "^7.32.0",
"graphql-voyager": "^1.0.0-rc.31",
"mongodb-memory-server": "^7.3.6",
Expand Down
1 change: 0 additions & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { appWithTranslation } from "~/lib/i18n";
// Comment if you don't need Material UI
import { createEmotionCache } from "@vulcanjs/next-material-ui";
import { MuiThemeProvider } from "~/components/providers";
import CssBaseline from "@mui/material/CssBaseline";

import Head from "next/head";
import { VulcanComponentsProvider } from "@vulcanjs/react-ui";
Expand Down
Loading

0 comments on commit 629fb8e

Please sign in to comment.