Skip to content

Commit

Permalink
Bump Gatsby dependencies to next.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagr9K committed Oct 10, 2021
1 parent 418d0b3 commit cac148b
Show file tree
Hide file tree
Showing 7 changed files with 685 additions and 574 deletions.
8 changes: 4 additions & 4 deletions examples/advanced-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"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": "next",
"gatsby-plugin-image": "next",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-theme-advanced": "*",
"lodash": "^4.17.21",
Expand All @@ -63,7 +63,7 @@
"@typescript-eslint/eslint-plugin": "^4.33.0",
"axe-core": "^4.3.3",
"babel-jest": "^27.2.5",
"babel-preset-gatsby": "^1.14.0",
"babel-preset-gatsby": "next",
"cypress": "^8.5.0",
"cypress-axe": "^0.13.0",
"eslint": "^7.32.0",
Expand All @@ -79,7 +79,7 @@
"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": "next",
"gh-pages": "^3.2.3",
"jest": "^27.2.5",
"markdownlint-cli2": "^0.3.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/amaranth-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"dependencies": {
"babel-plugin-styled-components": "^1.13.2",
"gatsby": "^3.14.2",
"gatsby-plugin-styled-components": "^4.14.0",
"gatsby": "next",
"gatsby-plugin-styled-components": "next",
"gatsby-theme-amaranth": "*",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down Expand Up @@ -75,7 +75,7 @@
"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": "next",
"gh-pages": "^3.2.3",
"jest": "^27.2.5",
"markdownlint-cli2": "^0.3.2",
Expand Down
Loading

0 comments on commit cac148b

Please sign in to comment.