Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #141 from EmaSuriano/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EmaSuriano authored Nov 19, 2023
2 parents 9b7ee04 + f0ce015 commit 77e24eb
Show file tree
Hide file tree
Showing 4 changed files with 645 additions and 1,313 deletions.
16 changes: 8 additions & 8 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"dependencies": {
"gatsby": "^4.25.7",
"gatsby-theme-mate": "0.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@percy/cli": "^1.0.0-beta.63",
"@percy/cypress": "^3.1.1",
"axe-core": "^4.3.2",
"cypress": "^8.2.0",
"cypress-axe": "^0.12.2",
"percy": "^0.28.6"
"@percy/cli": "^1.27.4",
"@percy/cypress": "^3.1.2",
"axe-core": "^4.8.2",
"cypress": "^13.5.1",
"cypress-axe": "^1.5.0",
"percy": "^5.0.0"
}
}
29 changes: 16 additions & 13 deletions gatsby-theme-mate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,21 @@
"release": "npx semantic-release"
},
"peerDependencies": {
"gatsby": "^4"
"gatsby": "^4",
"react": "^18",
"react-dom": "^18"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@rebass/preset": "^4.0.5",
"@tippy.js/react": "^3.1.1",
"assert": "^2.0.0",
"babel-plugin-styled-components": "^2.0.6",
"assert": "^2.1.0",
"babel-plugin-styled-components": "^2.1.4",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-image": "^2.10.0",
"gatsby-plugin-manifest": "^4.10.1",
"gatsby-plugin-react-helmet": "^5.10.0",
Expand All @@ -42,19 +46,18 @@
"gatsby-source-contentful": "^7.8.1",
"gatsby-source-medium": "^4.10.0",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"react-awesome-reveal": "^3.8.1",
"react-headroom": "^3.2.0",
"react-awesome-reveal": "^4.2.7",
"react-headroom": "^3.2.1",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.1",
"react-text-loop": "^2.3.0",
"rebass": "^4.0.7",
"styled-components": "^5.3.3"
"styled-components": "^6.1.1"
},
"devDependencies": {
"@types/react-headroom": "^2.2.2",
"@types/react-helmet": "^6.1.2",
"@types/rebass": "^4.0.9",
"typescript": "^4.6.2"
"@types/react-headroom": "^3.2.3",
"@types/react-helmet": "^6.1.9",
"@types/rebass": "^4.0.13",
"typescript": "^5.2.2"
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],
"devDependencies": {
"env-cmd": "^10.1.0",
"start-server-and-test": "^1.14.0"
}
"start-server-and-test": "^2.0.3"
},
"dependencies": {}
}
Loading

0 comments on commit 77e24eb

Please sign in to comment.