Skip to content

Commit

Permalink
Update dependencies (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad authored Feb 6, 2024
1 parent 7980955 commit a22f5d4
Show file tree
Hide file tree
Showing 3 changed files with 796 additions and 760 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"db:local:run-db": "docker run --name descobreix-begur-app-database -e MYSQL_ROOT_PASSWORD=unsafePaswordOnlyForLocalhost -e MYSQL_DATABASE=descobreix-begur-app -p 3306:3306 mysql"
},
"dependencies": {
"@auth/core": "0.22.0",
"@aws-sdk/client-s3": "3.498.0",
"@ducanh2912/next-pwa": "9.7.2",
"@auth/core": "0.26.2",
"@aws-sdk/client-s3": "3.507.0",
"@ducanh2912/next-pwa": "10.2.5",
"@hookform/resolvers": "3.3.4",
"@nextui-org/react": "2.2.9",
"@planetscale/database": "1.14.0",
"@tabler/icons-react": "2.46.0",
"@planetscale/database": "1.15.0",
"@tabler/icons-react": "2.47.0",
"@tanstack/react-query": "4.36.1",
"@trpc/client": "10.45.0",
"@trpc/react-query": "10.45.0",
"@trpc/server": "10.45.0",
"@typescript-eslint/parser": "6.19.1",
"@trpc/client": "10.45.1",
"@trpc/react-query": "10.45.1",
"@trpc/server": "10.45.1",
"@typescript-eslint/parser": "6.21.0",
"@uiw/react-md-editor": "4.0.3",
"@vercel/speed-insights": "1.0.8",
"@vercel/speed-insights": "1.0.9",
"autoprefixer": "10.4.17",
"bcryptjs": "2.4.3",
"clsx": "2.1.0",
Expand All @@ -42,14 +42,14 @@
"framer-motion": "11.0.3",
"leaflet": "1.9.4",
"leaflet.locatecontrol": "0.79.0",
"mysql2": "3.8.0",
"mysql2": "3.9.1",
"next": "14.1.0",
"next-auth": "4.24.5",
"next-intl": "3.5.4",
"postcss": "8.4.33",
"postcss": "8.4.34",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.49.3",
"react-hook-form": "7.50.1",
"react-leaflet": "4.2.1",
"react-markdown": "9.0.1",
"sharp": "0.33.2",
Expand All @@ -61,40 +61,40 @@
"zod": "3.22.4"
},
"devDependencies": {
"@playwright/test": "1.41.1",
"@playwright/test": "1.41.2",
"@tailwindcss/typography": "0.5.10",
"@testing-library/jest-dom": "6.3.0",
"@testing-library/react": "14.1.2",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/bcryptjs": "2.4.6",
"@types/jest": "29.5.11",
"@types/jest": "29.5.12",
"@types/leaflet": "1.9.8",
"@types/leaflet.locatecontrol": "0.74.4",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.19.1",
"dotenv": "16.4.0",
"drizzle-kit": "0.20.13",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.21.0",
"dotenv": "16.4.1",
"drizzle-kit": "0.20.14",
"eslint": "8.56.0",
"eslint-config-next": "13.4.19",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-playwright": "0.22.1",
"eslint-plugin-playwright": "0.22.2",
"eslint-plugin-testing-library": "6.2.0",
"haversine-distance": "1.2.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next-axiom": "1.1.1",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"server-only": "0.0.1",
"tailwind-merge": "2.2.1",
"ts-jest": "29.1.2",
"ts-toolbelt": "9.6.0",
"webpack": "5.90.0"
"webpack": "5.90.1"
},
"license": "GNU GENERAL PUBLIC LICENSE",
"packageManager": "pnpm@8.15.0"
Expand Down
Loading

0 comments on commit a22f5d4

Please sign in to comment.