Skip to content

Commit

Permalink
chore: bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Dec 17, 2024
1 parent 9013862 commit 3d5e491
Show file tree
Hide file tree
Showing 5 changed files with 3,693 additions and 3,913 deletions.
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.

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.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,34 @@
"file-saver": "^2.0.5",
"font-color-contrast": "^11.1.0",
"fuse.js": "^6.6.2",
"gatsby": "^5.13.7",
"gatsby-plugin-canonical-urls": "^5.13.1",
"gatsby": "^5.14.0",
"gatsby-plugin-canonical-urls": "^5.14.0",
"gatsby-plugin-cloudflare-pages": "^1.0.3",
"gatsby-plugin-csp": "^1.1.4",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-less": "^7.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-less": "^7.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-head": "https://github.com/davwheat/gatsby-plugin-react-head",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-remove-console": "^0.0.2",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-react-router-scroll": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.2",
"gatsby-remark-images": "^7.13.2",
"gatsby-react-router-scroll": "^6.14.0",
"gatsby-remark-autolink-headers": "^6.14.0",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-source-local-git": "^1.3.0",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-transformer-sharp": "^5.14.0",
"get-best-contrast-color": "^0.3.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
"katex": "^0.16.10",
"katex": "^0.16.15",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"leaflet.sync": "^0.2.4",
Expand Down Expand Up @@ -78,27 +78,27 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@sentry/cli": "^2.32.1",
"@sentry/webpack-plugin": "^2.22.4",
"@sentry/cli": "^2.39.1",
"@sentry/webpack-plugin": "^2.22.7",
"@types/color": "^3.0.6",
"@types/file-saver": "^2.0.7",
"@types/leaflet": "^1.9.12",
"@types/leaflet.markercluster": "^1.5.4",
"@types/material-ui": "^0.21.17",
"@types/leaflet": "^1.9.15",
"@types/leaflet.markercluster": "^1.5.5",
"@types/material-ui": "^0.21.18",
"@types/rbush": "^3.0.4",
"@types/react": "^18.3.5",
"@types/react": "^18.3.17",
"@types/throttle-debounce": "^5.0.2",
"@types/uuid": "^9.0.8",
"@welldone-software/why-did-you-render": "^7.0.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-plugin-mdx": "^2.3.4",
"gatsby-plugin-perf-budgets": "^0.0.18",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"wrangler": "^3.78.2"
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"wrangler": "^3.96.0"
},
"license": "MIT",
"scripts": {
Expand All @@ -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 3d5e491

Please sign in to comment.