Skip to content

Commit

Permalink
Merge pull request #249 from davwheat/main
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat authored Dec 23, 2024
2 parents ce55bca + 1ecc28c commit dc2e876
Show file tree
Hide file tree
Showing 7 changed files with 4,136 additions and 4,167 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

env:
NODE_VERSION: 18.x
NODE_VERSION: 22.x
CF_PAGES_PROJECT_NAME: mastdatabase-co-uk

jobs:
Expand Down
925 changes: 0 additions & 925 deletions .yarn/releases/yarn-4.4.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

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

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs

checksumBehavior: 'ignore'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"leaflet.markercluster": "^1.5.3",
"leaflet.sync": "^0.2.4",
"mdi-react": "^9.4.0",
"mobile-spectrum-data": "^1.24.0",
"mobile-spectrum-data": "^1.25.1",
"nanoid": "^4.0.2",
"prop-types": "^15.8.1",
"rbush": "^3.0.1",
Expand Down Expand Up @@ -113,7 +113,7 @@
"lint": "eslint . --ext md,mdx",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org davw-network --project mastdatabase ./public && sentry-cli --url https://sentry.service.davw.network sourcemaps upload --org davw-network --project mastdatabase ./public"
},
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.3",
"resolutions": {
"underscore.inflection": "davwheat/underscore.inflection#master",
"@types/react": "^18",
Expand Down
Loading

0 comments on commit dc2e876

Please sign in to comment.