Skip to content

Commit

Permalink
Merge pull request #4625 from luke-h1/dev
Browse files Browse the repository at this point in the history
merge dev into main
  • Loading branch information
luke-h1 authored Jan 8, 2025
2 parents dd3d00e + 275cf74 commit 95a5d2f
Show file tree
Hide file tree
Showing 2 changed files with 881 additions and 397 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@fontsource/poppins": "^5.1.1",
"@lukemorales/query-key-factory": "^1.3.4",
"@mdx-js/mdx": "^3.1.0",
"@next/eslint-plugin-next": "15.1.3",
"@next/mdx": "15.1.3",
"@next/third-parties": "15.1.3",
"@next/eslint-plugin-next": "15.1.4",
"@next/mdx": "15.1.4",
"@next/third-parties": "15.1.4",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.53.0",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.55.0",
Expand All @@ -51,11 +51,11 @@
"@sanity/client": "^6.24.1",
"@sanity/dashboard": "^4.1.2",
"@sanity/image-url": "^1.1.0",
"@sanity/ui": "^2.10.18",
"@sanity/ui": "^2.11.1",
"@sanity/vision": "3.68.3",
"@sindresorhus/slugify": "^2.2.1",
"@tanstack/react-query": "^5.62.15",
"@tanstack/react-query-next-experimental": "^5.62.15",
"@tanstack/react-query": "^5.62.16",
"@tanstack/react-query-next-experimental": "^5.62.16",
"@vanilla-extract/css": "^1.17.0",
"@vanilla-extract/css-utils": "^0.1.4",
"@vanilla-extract/next-plugin": "^2.4.8",
Expand Down Expand Up @@ -84,12 +84,12 @@
"nanoid": "^5.0.9",
"next": "15.1.3",
"next-mdx-remote": "^5.0.0",
"next-sanity": "9.8.31",
"next-sanity": "9.8.32",
"next-seo": "^6.6.0",
"next-themes": "^0.4.4",
"nodemon": "^3.1.9",
"nprogress": "^0.2.0",
"nuqs": "^2.2.3",
"nuqs": "^2.3.0",
"parse-numeric-range": "^1.3.0",
"pino": "^9.5.0",
"prism-react-renderer": "^2.4.1",
Expand Down Expand Up @@ -161,7 +161,7 @@
"@vanilla-extract/babel-plugin": "^1.2.0",
"babel-preset-react-app": "^10.0.1",
"commitizen": "4.3.1",
"cross-fetch": "^4.0.0",
"cross-fetch": "^4.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -170,7 +170,7 @@
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^4.6.2",
"git-cz": "^4.9.0",
"husky": "^9.1.7",
Expand All @@ -188,7 +188,7 @@
"node-mocks-http": "^1.16.2",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vercel": "^39.2.5"
"vercel": "^39.2.6"
},
"nextBundleAnalysis": {
"budget": 204800,
Expand Down
Loading

0 comments on commit 95a5d2f

Please sign in to comment.