Skip to content

Commit

Permalink
Bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Allypost committed Aug 3, 2023
1 parent f5713cb commit 1aaa05b
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 277 deletions.
7 changes: 6 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ const config = {
destination: "/contact",
permanent: false,
},
{
source: "/gallery/live/:slug",
destination: "/multimedia/live/:slug",
permanent: false,
},
]);
},

Expand All @@ -69,7 +74,7 @@ const config = {
},

experimental: {
// appDir: true,
typedRoutes: true,
adjustFontFallbacks: true,
},
};
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@accessible/drawer": "^3.0.2",
"@hookform/resolvers": "^3.0.1",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.11.0",
"@prisma/client": "^5.0.0",
"@radix-ui/react-aspect-ratio": "^1.0.2",
"@tanstack/react-query": "^4.28.0",
"@trpc/client": "^10.18.0",
Expand All @@ -23,14 +23,14 @@
"embla-carousel-react": "^7.1.0",
"html-to-text": "^9.0.5",
"lodash": "^4.17.21",
"next": "~13.2.4",
"next": "^13.4.10",
"next-auth": "4.20.1",
"next-seo": "^6.0.0",
"nprogress": "^0.2.0",
"rambdax": "^9.1.0",
"react": "18.2.0",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"sharp": "^0.32.0",
Expand All @@ -47,26 +47,26 @@
"@types/node": "^18.15.5",
"@types/nprogress": "^0.2.0",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.0.11",
"@types/sharp": "^0.31.1",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "~13.2.4",
"eslint-config-next": "^13.4.9",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.6",
"prisma": "^4.11.0",
"prisma": "^5.0.0",
"sass": "^1.60.0",
"tailwindcss": "^3.3.0",
"type-fest": "^3.8.0",
"typescript": "^5.0.2"
"typescript": "^5.1.3"
},
"ct3aMetadata": {
"initVersion": "7.10.2"
Expand Down
Loading

0 comments on commit 1aaa05b

Please sign in to comment.