Merge pull request #1477 from SkynetLabs/upgrade-gatsby-to-v4

upgrade gatsby to v4
This commit is contained in:
Karol Wypchło 2021-12-16 14:57:15 +01:00 committed by GitHub
commit 6cf1d303af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1929 additions and 2022 deletions

View File

@ -5,68 +5,68 @@
"version": "0.1.0", "version": "0.1.0",
"author": "Skynet Labs.", "author": "Skynet Labs.",
"dependencies": { "dependencies": {
"@fontsource/sora": "^4.5.0", "@fontsource/sora": "4.5.0",
"@fontsource/source-sans-pro": "^4.5.1", "@fontsource/source-sans-pro": "4.5.1",
"@svgr/webpack": "^5.5.0", "@svgr/webpack": "6.1.2",
"bytes": "^3.1.1", "bytes": "3.1.1",
"classnames": "^2.3.1", "classnames": "2.3.1",
"copy-text-to-clipboard": "^3.0.1", "copy-text-to-clipboard": "3.0.1",
"crypto-browserify": "^3.12.0", "crypto-browserify": "3.12.0",
"framer-motion": "^5.5.3", "framer-motion": "5.5.3",
"gatsby": "^3.14.6", "gatsby": "4.4.0",
"gatsby-background-image": "^1.5.3", "gatsby-background-image": "1.5.3",
"gatsby-image": "^3.11.0", "gatsby-image": "3.11.0",
"gatsby-plugin-image": "^1.14.1", "gatsby-plugin-image": "2.4.0",
"gatsby-plugin-manifest": "^3.14.0", "gatsby-plugin-manifest": "4.4.0",
"gatsby-plugin-matomo": "^0.11.0", "gatsby-plugin-matomo": "0.11.0",
"gatsby-plugin-offline": "^4.14.0", "gatsby-plugin-offline": "5.4.0",
"gatsby-plugin-postcss": "^4.14.0", "gatsby-plugin-postcss": "5.4.0",
"gatsby-plugin-purgecss": "^6.1.0", "gatsby-plugin-purgecss": "6.1.0",
"gatsby-plugin-react-helmet": "^4.14.0", "gatsby-plugin-react-helmet": "5.4.0",
"gatsby-plugin-robots-txt": "^1.6.14", "gatsby-plugin-robots-txt": "1.6.14",
"gatsby-plugin-sharp": "^4.4.0", "gatsby-plugin-sharp": "4.4.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-plugin-svgr": "3.0.0-beta.0",
"gatsby-remark-classes": "^1.0.2", "gatsby-remark-classes": "1.0.2",
"gatsby-remark-copy-linked-files": "^4.11.0", "gatsby-remark-copy-linked-files": "5.4.0",
"gatsby-remark-images": "^5.11.0", "gatsby-remark-images": "6.4.0",
"gatsby-remark-prismjs": "^5.11.0", "gatsby-remark-prismjs": "6.4.0",
"gatsby-remark-responsive-iframe": "^4.11.0", "gatsby-remark-responsive-iframe": "5.4.0",
"gatsby-remark-smartypants": "^4.11.0", "gatsby-remark-smartypants": "5.4.0",
"gatsby-source-filesystem": "^3.14.0", "gatsby-source-filesystem": "4.4.0",
"gatsby-transformer-json": "^3.14.0", "gatsby-transformer-json": "4.4.0",
"gatsby-transformer-remark": "^4.11.0", "gatsby-transformer-remark": "5.4.0",
"gatsby-transformer-sharp": "^3.14.0", "gatsby-transformer-sharp": "4.4.0",
"gatsby-transformer-yaml": "^3.14.0", "gatsby-transformer-yaml": "4.4.0",
"gbimage-bridge": "^0.1.4", "gbimage-bridge": "0.1.4",
"http-status-codes": "^2.1.4", "http-status-codes": "2.1.4",
"jsonp": "^0.2.1", "jsonp": "0.2.1",
"ms": "^2.1.2", "ms": "2.1.3",
"nanoid": "^3.1.30", "nanoid": "3.1.30",
"normalize.css": "^8.0.1", "normalize.css": "8.0.1",
"path-browserify": "^1.0.1", "path-browserify": "1.0.1",
"polished": "^4.1.3", "polished": "4.1.3",
"popmotion": "^11.0.0", "popmotion": "11.0.3",
"postcss": "^8.4.5", "postcss": "8.4.5",
"preact-svg-loader": "^0.2.1", "preact-svg-loader": "0.2.1",
"prop-types": "^15.7.2", "prop-types": "15.7.2",
"react": "^17.0.2", "react": "17.0.2",
"react-dom": "^17.0.2", "react-dom": "17.0.2",
"react-dropzone": "^11.4.2", "react-dropzone": "11.4.2",
"react-helmet": "^6.1.0", "react-helmet": "6.1.0",
"react-share": "^4.4.0", "react-share": "4.4.0",
"react-svg-loader": "^3.0.3", "react-svg-loader": "3.0.3",
"react-syntax-highlighter": "^15.4.5", "react-syntax-highlighter": "15.4.5",
"react-use": "^17.3.1", "react-use": "17.3.1",
"skynet-js": "^4.0.19-beta", "skynet-js": "4.0.19-beta",
"stream-browserify": "^3.0.0", "stream-browserify": "3.0.0",
"swr": "^1.1.1" "swr": "1.1.1"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "0.5.0", "@tailwindcss/typography": "0.5.0",
"autoprefixer": "10.4.0", "autoprefixer": "10.4.0",
"cross-env": "^7.0.3", "cross-env": "7.0.3",
"cypress": "^9.1.1", "cypress": "9.1.1",
"cypress-file-upload": "^5.0.8", "cypress-file-upload": "5.0.8",
"prettier": "2.5.1", "prettier": "2.5.1",
"tailwindcss": "3.0.5" "tailwindcss": "3.0.5"
}, },

File diff suppressed because it is too large Load Diff