Skip to content

Commit

Permalink
chore: update dependencies (remix-run#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Kent C. Dodds <[email protected]>
  • Loading branch information
MichaelDeBoey and kentcdodds authored Mar 16, 2022
1 parent 575063c commit d35e448
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 50 deletions.
91 changes: 47 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@node-rs/bcrypt": "^1.6.0",
"@prisma/client": "^3.10.0",
"@prisma/client": "^3.11.0",
"@reach/alert": "^0.16.0",
"@remix-run/react": "*",
"@remix-run/serve": "*",
Expand All @@ -35,7 +35,7 @@
"tiny-invariant": "^1.2.0"
},
"devDependencies": {
"@faker-js/faker": "^6.0.0-beta.0",
"@faker-js/faker": "^6.0.0",
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@testing-library/cypress": "^8.0.2",
Expand All @@ -51,17 +51,17 @@
"esbuild-register": "^3.3.2",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"happy-dom": "^2.47.2",
"happy-dom": "^2.47.3",
"msw": "^0.39.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier": "2.6.0",
"prettier-plugin-tailwindcss": "^0.1.8",
"prisma": "^3.10.0",
"prisma": "^3.11.0",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2",
"vite-tsconfig-paths": "^3.4.1",
"vitest": "^0.6.1"
"vitest": "^0.6.3"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit d35e448

Please sign in to comment.