Skip to content

Commit 4ff72d8

Browse files
renovate[bot]renovate-botwKovacs64
authored
perf: update gatsby to v3 (#217)
* chore(deps): update gatsby monorepo * chore(deps): migrate project to Gatsby v3 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Justin Hall <[email protected]>
1 parent ac5dee4 commit 4ff72d8

File tree

4 files changed

+1172
-1831
lines changed

4 files changed

+1172
-1831
lines changed

gatsby-config.js

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ module.exports = {
4545
],
4646
flags: {
4747
FAST_DEV: true,
48-
FAST_REFRESH: true,
4948
PRESERVE_WEBPACK_CACHE: true,
5049
PRESERVE_FILE_DOWNLOAD_CACHE: true,
5150
},

package.json

+9-7
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
"@wkovacs64/normalize.css": "8.0.1",
5050
"@xstate/react": "1.3.1",
5151
"dotenv": "8.2.0",
52-
"gatsby": "2.32.9",
53-
"gatsby-plugin-emotion": "5.4.0",
54-
"gatsby-plugin-manifest": "2.12.1",
55-
"gatsby-plugin-netlify": "2.11.0",
56-
"gatsby-plugin-offline": "3.10.2",
57-
"gatsby-plugin-react-helmet": "3.10.0",
52+
"gatsby": "3.0.3",
53+
"gatsby-plugin-emotion": "6.0.0",
54+
"gatsby-plugin-manifest": "3.0.0",
55+
"gatsby-plugin-netlify": "3.0.0",
56+
"gatsby-plugin-offline": "4.0.0",
57+
"gatsby-plugin-react-helmet": "4.0.0",
5858
"gatsby-plugin-use-dark-mode": "1.3.0",
5959
"git-current-commit": "1.1.0",
6060
"hibp": "10.0.1",
@@ -89,15 +89,17 @@
8989
"@types/react-helmet": "6.1.0",
9090
"@wkovacs64/prettier-config": "3.0.0",
9191
"axe-core": "4.1.3",
92+
"babel-preset-gatsby": "1.0.0",
9293
"color-string": "1.5.5",
9394
"commitizen": "4.2.3",
95+
"core-js": "3.9.1",
9496
"cypress": "6.6.0",
9597
"cypress-axe": "0.12.2",
9698
"cz-conventional-changelog": "3.3.0",
9799
"eslint": "7.21.0",
98100
"eslint-plugin-cypress": "2.11.2",
99101
"eslint-plugin-wkovacs64": "12.0.0",
100-
"gatsby-plugin-typescript": "2.12.1",
102+
"gatsby-plugin-typescript": "3.0.0",
101103
"husky": "5.1.3",
102104
"lint-staged": "10.5.4",
103105
"npm-run-all": "4.1.5",

src/components/password-input.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function PasswordInput({
5656
aria-label="Password"
5757
placeholder="Paste Here"
5858
type="text"
59-
autoCapitalize="off"
59+
autoCapitalize="none"
6060
autoComplete="off"
6161
autoCorrect="off"
6262
spellCheck={false}

0 commit comments

Comments
 (0)