Skip to content

Commit

Permalink
build(deps): bump the website-production-dependencies group
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-production-dependencies
- dependency-name: gatsby
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-production-dependencies
- dependency-name: gatsby-plugin-google-gtag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-production-dependencies
- dependency-name: gatsby-plugin-image
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-production-dependencies
- dependency-name: gatsby-plugin-manifest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-production-dependencies
- dependency-name: gatsby-plugin-sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-production-dependencies
- dependency-name: gatsby-plugin-sitemap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-production-dependencies
- dependency-name: gatsby-source-filesystem
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-production-dependencies
- dependency-name: gatsby-transformer-remark
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-production-dependencies
- dependency-name: gatsby-transformer-sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-production-dependencies
- dependency-name: react-intersection-observer
  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 Nov 29, 2023
1 parent fd4f4ac commit d597e00
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 562 deletions.
26 changes: 13 additions & 13 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,30 @@
},
"dependencies": {
"babel-plugin-styled-components": "^2.1.4",
"framer-motion": "^10.16.4",
"gatsby": "^5.12.4",
"framer-motion": "^10.16.7",
"gatsby": "^5.12.11",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-gtag": "^5.12.0",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-google-gtag": "^5.12.3",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-sitemap": "^6.12.3",
"gatsby-plugin-styled-components": "^6.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-remark": "^6.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-remark": "^6.12.3",
"gatsby-transformer-sharp": "^5.12.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.2",
"react-scroll": "^1.8.9",
"react-intersection-observer": "^9.5.3",
"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.10",
"@types/styled-components": "^5.1.26",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.10.0",
Expand Down
Loading

0 comments on commit d597e00

Please sign in to comment.