Skip to content

Commit

Permalink
update package depencies (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
rphlmr committed Nov 21, 2022
1 parent 080f71b commit bd100e0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -29,11 +29,11 @@
},
"prettier": {},
"dependencies": {
"@prisma/client": "^4.5.0",
"@prisma/client": "^4.6.1",
"@remix-run/node": "*",
"@remix-run/react": "*",
"@remix-run/serve": "*",
"@supabase/supabase-js": "^2.0.4",
"@supabase/supabase-js": "^2.1.0",
"cookie": "^0.5.0",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
Expand All @@ -45,7 +45,7 @@
"react-i18next": "^11.18.5",
"react-zorm": "^0.6.1",
"remix-i18next": "^4.1.1",
"tailwind-merge": "^1.7.0",
"tailwind-merge": "^1.8.0",
"zod": "^3.19.1"
},
"devDependencies": {
Expand All @@ -55,7 +55,7 @@
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@tailwindcss/typography": "^0.5.8",
"@testing-library/cypress": "^8.0.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand All @@ -68,18 +68,18 @@
"cross-env": "^7.0.3",
"cypress": "^10.10.0",
"dotenv-cli": "^6.0.0",
"eslint": "^8.26.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-tailwindcss": "^3.6.2",
"eslint-plugin-tailwindcss": "^3.7.0",
"happy-dom": "^7.6.0",
"msw": "^0.47.4",
"msw": "^0.49.0",
"npm-run-all": "^4.1.5",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prisma": "^4.5.0",
"prisma": "^4.6.1",
"start-server-and-test": "^1.14.0",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.2.1",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.8.4",
Expand Down

0 comments on commit bd100e0

Please sign in to comment.