Files
Paul Hultgren f821685b6e Upgrade gatsby to V4 (#3833)
* upgrade gatsby to ^4.17.2

This commit also upgrades all of the gatsby plugins to their latest
versions

* update gatsby-plugin-sitemap options to work with latest version

* import graphql from gatsby

Using the global graphql is no longer supported after gatsby v3

* deps: upgrade sharp to ^0.30.4

* update kea to v3 and use new logic syntax

* remove gatsby-plugin-remove-trailing-slashes

This functionality is now built into Gatsby

* remove type import from contributorStatsLogic

* change trailingSlash value to 'never'

* add @netlify/plugin-gatsby

* remove GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES flag

This feature is now built in to gatsby

* use optimized images from #3453

* optimize blog and tutorial images

* optimize features images

* decrease max width of optimization to 1650

* shrink blog images to 1000px

* shrink tutorials images to 1000px

* shrink docs and handbook images

* set node version to 16

* add gatsby-plugin-netlify

* try incresing head size and reducing CPU count

* wrap values in quotes

* remove heap size change

* regen lockfile and bump @netlify/plugin-gatsby

* revert image resizing

* re-do resizing to preserve transparency

* Revert "optimize blog and tutorial images"

This reverts commit fcb5efdd09edd4b3117af8cab11771b022f96643.

* Revert "use optimized images from #3453"

This reverts commit 56f9369e651040f30abee60ba47f7316515952e0.

* Revert "shrink docs and handbook images"

This reverts commit d172e71d3a8f478aa1a3e5802d229e6b0e4acc71.

* Revert "shrink tutorials images to 1000px"

This reverts commit 65dfd718f6d0e6c9fba05a4af55e40b68c1753eb.

* Revert "shrink blog images to 1000px"

This reverts commit d22b95525a9581ecd9f3d9176ac728100ebb3efc.

* Revert "decrease max width of optimization to 1650"

This reverts commit 29a2bdbed0024375978851621cb2a5f45e217f6b.

* Revert all image resizing

* add latest versions of @netlify/plugin-gatsby and gatsby-plugin-netlify

* upgrade gatsby packages

* remove mdx-js

* reset png images to master

* reset jpg images to master

* delete user-guides images

* reset last few images

* remove library stats

Co-authored-by: Paul Hultgren <pjhul@Pauls-MacBook-Pro.local>
2022-08-15 23:59:53 -07:00

20 lines
485 B
JSON

{
"name": "gatsby-source-squeak",
"version": "1.0.0",
"description": "A source plugin for Squeak!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"No build script setup\""
},
"keywords": [
"gatsby",
"gatsby-plugin"
],
"author": "Eli Kinsey <eli@ekinsey.dev>",
"license": "0BSD",
"dependencies": {
"gatsby-source-filesystem": "^4.20.0"
}
}