Skip to content

Commit

Permalink
chore: update dependencies (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Nov 24, 2024
1 parent 3c1526a commit 8200285
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"/public/build"
],
"dependencies": {
"@prisma/client": "^5.20.0",
"@prisma/client": "^5.22.0",
"@remix-run/css-bundle": "*",
"@remix-run/node": "*",
"@remix-run/react": "*",
Expand All @@ -38,49 +38,49 @@
"tiny-invariant": "^1.3.3"
},
"devDependencies": {
"@faker-js/faker": "^9.0.3",
"@faker-js/faker": "^9.2.0",
"@remix-run/dev": "*",
"@testing-library/cypress": "^10.0.2",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/bcryptjs": "^2.4.6",
"@types/eslint": "^8.56.12",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^2.1.2",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.5",
"autoprefixer": "^10.4.20",
"cookie": "^1.0.1",
"cookie": "^1.0.2",
"cross-env": "^7.0.3",
"cypress": "^13.15.0",
"cypress": "^13.16.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-testing-library": "^6.3.0",
"happy-dom": "^15.7.4",
"msw": "^2.4.11",
"npm-run-all2": "^6.2.3",
"postcss": "^8.4.47",
"eslint-plugin-testing-library": "^7.0.0",
"happy-dom": "^15.11.6",
"msw": "^2.6.6",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.49",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^5.20.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^5.22.0",
"start-server-and-test": "^2.0.8",
"tailwindcss": "^3.4.13",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2"
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.5"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 8200285

Please sign in to comment.