Skip to content

Commit

Permalink
chore: Update npm dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaJi committed Jul 18, 2024
1 parent 08fcf75 commit a0e1c88
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 397 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@auth/core": "^0.34.1",
"@auth/drizzle-adapter": "^1.4.1",
"@formatjs/intl-localematcher": "^0.5.4",
"@freestar/pubfig-adslot-react-component": "^3.6.1",
"@freestar/pubfig-adslot-react-component": "^3.6.2",
"@nanostores/persistent": "^0.10.1",
"@nanostores/react": "^0.7.2",
"@paralleldrive/cuid2": "^2.2.2",
Expand All @@ -28,14 +28,14 @@
"@radix-ui/react-tooltip": "^1.1.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-table": "^8.19.2",
"@tanstack/react-table": "^8.19.3",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.31.2",
"drizzle-orm": "^0.32.0",
"nanostores": "^0.10.3",
"negotiator": "^0.6.3",
"next": "^14.2.4",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-axiom": "^1.3.0",
"next-mdx-remote": "^4.4.1",
Expand All @@ -47,32 +47,32 @@
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-lazy-load-image-component": "^1.6.2",
"react-tooltip": "^5.27.0",
"react-tooltip": "^5.27.1",
"react-wrap-balancer": "^1.1.1",
"schema-dts": "^1.1.2",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.4",
"@next/env": "^14.2.4",
"@next/bundle-analyzer": "^14.2.5",
"@next/env": "^14.2.5",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.14.9",
"@types/node": "^20.14.11",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-lazy-load-image-component": "^1.6.4",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"drizzle-kit": "^0.22.8",
"drizzle-kit": "^0.23.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-config-next": "^14.2.5",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit a0e1c88

Please sign in to comment.