Skip to content

Commit

Permalink
Merge pull request #185 from Vagr9K/next
Browse files Browse the repository at this point in the history
Gatsby V4 update.
  • Loading branch information
Vagr9K committed Oct 23, 2021
2 parents 418d0b3 + 42a4fa7 commit 727819d
Show file tree
Hide file tree
Showing 12 changed files with 1,742 additions and 1,367 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You are free to use any UI framework/styling options or you can use the [`gatsby

## Features

- Gatsby v3 support
- Gatsby v4 support
- First class [TypeScript](https://www.typescriptlang.org/) support (for query data and components exposed by the theme)
- Styled Components used for styling
- Posts in MDX
Expand Down
40 changes: 20 additions & 20 deletions examples/advanced-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "gatsby-theme-advanced-demo",
"description": "GatsbyJS theme demo built on top of gatsby-theme-advanced.",
"version": "3.4.0",
"version": "4.0.0",
"author": "Ruben Harutyunyan <vagr9k@gmail.com>",
"keywords": [
"gatsby",
Expand Down Expand Up @@ -39,9 +39,9 @@
"test:e2e:ci": "CYPRESS_SUPPORT=y npm run build && start-server-and-test serve http://localhost:9000 cy:run"
},
"dependencies": {
"gatsby": "^3.14.2",
"gatsby-plugin-image": "^1.14.1",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby": "^4.0.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-mdx": "^3.0.0",
"gatsby-theme-advanced": "*",
"lodash": "^4.17.21",
"react": "^17.0.2",
Expand All @@ -54,45 +54,45 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175",
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.3",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.4",
"@types/react": "^17.0.31",
"@types/react-dom": "^17.0.10",
"@types/react-helmet": "^6.1.4",
"@types/xml2js": "^0.4.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"axe-core": "^4.3.3",
"babel-jest": "^27.2.5",
"babel-preset-gatsby": "^1.14.0",
"cypress": "^8.5.0",
"babel-jest": "^27.3.1",
"babel-preset-gatsby": "^2.0.0",
"cypress": "^8.6.0",
"cypress-axe": "^0.13.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^25.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-jest-dom": "^3.9.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.12.4",
"gatsby-cypress": "^1.14.0",
"gatsby-cypress": "^2.0.0",
"gh-pages": "^3.2.3",
"jest": "^27.2.5",
"jest": "^27.3.1",
"markdownlint-cli2": "^0.3.2",
"prettier": "^2.4.1",
"start-server-and-test": "^1.14.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended": "^5.0.0",
"stylelint-prettier": "^1.2.0",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"ts-prune": "^0.10.1",
"typescript": "^4.4.3",
"typescript": "^4.4.4",
"write-good": "^1.0.8",
"xml2js": "^0.4.23"
}
Expand Down
36 changes: 18 additions & 18 deletions examples/amaranth-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "gatsby-theme-amaranth-demo",
"description": "GatsbyJS theme demo built on top of gatsby-theme-amaranth.",
"version": "3.4.0",
"version": "4.0.0",
"author": "Ruben Harutyunyan <vagr9k@gmail.com>",
"keywords": [
"gatsby",
Expand Down Expand Up @@ -40,55 +40,55 @@
"test:e2e:ci": "CYPRESS_SUPPORT=y npm run build && start-server-and-test serve http://localhost:9000 cy:run"
},
"dependencies": {
"babel-plugin-styled-components": "^1.13.2",
"gatsby": "^3.14.2",
"gatsby-plugin-styled-components": "^4.14.0",
"babel-plugin-styled-components": "^1.13.3",
"gatsby": "^4.0.0",
"gatsby-plugin-styled-components": "^5.0.0",
"gatsby-theme-amaranth": "*",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.1"
"styled-components": "^5.3.3"
},
"devDependencies": {
"@testing-library/cypress": "^8.0.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@types/node": "^16.11.4",
"@types/react": "^17.0.31",
"@types/react-dom": "^17.0.10",
"@types/styled-components": "^5.1.15",
"@types/xml2js": "^0.4.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"axe-core": "^4.3.3",
"babel-jest": "^27.2.5",
"cypress": "^8.5.0",
"babel-jest": "^27.3.1",
"cypress": "^8.6.0",
"cypress-axe": "^0.13.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^25.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-jest-dom": "^3.9.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.12.4",
"gatsby-cypress": "^1.14.0",
"gatsby-cypress": "^2.0.0",
"gh-pages": "^3.2.3",
"jest": "^27.2.5",
"jest": "^27.3.1",
"markdownlint-cli2": "^0.3.2",
"prettier": "^2.4.1",
"start-server-and-test": "^1.14.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended": "^5.0.0",
"stylelint-prettier": "^1.2.0",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"ts-prune": "^0.10.1",
"typescript": "^4.4.3",
"typescript": "^4.4.4",
"write-good": "^1.0.8",
"xml2js": "^0.4.23"
}
Expand Down
Loading

2 comments on commit 727819d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.