Skip to content

Commit

Permalink
build(deps): bump the website-production-dependencies group
Browse files Browse the repository at this point in the history
Bumps the website-production-dependencies group in /website with 3 updates: [gatsby](https://github.com/gatsbyjs/gatsby), [react-scroll](https://github.com/fisshy/react-scroll) and [@types/react-scroll](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-scroll).


Updates `gatsby` from 5.12.4 to 5.12.5
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.12.5)

Updates `react-scroll` from 1.8.9 to 1.9.0
- [Changelog](https://github.com/fisshy/react-scroll/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fisshy/react-scroll/commits)

Updates `@types/react-scroll` from 1.8.6 to 1.8.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-scroll)

---
updated-dependencies:
- dependency-name: gatsby
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-production-dependencies
- dependency-name: react-scroll
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: "@types/react-scroll"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: website-production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent f767b6b commit df48709
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 412 deletions.
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"babel-plugin-styled-components": "^2.1.4",
"framer-motion": "^10.16.4",
"gatsby": "^5.12.4",
"gatsby": "^5.12.5",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-gtag": "^5.12.0",
"gatsby-plugin-image": "^3.12.0",
Expand All @@ -33,14 +33,14 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.2",
"react-scroll": "^1.8.9",
"react-scroll": "^1.9.0",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@types/node": "^18.18.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-scroll": "^1.8.6",
"@types/react-scroll": "^1.8.8",
"@types/styled-components": "^5.1.26",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.10.0",
Expand Down
Loading

0 comments on commit df48709

Please sign in to comment.