Skip to content

Commit

Permalink
Upgrade Gatsby packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagr9K committed Jun 25, 2022
1 parent d70ecca commit 7a6a053
Show file tree
Hide file tree
Showing 7 changed files with 4,372 additions and 2,519 deletions.
6 changes: 3 additions & 3 deletions examples/advanced-demo/package.json
Original file line number Diff line number Diff line change
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": "^4.0.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-mdx": "^3.0.0",
"gatsby": "^4.17.1",
"gatsby-plugin-image": "^2.17.0",
"gatsby-plugin-mdx": "^3.17.0",
"gatsby-theme-advanced": "*",
"lodash": "^4.17.21",
"react": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 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.3",
"gatsby": "^4.0.0",
"gatsby-plugin-styled-components": "^5.0.0",
"gatsby": "^4.17.1",
"gatsby-plugin-styled-components": "^5.17.0",
"gatsby-theme-amaranth": "*",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"dependencies": {
"@stylelint/postcss-css-in-js": "^0.37.2",
"babel-plugin-styled-components": "^1.13.3",
"gatsby": "^4.0.0",
"gatsby-plugin-styled-components": "^5.0.0",
"gatsby": "^4.17.1",
"gatsby-plugin-styled-components": "^5.17.0",
"gatsby-theme-amaranth": "*",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion themes/advanced/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require("ts-node").register({
transpileOnly: true,
files: true,
ignore: [
"(?:^|/)node_modules/(?!gatsby-theme-advanced)",
"(?:^|/)node_modules/(?!(gatsby-theme-advanced|gatsby))",
"(?:^|/).cache/",
"(?:^|/)public/",
],
Expand Down
52 changes: 26 additions & 26 deletions themes/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,33 @@
"date-fns": "^2.25.0",
"eslint-plugin-graphql": "^4.0.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-catch-links": "^4.0.0",
"gatsby-plugin-catch-links": "^4.17.0",
"gatsby-plugin-compile-es6-packages": "^2.1.1",
"gatsby-plugin-disqus": "^1.2.3",
"gatsby-plugin-feed": "^4.0.0",
"gatsby-plugin-google-gtag": "^4.0.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-lodash": "^5.0.0",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-mdx": "^3.0.0",
"gatsby-plugin-netlify-cms": "^6.0.0",
"gatsby-plugin-nprogress": "^4.0.0",
"gatsby-plugin-offline": "^5.0.0",
"gatsby-plugin-page-creator": "^4.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-disqus": "^1.2.4",
"gatsby-plugin-feed": "^4.17.0",
"gatsby-plugin-google-gtag": "^4.17.0",
"gatsby-plugin-image": "^2.17.0",
"gatsby-plugin-lodash": "^5.17.0",
"gatsby-plugin-manifest": "^4.17.0",
"gatsby-plugin-mdx": "^3.17.0",
"gatsby-plugin-netlify-cms": "^6.17.0",
"gatsby-plugin-nprogress": "^4.17.0",
"gatsby-plugin-offline": "^5.17.0",
"gatsby-plugin-page-creator": "^4.17.0",
"gatsby-plugin-react-helmet": "^5.17.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-plugin-twitter": "^4.0.0",
"gatsby-remark-autolink-headers": "^5.0.0",
"gatsby-remark-copy-linked-files": "^5.0.0",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-images": "^6.0.0",
"gatsby-remark-prismjs": "^6.0.0",
"gatsby-remark-responsive-iframe": "^5.0.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-transformer-remark": "^5.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"gatsby-plugin-sharp": "^4.17.0",
"gatsby-plugin-sitemap": "^5.17.0",
"gatsby-plugin-twitter": "^4.17.0",
"gatsby-remark-autolink-headers": "^5.17.0",
"gatsby-remark-copy-linked-files": "^5.17.0",
"gatsby-remark-embed-video": "^3.1.4",
"gatsby-remark-images": "^6.17.0",
"gatsby-remark-prismjs": "^6.17.0",
"gatsby-remark-responsive-iframe": "^5.17.0",
"gatsby-source-filesystem": "^4.17.0",
"gatsby-transformer-remark": "^5.17.0",
"gatsby-transformer-sharp": "^4.17.0",
"is-absolute-url": "^3.0.3",
"lodash": "^4.17.21",
"moment": "^2.29.1",
Expand Down Expand Up @@ -106,7 +106,7 @@
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.12.4",
"fetch-mock": "^9.11.0",
"gatsby": "^4.0.0",
"gatsby": "^4.17.1",
"gh-pages": "^3.2.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
Expand Down
52 changes: 26 additions & 26 deletions themes/amaranth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@
"date-fns": "^2.25.0",
"eslint-plugin-graphql": "^4.0.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-catch-links": "^4.0.0",
"gatsby-plugin-feed": "^4.0.0",
"gatsby-plugin-google-gtag": "^4.0.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-lodash": "^5.0.0",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-mdx": "^3.0.0",
"gatsby-plugin-netlify-cms": "^6.0.0",
"gatsby-plugin-nprogress": "^4.0.0",
"gatsby-plugin-offline": "^5.0.0",
"gatsby-plugin-page-creator": "^4.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-catch-links": "^4.17.0",
"gatsby-plugin-feed": "^4.17.0",
"gatsby-plugin-google-gtag": "^4.17.0",
"gatsby-plugin-image": "^2.17.0",
"gatsby-plugin-lodash": "^5.17.0",
"gatsby-plugin-manifest": "^4.17.0",
"gatsby-plugin-mdx": "^3.17.0",
"gatsby-plugin-netlify-cms": "^6.17.0",
"gatsby-plugin-nprogress": "^4.17.0",
"gatsby-plugin-offline": "^5.17.0",
"gatsby-plugin-page-creator": "^4.17.0",
"gatsby-plugin-react-helmet": "^5.17.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-plugin-styled-components": "^5.0.0",
"gatsby-plugin-twitter": "^4.0.0",
"gatsby-remark-autolink-headers": "^5.0.0",
"gatsby-remark-copy-linked-files": "^5.0.0",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-images": "^6.0.0",
"gatsby-remark-prismjs": "^6.0.0",
"gatsby-remark-responsive-iframe": "^5.0.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-plugin-sharp": "^4.17.0",
"gatsby-plugin-sitemap": "^5.17.0",
"gatsby-plugin-styled-components": "^5.17.0",
"gatsby-plugin-twitter": "^4.17.0",
"gatsby-remark-autolink-headers": "^5.17.0",
"gatsby-remark-copy-linked-files": "^5.17.0",
"gatsby-remark-embed-video": "^3.1.4",
"gatsby-remark-images": "^6.17.0",
"gatsby-remark-prismjs": "^6.17.0",
"gatsby-remark-responsive-iframe": "^5.17.0",
"gatsby-source-filesystem": "^4.17.0",
"gatsby-theme-advanced": "*",
"gatsby-transformer-remark": "^5.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"gatsby-transformer-remark": "^5.17.0",
"gatsby-transformer-sharp": "^4.17.0",
"is-absolute-url": "^3.0.3",
"lodash": "^4.17.21",
"moment": "^2.29.1",
Expand Down Expand Up @@ -104,7 +104,7 @@
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.12.4",
"gatsby": "^4.0.0",
"gatsby": "^4.17.1",
"gh-pages": "^3.2.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
Expand Down
Loading

0 comments on commit 7a6a053

Please sign in to comment.