Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jul 14, 2024
2 parents 662614a + f314e74 commit 2758e36
Show file tree
Hide file tree
Showing 14 changed files with 755 additions and 422 deletions.
434 changes: 217 additions & 217 deletions .yarn/releases/yarn-4.3.0.cjs → .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.0.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"copy-to-clipboard": "^3.3.3",
"crunker": "^2.4.0",
"dayjs": "^1.11.11",
"gatsby": "^5.13.6",
"gatsby": "^5.13.7",
"gatsby-plugin-cloudflare-pages": "^1.0.3",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-image": "^3.13.1",
Expand Down Expand Up @@ -65,20 +65,20 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240614.0",
"@cloudflare/workers-types": "^4.20240712.0",
"@sentry/cli": "^2.32.1",
"@types/gatsbyjs__reach-router": "^2.0.4",
"@types/node": "^20.14.2",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"cross-env": "^7.0.3",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"http-server": "^14.1.1",
"prettier": "^3.3.2",
"typescript": "^5.4.5",
"wrangler": "^3.60.3"
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"wrangler": "^3.64.0"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
Loading

0 comments on commit 2758e36

Please sign in to comment.