Skip to content

Commit

Permalink
Upgrade packages; Fix hydration errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Jul 22, 2023
1 parent 788c77e commit f831de9
Show file tree
Hide file tree
Showing 7 changed files with 1,553 additions and 1,378 deletions.
73 changes: 36 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@hookform/resolvers": "^3.1.1",
"@mui/material": "^5.13.6",
"@mui/material": "^5.14.1",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-navigation-menu": "^1.1.3",
Expand All @@ -33,71 +33,70 @@
"@react-email/section": "^0.0.9",
"@react-email/text": "^0.0.5",
"@svgr/webpack": "^8.0.1",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query": "^4.32.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/node": "20.4.3",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/react-modal": "^3.16.0",
"aws-sdk": "^2.1409.0",
"aws-sdk": "^2.1420.0",
"aws4fetch": "^1.0.17",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"eslint": "8.44.0",
"eslint": "8.45.0",
"formidable": "^3.5.0",
"jsonwebtoken": "^9.0.0",
"lucide-react": "^0.258.0",
"next": "13.4.8",
"next-intl": "2.15.0-beta.5",
"next-themes": "^0.2.1",
"prettier-plugin-organize-imports": "^3.2.2",
"jsonwebtoken": "^9.0.1",
"lucide-react": "^0.263.0",
"next": "13.4.12",
"next-intl": "3.0.0-beta.9",
"prettier-plugin-organize-imports": "^3.2.3",
"react": "18.2.0",
"react-country-flag": "^3.1.0",
"react-dom": "18.2.0",
"react-email": "^1.9.4",
"shadcn-ui": "^0.2.3",
"sharp": "^0.32.1",
"surrealdb.js": "^0.8.2",
"shadcn-ui": "^0.3.0",
"sharp": "^0.32.4",
"surrealdb.js": "^0.8.3",
"swr": "^2.2.0",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.3.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"zod": "^3.21.4",
"zustand": "^4.3.8"
"zustand": "^4.3.9"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@mui/icons-material": "^5.11.16",
"@babel/core": "^7.22.9",
"@mui/icons-material": "^5.14.1",
"@theopensource-company/surrealdb-cloudflare": "^1.0.4",
"@tiptap/core": "2.0.3",
"@tiptap/core": "2.0.4",
"@types/express": "^4.17.17",
"@types/formidable": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint-config-next": "13.4.8",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-only-error": "^1.0.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"express": "^4.18.2",
"history": "^5.3.0",
"node-fetch": "^3.3.1",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"ra-ui-materialui": "^4.12.0",
"react-hook-form": "^7.45.1",
"react-router": "^6.14.1",
"react-router-dom": "^6.14.1",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"ra-ui-materialui": "^4.12.2",
"react-hook-form": "^7.45.2",
"react-router": "^6.14.2",
"react-router-dom": "^6.14.2",
"ts-node": "^10.9.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit f831de9

Please sign in to comment.