Skip to content

Commit

Permalink
update deps. Captur totp bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Sep 19, 2023
1 parent 8f4a9a3 commit e26a859
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
84 changes: 42 additions & 42 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@conform-to/react": "^0.9.0",
"@conform-to/zod": "^0.9.0",
"@epic-web/remember": "^1.0.2",
"@epic-web/totp": "^1.1.0",
"@epic-web/totp": "^1.1.1",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.3.1",
"@radix-ui/react-checkbox": "^1.0.4",
Expand Down Expand Up @@ -77,11 +77,11 @@
"eslint-plugin-remix-react-routes": "^1.0.5",
"execa": "^8.0.1",
"express": "^4.18.2",
"express-rate-limit": "^7.0.0",
"express-rate-limit": "^7.0.1",
"get-port": "^7.0.0",
"helmet": "^7.0.0",
"intl-parse-accept-language": "^1.0.0",
"isbot": "^3.6.13",
"isbot": "^3.7.0",
"litefs-js": "^1.1.2",
"lru-cache": "^10.0.1",
"morgan": "^1.10.0",
Expand All @@ -94,7 +94,7 @@
"remix-auth-github": "^1.6.0",
"remix-utils": "^6.6.0",
"set-cookie-parser": "^2.6.0",
"sonner": "^0.7.1",
"sonner": "^0.7.4",
"source-map-support": "^0.5.21",
"spin-delay": "^1.2.0",
"tailwind-merge": "^1.14.0",
Expand All @@ -104,7 +104,7 @@
"zod": "^3.22.2"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@faker-js/faker": "^8.1.0",
"@playwright/test": "^1.38.0",
"@remix-run/dev": "^2.0.0",
"@remix-run/eslint-config": "^2.0.0",
Expand All @@ -115,18 +115,18 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bcryptjs": "^2.4.3",
"@types/better-sqlite3": "^7.6.4",
"@types/bcryptjs": "^2.4.4",
"@types/better-sqlite3": "^7.6.5",
"@types/compression": "^1.7.3",
"@types/cookie": "^0.5.2",
"@types/eslint": "^8.44.2",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.2",
"@types/glob": "^8.1.0",
"@types/morgan": "^1.9.5",
"@types/node": "^20.6.1",
"@types/node": "^20.6.2",
"@types/qrcode": "^1.5.2",
"@types/react": "^18.2.21",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/set-cookie-parser": "^2.4.3",
"@types/source-map-support": "^0.5.7",
Expand All @@ -148,7 +148,7 @@
"prettier": "^3.0.3",
"prettier-plugin-sql": "^0.15.1",
"prettier-plugin-tailwindcss": "^0.5.4",
"remix-flat-routes": "^0.5.10",
"remix-flat-routes": "^0.5.11",
"tsx": "^3.12.10",
"typescript": "^5.2.2",
"vite": "^4.4.9",
Expand Down

0 comments on commit e26a859

Please sign in to comment.