Skip to content

Commit

Permalink
Upgraded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschwobe committed Dec 4, 2023
1 parent 3fc4056 commit 029247d
Show file tree
Hide file tree
Showing 3 changed files with 918 additions and 469 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.6.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-select": "^2.0.0",
"@remix-run/css-bundle": "^2.3.1",
"@remix-run/node": "^2.3.1",
"@remix-run/react": "^2.3.1",
Expand All @@ -49,15 +49,15 @@
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cookie": "^0.5.0",
"cookie": "^0.6.0",
"dotenv": "^16.3.1",
"happy-dom": "^12.10.3",
"isbot": "^3.7.1",
"prisma": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sonner": "^1.2.4",
"tailwind-merge": "^1.14.0",
"tailwind-merge": "^2.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
Expand All @@ -70,30 +70,30 @@
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@total-typescript/ts-reset": "^0.4.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bcryptjs": "^2.4.6",
"@types/cookie": "^0.5.4",
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/cookie": "^0.6.0",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.0.1",
"@vitest/ui": "^1.0.1",
"enforce-unique": "^1.2.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"knip": "^3.4.0",
"msw": "^2.0.9",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"knip": "^3.5.0",
"msw": "^2.0.10",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.5",
"tsx": "^3.14.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.6",
"tsx": "^4.6.2",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vite": "^5.0.5",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},
"engines": {
"node": ">=21.2.0",
Expand Down
Loading

0 comments on commit 029247d

Please sign in to comment.