Skip to content

Commit

Permalink
Updated nextjs and all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Apr 12, 2024
1 parent 235af44 commit 8ed715b
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 176 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"graphql": "DOTENV_CONFIG_PATH=./.env.local graphql-codegen --config codegen.ts -r dotenv/config"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@formkit/auto-animate": "^0.8.2",
"@heroicons/react": "^2.1.3",
"@mui/base": "^5.0.0-beta.41",
"@next/third-parties": "^14.1.4",
"@mui/base": "^5.0.0-beta.42",
"@next/third-parties": "^14.2.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.12",
"@tanstack/react-query": "^5.28.9",
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",
"@tanstack/react-query": "^5.29.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"critters": "^0.0.22",
Expand All @@ -30,7 +30,7 @@
"graphql-tag": "^2.12.6",
"html-react-parser": "^5.1.10",
"jsona": "^1.12.1",
"next": "^14.1.4",
"next": "^14.2.1",
"next-drupal": "^1.6.0",
"postcss": "^8.4.38",
"react": "^18.2.0",
Expand All @@ -45,8 +45,8 @@
"sharp": "^0.33.3",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"usehooks-ts": "^3.0.2"
"typescript": "^5.4.5",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
Expand All @@ -55,7 +55,7 @@
"@graphql-codegen/typescript-operations": "4.2.0",
"@types/qs": "^6.9.14",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-config-next": "^14.2.1",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-unused-imports": "^3.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions src/lib/gql/__generated__/drupal.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8ed715b

Please sign in to comment.