Skip to content

Commit

Permalink
update to latest version of all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Nov 29, 2023
1 parent c601fe0 commit c5e1f87
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.11",
"@remix-run/css-bundle": "^2.3.0",
"@remix-run/express": "^2.3.0",
"@remix-run/node": "^2.3.0",
"@remix-run/react": "^2.3.0",
"@remix-run/server-runtime": "^2.3.0",
"@remix-run/css-bundle": "^2.3.1",
"@remix-run/express": "^2.3.1",
"@remix-run/node": "^2.3.1",
"@remix-run/react": "^2.3.1",
"@remix-run/server-runtime": "^2.3.1",
"@sentry/profiling-node": "^1.2.6",
"@sentry/remix": "^7.80.1",
"@sentry/remix": "^7.83.0",
"address": "^2.0.1",
"autoprefixer": "^10.4.16",
"bcryptjs": "^2.4.3",
Expand All @@ -80,14 +80,14 @@
"eslint-plugin-remix-react-routes": "^1.0.5",
"execa": "^8.0.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.4",
"express-rate-limit": "^7.1.5",
"get-port": "^7.0.0",
"glob": "^10.3.10",
"helmet": "^7.1.0",
"intl-parse-accept-language": "^1.0.0",
"isbot": "^3.7.1",
"litefs-js": "^1.1.2",
"lru-cache": "^10.0.2",
"lru-cache": "^10.1.0",
"morgan": "^1.10.0",
"prisma": "^5.6.0",
"qrcode": "^1.5.3",
Expand All @@ -96,9 +96,9 @@
"remix-auth": "^3.6.0",
"remix-auth-form": "^1.4.0",
"remix-auth-github": "^1.6.0",
"remix-utils": "^7.1.0",
"remix-utils": "^7.3.0",
"set-cookie-parser": "^2.6.0",
"sonner": "^1.2.0",
"sonner": "^1.2.4",
"source-map-support": "^0.5.21",
"spin-delay": "^1.2.0",
"tailwind-merge": "^2.0.0",
Expand All @@ -109,50 +109,50 @@
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@playwright/test": "^1.39.0",
"@remix-run/dev": "^2.3.0",
"@remix-run/eslint-config": "^2.3.0",
"@remix-run/serve": "^2.3.0",
"@remix-run/testing": "^2.3.0",
"@playwright/test": "^1.40.1",
"@remix-run/dev": "^2.3.1",
"@remix-run/eslint-config": "^2.3.1",
"@remix-run/serve": "^2.3.1",
"@remix-run/testing": "^2.3.1",
"@sly-cli/sly": "^1.4.10",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bcryptjs": "^2.4.6",
"@types/better-sqlite3": "^7.6.7",
"@types/better-sqlite3": "^7.6.8",
"@types/compression": "^1.7.5",
"@types/cookie": "^0.5.4",
"@types/cookie": "^0.6.0",
"@types/eslint": "^8.44.7",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/morgan": "^1.9.9",
"@types/node": "^20.9.0",
"@types/node": "^20.10.0",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/set-cookie-parser": "^2.4.6",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/set-cookie-parser": "^2.4.7",
"@types/source-map-support": "^0.5.10",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^0.34.6",
"chokidar": "^3.5.3",
"enforce-unique": "^1.2.0",
"esbuild": "^0.19.5",
"eslint": "^8.53.0",
"esbuild": "^0.19.8",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"fs-extra": "^11.1.1",
"jsdom": "^22.1.0",
"msw": "2.0.7",
"fs-extra": "^11.2.0",
"jsdom": "^23.0.0",
"msw": "2.0.9",
"node-html-parser": "^6.1.11",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"prettier-plugin-sql": "^0.16.0",
"prettier-plugin-sql": "^0.17.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"remix-flat-routes": "^0.6.2",
"tsx": "^4.1.2",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"tsx": "^4.6.0",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vitest": "^0.34.6"
},
"engines": {
Expand Down

0 comments on commit c5e1f87

Please sign in to comment.