Skip to content

Commit

Permalink
Merge pull request #4623 from luke-h1/chore/update-min-deps
Browse files Browse the repository at this point in the history
chore(frontend): update minor deps
  • Loading branch information
luke-h1 authored Jan 5, 2025
2 parents 266f90a + 07cff6c commit e75fb2f
Show file tree
Hide file tree
Showing 2 changed files with 2,548 additions and 1,252 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"uitest:local": "make e2e-local"
},
"dependencies": {
"@fontsource/poppins": "^5.1.0",
"@fontsource/poppins": "^5.1.1",
"@lukemorales/query-key-factory": "^1.3.4",
"@mdx-js/mdx": "^3.1.0",
"@next/eslint-plugin-next": "15.1.0",
"@next/mdx": "15.1.0",
"@next/third-parties": "15.1.0",
"@next/eslint-plugin-next": "15.1.3",
"@next/mdx": "15.1.3",
"@next/third-parties": "15.1.3",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.53.0",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.55.0",
Expand All @@ -47,15 +47,15 @@
"@radix-ui/react-tooltip": "^1.1.6",
"@radix-ui/react-visually-hidden": "^1.1.1",
"@rehype-pretty/transformers": "^0.13.2",
"@sanity/cli": "^3.66.1",
"@sanity/cli": "^3.68.3",
"@sanity/client": "^6.24.1",
"@sanity/dashboard": "^4.1.2",
"@sanity/image-url": "^1.1.0",
"@sanity/ui": "^2.10.11",
"@sanity/vision": "3.67.1",
"@sanity/ui": "^2.10.18",
"@sanity/vision": "3.68.3",
"@sindresorhus/slugify": "^2.2.1",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-next-experimental": "^5.62.7",
"@tanstack/react-query": "^5.62.15",
"@tanstack/react-query-next-experimental": "^5.62.15",
"@vanilla-extract/css": "^1.16.1",
"@vanilla-extract/css-utils": "^0.1.4",
"@vanilla-extract/next-plugin": "^2.4.7",
Expand All @@ -74,17 +74,17 @@
"framer-motion": "^11.11.15",
"gen-env-types": "^1.3.4",
"gray-matter": "^4.0.3",
"groq": "3.66.1",
"groq": "3.68.3",
"immer": "^10.1.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"mdx": "^0.3.1",
"million": "^3.1.11",
"motion": "^10.18.0",
"nanoid": "^5.0.8",
"next": "15.1.0",
"nanoid": "^5.0.9",
"next": "15.1.3",
"next-mdx-remote": "^5.0.0",
"next-sanity": "9.8.27",
"next-sanity": "9.8.31",
"next-seo": "^6.6.0",
"next-themes": "^0.4.4",
"nodemon": "^3.1.9",
Expand Down Expand Up @@ -119,7 +119,7 @@
"remark-prism": "^1.3.6",
"remark-rehype": "^11.1.1",
"rss": "^1.2.2",
"sanity": "3.67.1",
"sanity": "3.68.3",
"sanity-plugin-markdown": "^5.0.0",
"sass": "^1.82.0",
"sharp": "^0.33.5",
Expand All @@ -137,7 +137,7 @@
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@next/env": "15.1.0",
"@next/env": "15.1.3",
"@playwright/test": "^1.49.1",
"@shikijs/rehype": "^1.24.1",
"@svgr/webpack": "^8.1.0",
Expand All @@ -151,10 +151,10 @@
"@types/body-scroll-lock": "^3.1.2",
"@types/jest": "^29.5.14",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.13",
"@types/node": "22.10.2",
"@types/lodash": "^4.17.14",
"@types/node": "22.10.5",
"@types/nprogress": "^0.2.3",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
Expand Down Expand Up @@ -183,12 +183,12 @@
"jest-resolve": "^29.7.0",
"jest-serializer-html": "^7.1.0",
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"next-router-mock": "^0.9.13",
"node-mocks-http": "^1.16.2",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vercel": "^39.2.2"
"vercel": "^39.2.5"
},
"nextBundleAnalysis": {
"budget": 204800,
Expand Down
Loading

0 comments on commit e75fb2f

Please sign in to comment.