Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Nov 3, 2023
1 parent 84b5c06 commit bd0db23
Show file tree
Hide file tree
Showing 5 changed files with 5,128 additions and 5,109 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
},
"dependencies": {
"@material-ui/styles": "^4.11.5",
"@sentry/gatsby": "^7.74.1",
"@sentry/tracing": "^7.74.1",
"@sentry/gatsby": "^7.77.0",
"@sentry/tracing": "^7.77.0",
"clsx": "^2.0.0",
"crunker": "^2.1.0",
"crunker": "^2.2.0",
"dayjs": "^1.11.10",
"gatsby": "^5.12.8",
"gatsby-plugin-image": "^3.12.2",
"gatsby": "^5.12.9",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-less": "^7.12.0",
"gatsby-plugin-manifest": "^5.12.2",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-react-head": "https://github.com/davwheat/gatsby-plugin-react-head",
"gatsby-plugin-sharp": "^5.12.2",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.2",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-sharp": "^5.12.3",
"mdi-react": "^9.3.0",
"nanoid": "^4.0.2",
"react": "^18.2.0",
Expand All @@ -59,5 +59,5 @@
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"packageManager": "yarn@3.6.1"
"packageManager": "yarn@4.0.1"
}
Loading

0 comments on commit bd0db23

Please sign in to comment.