Skip to content

Commit

Permalink
fix(deps): Gatsby 5 (#29)
Browse files Browse the repository at this point in the history
Fix #28
  • Loading branch information
bicstone authored Nov 9, 2022
1 parent 953545d commit e5f7021
Show file tree
Hide file tree
Showing 4 changed files with 1,058 additions and 1,195 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

Gatsby Plugin Fix FOUC is a plugin that solves flash of unstyled content.

Supports Gatsby v5

<details>

<summary>Screen records when plugin is used (note, used gif animation images)</summary>
Expand Down
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"e2e:open": "start-server-and-test gb:develop http://localhost:8000 cy:open"
},
"devDependencies": {
"cypress": "10.11.0",
"gatsby": "4.24.7",
"cypress": "11.0.0",
"gatsby": "5.0.0",
"start-server-and-test": "1.14.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-fix-fouc",
"version": "0.1.4",
"version": "0.2.0",
"description": "Gatsby Plugin Fix FOUC is a plugin that solves flicker of unstyled content",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"homepage": "https://github.com/bicstone/gatsby-plugin-fix-fouc#readme",
"packageManager": "[email protected]",
"peerDependencies": {
"gatsby": "^3 || ^4"
"gatsby": "^3 || ^4 || ^5"
},
"dependencies": {
"camel-case": "^4"
Expand All @@ -63,16 +63,16 @@
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"all-contributors-cli": "6.24.0",
"babel-preset-gatsby-package": "2.24.0",
"babel-preset-gatsby-package": "3.0.0",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-config-standard-with-typescript": "23.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.4.0",
"eslint-plugin-promise": "6.1.1",
"gatsby": "4.24.7",
"gatsby-plugin-utils": "3.18.0",
"gatsby": "5.0.0",
"gatsby-plugin-utils": "4.0.0",
"husky": "8.0.1",
"jest": "29.2.2",
"jest-environment-jsdom": "29.2.2",
Expand Down
Loading

0 comments on commit e5f7021

Please sign in to comment.