Skip to content

Commit bdeba41

Browse files
authored
Merge pull request #150 from Vagr9K/next
GatsbyJS v4
2 parents 595a31b + ee424fc commit bdeba41

7 files changed

Lines changed: 11229 additions & 6384 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Visit [`gatsby-theme-material`](https://github.com/Vagr9K/gatsby-material-starte
4545

4646
## Features
4747

48-
- Gatsby v3 support
48+
- Gatsby v4 support
4949
- First class [TypeScript](https://www.typescriptlang.org/) support (for query data and components exposed by the theme)
5050
- [Material UI V5](https://material-ui.com/) components
5151
- [Emotion](https://emotion.sh/docs/introduction) used for styling

examples/material-demo/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "gatsby-theme-material-demo",
44
"description": "GatsbyJS theme demo built on top of gatsby-theme-material.",
5-
"version": "3.3.0",
5+
"version": "4.0.0",
66
"author": "Ruben Harutyunyan <vagr9k@gmail.com>",
77
"keywords": [
88
"gatsby",
@@ -40,7 +40,7 @@
4040
"test:e2e:ci": "CYPRESS_SUPPORT=y npm run build && start-server-and-test serve http://localhost:9000 cy:run"
4141
},
4242
"dependencies": {
43-
"gatsby": "^3.14.2",
43+
"gatsby": "^4.0.0",
4444
"gatsby-theme-material": "*",
4545
"react": "^17.0.2",
4646
"react-dom": "^17.0.2"
@@ -50,43 +50,43 @@
5050
"@testing-library/jest-dom": "^5.14.1",
5151
"@testing-library/react": "^12.1.2",
5252
"@types/jest": "^27.0.2",
53-
"@types/node": "^16.10.3",
54-
"@types/react": "^17.0.27",
55-
"@types/react-dom": "^17.0.9",
53+
"@types/node": "^16.11.4",
54+
"@types/react": "^17.0.31",
55+
"@types/react-dom": "^17.0.10",
5656
"@types/styled-components": "^5.1.15",
5757
"@types/xml2js": "^0.4.9",
58-
"@typescript-eslint/eslint-plugin": "^4.33.0",
58+
"@typescript-eslint/eslint-plugin": "^5.1.0",
5959
"axe-core": "^4.3.3",
60-
"babel-jest": "^27.2.5",
61-
"cypress": "^8.5.0",
60+
"babel-jest": "^27.3.1",
61+
"cypress": "^8.6.0",
6262
"cypress-axe": "^0.13.0",
6363
"eslint": "^7.32.0",
6464
"eslint-config-airbnb": "^18.2.1",
6565
"eslint-config-airbnb-typescript": "^14.0.1",
6666
"eslint-config-prettier": "^8.3.0",
6767
"eslint-plugin-cypress": "^2.12.1",
68-
"eslint-plugin-import": "^2.24.2",
69-
"eslint-plugin-jest": "^24.7.0",
68+
"eslint-plugin-import": "^2.25.2",
69+
"eslint-plugin-jest": "^25.2.2",
7070
"eslint-plugin-jest-dom": "^3.9.2",
7171
"eslint-plugin-jsx-a11y": "^6.4.1",
7272
"eslint-plugin-prettier": "^4.0.0",
7373
"eslint-plugin-react": "^7.26.1",
7474
"eslint-plugin-react-hooks": "^4.2.0",
7575
"eslint-plugin-testing-library": "^4.12.4",
76-
"gatsby-cypress": "^1.14.0",
76+
"gatsby-cypress": "^2.0.0",
7777
"gh-pages": "^3.2.3",
78-
"jest": "^27.2.5",
78+
"jest": "^27.3.1",
7979
"markdownlint-cli2": "^0.3.2",
8080
"prettier": "^2.4.1",
8181
"start-server-and-test": "^1.14.0",
8282
"stylelint": "^13.13.1",
8383
"stylelint-config-prettier": "^8.0.2",
8484
"stylelint-config-recommended": "^5.0.0",
8585
"stylelint-prettier": "^1.2.0",
86-
"ts-jest": "^27.0.5",
87-
"ts-node": "^10.2.1",
86+
"ts-jest": "^27.0.7",
87+
"ts-node": "^10.4.0",
8888
"ts-prune": "^0.10.1",
89-
"typescript": "^4.4.3",
89+
"typescript": "^4.4.4",
9090
"write-good": "^1.0.8",
9191
"xml2js": "^0.4.23"
9292
}

0 commit comments

Comments
 (0)