Skip to content

Commit

Permalink
Merge pull request #4599 from luke-h1/chore/update-minor-deps
Browse files Browse the repository at this point in the history
chore(frontend): update deps
  • Loading branch information
luke-h1 authored Dec 9, 2024
2 parents 7e36dc7 + d9e190b commit ae7618e
Show file tree
Hide file tree
Showing 2 changed files with 1,326 additions and 1,402 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,34 +47,34 @@
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@rehype-pretty/transformers": "^0.13.2",
"@sanity/cli": "^3.65.1",
"@sanity/client": "^6.22.5",
"@sanity/cli": "^3.66.1",
"@sanity/client": "^6.24.1",
"@sanity/dashboard": "^4.1.0",
"@sanity/image-url": "^1.1.0",
"@sanity/ui": "^2.8.25",
"@sanity/vision": "3.65.1",
"@sanity/ui": "^2.10.5",
"@sanity/vision": "3.66.1",
"@sindresorhus/slugify": "^2.2.1",
"@tanstack/react-query": "^5.60.6",
"@tanstack/react-query-next-experimental": "^5.60.6",
"@vanilla-extract/css": "^1.16.0",
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-next-experimental": "^5.62.3",
"@vanilla-extract/css": "^1.16.1",
"@vanilla-extract/css-utils": "^0.1.4",
"@vanilla-extract/next-plugin": "^2.4.6",
"@vanilla-extract/next-plugin": "^2.4.7",
"@vanilla-extract/recipes": "^0.5.5",
"@vanilla-extract/sprinkles": "^1.6.3",
"@vercel/otel": "^1.10.0",
"axios": "^1.7.7",
"axios": "^1.7.9",
"check-node-version": "^4.2.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"cross-env": "^7.0.3",
"csstype": "^3.1.3",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"easymde": "2",
"framer-motion": "^11.11.15",
"gen-env-types": "^1.3.4",
"gray-matter": "^4.0.3",
"groq": "3.62.3",
"groq": "3.66.1",
"immer": "^10.1.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
Expand All @@ -84,7 +84,7 @@
"nanoid": "^5.0.8",
"next": "15.0.4",
"next-mdx-remote": "^5.0.0",
"next-sanity": "9.8.10",
"next-sanity": "9.8.25",
"next-seo": "^6.6.0",
"next-themes": "^0.3.0",
"nodemon": "^3.1.7",
Expand Down Expand Up @@ -118,9 +118,9 @@
"remark-prism": "^1.3.6",
"remark-rehype": "^11.1.1",
"rss": "^1.2.2",
"sanity": "3.63.0",
"sanity": "3.66.1",
"sanity-plugin-markdown": "^4.1.2",
"sass": "^1.80.7",
"sass": "^1.82.0",
"sharp": "^0.33.5",
"shiki": "^1.22.2",
"the-new-css-reset": "^1.11.3",
Expand All @@ -134,24 +134,24 @@
"winston-nr": "^1.2.5"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@next/env": "15.0.4",
"@playwright/test": "^1.48.2",
"@shikijs/rehype": "^1.23.0",
"@playwright/test": "^1.49.0",
"@shikijs/rehype": "^1.24.1",
"@svgr/webpack": "^8.1.0",
"@swc/core": "^1.9.2",
"@swc/core": "^1.10.1",
"@swc/jest": "^0.2.37",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.1.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@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": "20.14.10",
"@types/node": "22.10.1",
"@types/nprogress": "^0.2.3",
"@types/react": "19.0.1",
"@types/rss": "^0.0.32",
Expand Down Expand Up @@ -185,8 +185,8 @@
"lint-staged": "15.2.10",
"next-router-mock": "^0.9.13",
"node-mocks-http": "^1.16.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vercel": "^37.14.0"
},
"nextBundleAnalysis": {
Expand Down
Loading

0 comments on commit ae7618e

Please sign in to comment.