Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: deploy #249

Merged
merged 4 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading