Skip to content

Commit 23227af

Browse files
committed
1 parent b9c2b92 commit 23227af

File tree

3 files changed

+33
-37
lines changed

3 files changed

+33
-37
lines changed

package-lock.json

Lines changed: 29 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"node": "16.x"
55
},
66
"dependencies": {
7-
"@apollo/client": "^3.7.15",
7+
"@apollo/client": "^3.6.2",
88
"@fortawesome/fontawesome-free": "^6.2.1",
99
"@fortawesome/fontawesome-svg-core": "^6.2.1",
1010
"@fortawesome/free-brands-svg-icons": "^6.2.1",
@@ -47,7 +47,7 @@
4747
"gatsby-remark-smartypants": "^4.4.1",
4848
"gatsby-source-filesystem": "^3.7.1",
4949
"gatsby-transformer-remark": "^4.4.1",
50-
"graphql": "^15.5.0",
50+
"graphql": "^15.8.0",
5151
"graphql-request": "^3.4.0",
5252
"i18next": "^20.3.1",
5353
"i18next-browser-languagedetector": "^6.1.1",

src/theme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { red, blue } from "@material-ui/core/colors"
2-
import { createMuiTheme } from "@material-ui/core/styles"
2+
import { createTheme } from "@material-ui/core/styles"
33

44
// A custom theme for this app
5-
const theme = createMuiTheme({
5+
const theme = createTheme({
66
palette: {
77
primary: {
88
light: blue[300],

0 commit comments

Comments
 (0)