-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #185 from Vagr9K/next
Gatsby V4 update.
- Loading branch information
Showing
12 changed files
with
1,742 additions
and
1,367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>", | ||
"keywords": [ | ||
"gatsby", | ||
|
@@ -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", | ||
|
@@ -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" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>", | ||
"keywords": [ | ||
"gatsby", | ||
|
@@ -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" | ||
} | ||
|
Oops, something went wrong.
727819d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Deployed on https://61743c3fc0df92f9b731d8b0--advanced-demo.netlify.app
727819d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Deployed on https://61743c65fce612cdd256f6a4--amaranth-demo.netlify.app