Skip to content

Commit

Permalink
chore: update dependencies (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Oct 3, 2024
1 parent 7ebeacc commit b4d5c9c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 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.19.1",
"@prisma/client": "^5.20.0",
"@remix-run/css-bundle": "*",
"@remix-run/node": "*",
"@remix-run/react": "*",
Expand All @@ -38,25 +38,25 @@
"tiny-invariant": "^1.3.3"
},
"devDependencies": {
"@faker-js/faker": "^9.0.0",
"@faker-js/faker": "^9.0.3",
"@remix-run/dev": "*",
"@testing-library/cypress": "^10.0.2",
"@testing-library/jest-dom": "^6.5.0",
"@types/bcryptjs": "^2.4.6",
"@types/cookie": "^0.6.0",
"@types/eslint": "^8.56.12",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.0.5",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^2.1.2",
"autoprefixer": "^10.4.20",
"cookie": "^0.6.0",
"cross-env": "^7.0.3",
"cypress": "^13.14.2",
"eslint": "^8.57.0",
"cypress": "^13.15.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-cypress": "^3.5.0",
Expand All @@ -65,23 +65,23 @@
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.3.0",
"happy-dom": "^15.7.3",
"msw": "^2.4.4",
"npm-run-all2": "^6.2.2",
"postcss": "^8.4.45",
"happy-dom": "^15.7.4",
"msw": "^2.4.9",
"npm-run-all2": "^6.2.3",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prisma": "^5.19.1",
"start-server-and-test": "^2.0.7",
"tailwindcss": "^3.4.10",
"tsx": "^4.19.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^5.20.0",
"start-server-and-test": "^2.0.8",
"tailwindcss": "^3.4.13",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
"vitest": "^2.1.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions remix.init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"@iarna/toml": "^2.2.5",
"@npmcli/package-json": "^5.1.0",
"semver": "^7.6.0"
"@npmcli/package-json": "^5.2.1",
"semver": "^7.6.3"
}
}

0 comments on commit b4d5c9c

Please sign in to comment.