Skip to content

Commit

Permalink
Merge pull request #4554 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 Oct 26, 2024
2 parents 5d0b764 + 00102e5 commit 2117eec
Show file tree
Hide file tree
Showing 2 changed files with 2,428 additions and 2,450 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@sanity/client": "^6.22.2",
"@sanity/image-url": "^1.0.2",
"@shikijs/rehype": "^1.20.0",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-query-next-experimental": "^5.59.15",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-next-experimental": "^5.59.16",
"@vanilla-extract/css": "^1.16.0",
"@vanilla-extract/css-utils": "^0.1.4",
"@vanilla-extract/next-plugin": "^2.4.6",
Expand All @@ -55,19 +55,19 @@
"csstype": "^3.1.3",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.11.8",
"framer-motion": "^11.11.9",
"gen-env-types": "^1.3.4",
"gray-matter": "^4.0.3",
"groq": "3.61.0",
"groq": "3.62.2",
"immer": "^10.1.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"motion": "^10.18.0",
"nanoid": "^5.0.6",
"newrelic": "^12.5.1",
"newrelic": "^12.5.2",
"next": "^14.2.15",
"next-mdx-remote": "^5.0.0",
"next-sanity": "^9.5.5",
"next-sanity": "^9.8.7",
"next-seo": "^6.6.0",
"next-themes": "^0.3.0",
"nodemon": "^3.1.7",
Expand All @@ -83,13 +83,13 @@
"react-wrap-balancer": "^1.1.1",
"rehype-accessible-emojis": "^0.3.2",
"rehype-code-titles": "^1.2.0",
"rehype-highlight": "^7.0.0",
"rehype-highlight": "^7.0.1",
"rehype-prism-plus": "^2.0.0",
"remark-gfm": "^4.0.0",
"remark-highlight.js": "^7.0.1",
"remark-prism": "^1.3.6",
"rss": "^1.2.2",
"sass": "^1.80.3",
"sass": "^1.80.4",
"sharp": "^0.33.5",
"shiki": "^1.12.1",
"the-new-css-reset": "^1.11.3",
Expand All @@ -103,25 +103,25 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@next/env": "^14.2.15",
"@playwright/test": "^1.48.1",
"@playwright/test": "^1.48.2",
"@svgr/webpack": "^8.1.0",
"@swc/core": "^1.7.36",
"@swc/core": "^1.7.40",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@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.13",
"@types/jest": "^29.5.14",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.12",
"@types/node": "20.14.10",
"@types/nprogress": "^0.2.3",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@vanilla-extract/babel-plugin": "^1.2.0",
"babel-preset-react-app": "^10.0.1",
"commitizen": "4.3.1",
Expand All @@ -133,8 +133,8 @@
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"git-cz": "^4.9.0",
"husky": "^9.1.6",
Expand All @@ -152,7 +152,7 @@
"node-mocks-http": "^1.16.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vercel": "^37.11.0"
"vercel": "^37.12.1"
},
"nextBundleAnalysis": {
"budget": 204800,
Expand Down
Loading

0 comments on commit 2117eec

Please sign in to comment.