Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed May 9, 2023
2 parents 0e1de05 + ffe5805 commit 4a7fb4d
Show file tree
Hide file tree
Showing 4 changed files with 2,433 additions and 2,306 deletions.
3 changes: 0 additions & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/** @type {import('next').NextConfig} */
const config = {
experimental: {
appDir: true
},
images: {
remotePatterns: [
{ hostname: 'cdn.sanity.io' },
Expand Down
51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,62 +11,61 @@
},
"dependencies": {
"@hookform/resolvers": "^2.9.11",
"@portabletext/react": "^2.0.2",
"@portabletext/react": "^2.0.3",
"@radix-ui/react-navigation-menu": "^1.1.2",
"@radix-ui/react-select": "^1.2.1",
"@sanity/document-internationalization": "^1.1.0",
"@sanity/document-internationalization": "^1.1.1",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.7.0",
"@sanity/vision": "^3.10.1",
"@vercel/analytics": "^0.1.11",
"@vercel/og": "^0.2.0",
"@zolplay/react": "^0.5.1",
"@zolplay/utils": "^1.3.4",
"class-variance-authority": "^0.4.0",
"date-fns": "^2.29.3",
"framer-motion": "^10.4.0",
"date-fns": "^2.30.0",
"framer-motion": "^10.12.9",
"googleapis": "^112.0.0",
"intl-segmenter-polyfill": "^0.4.4",
"jotai": "^2.0.3",
"jotai": "^2.1.0",
"js-yaml": "^4.1.0",
"next": "^13.2.4",
"next-intl": "2.12.0-beta.5",
"next-sanity": "^4.1.5",
"next": "^13.4.1",
"next-intl": "2.14.0-beta.4",
"next-sanity": "^4.3.2",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.5",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-is": "^18.2.0",
"react-parallax-tilt": "^1.7.115",
"react-uploader": "^3.10.0",
"react-wrap-balancer": "^0.4.0",
"sanity": "^3.7.0",
"react-parallax-tilt": "^1.7.137",
"react-uploader": "^3.27.0",
"react-wrap-balancer": "^0.4.1",
"sanity": "^3.10.1",
"server-only": "^0.0.1",
"sonner": "^0.2.0",
"styled-components": "^5.3.9",
"styled-components": "^5.3.10",
"suspend-react": "^0.0.8",
"uploader": "^3.9.0",
"uploader": "^3.27.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/node": "^18.16.6",
"@types/react": "^18.2.6",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-define-config": "^1.16.0",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.1",
"eslint-define-config": "^1.20.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-tailwindcss": "^0.2.4",
"tailwindcss": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.5"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 4a7fb4d

Please sign in to comment.