Skip to content

Commit

Permalink
build(deps): upgrade interactive all packages
Browse files Browse the repository at this point in the history
This patch upgrades all packages. This patch also replaces the
`@remix-run/dev` package with `@vercel/remix-run-dev` which (I'm
assuming... I couldn't find any good documentation) ensures that your
code is compatible with the Vercel Edge runtime during development.
  • Loading branch information
nicholaschiang committed Aug 10, 2023
1 parent 96e5245 commit 9165fc2
Show file tree
Hide file tree
Showing 3 changed files with 849 additions and 1,133 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.6",
"@remix-run/express": "^1.19.1",
"@remix-run/react": "^1.19.1",
"@remix-run/express": "1.19.2",
"@remix-run/react": "1.19.2",
"@supabase/supabase-js": "^2.32.0",
"@tanstack/react-virtual": "3.0.0-beta.54",
"@vercel/analytics": "^0.1.11",
"@vercel/remix": "^1.19.1",
"@vercel/remix": "1.19.2",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
Expand All @@ -80,7 +80,7 @@
"morgan": "^1.10.0",
"nanoid": "^4.0.2",
"nprogress": "^0.2.0",
"pino": "^8.14.1",
"pino": "^8.15.0",
"pino-pretty": "^10.2.0",
"prom-client": "^12.0.0",
"react": "^18.2.0",
Expand All @@ -103,10 +103,9 @@
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@google/semantic-release-replace-plugin": "^1.2.0",
"@remix-run/dev": "^1.19.1",
"@remix-run/eslint-config": "^1.19.1",
"@remix-run/node": "^1.19.1",
"@remix-run/serve": "^1.19.1",
"@remix-run/eslint-config": "1.19.2",
"@remix-run/node": "1.19.2",
"@remix-run/serve": "1.19.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@tailwindcss/typography": "^0.5.9",
Expand All @@ -119,46 +118,47 @@
"@types/compression": "^1.7.2",
"@types/cookie": "^0.5.1",
"@types/d3-scale": "^4.0.3",
"@types/eslint": "^8.44.1",
"@types/eslint": "^8.44.2",
"@types/express": "^4.17.17",
"@types/express-prometheus-middleware": "^1.2.1",
"@types/luxon": "^3.3.1",
"@types/morgan": "^1.9.4",
"@types/node": "^18.17.1",
"@types/node": "^18.17.4",
"@types/nprogress": "^0.2.0",
"@types/progress": "^2.0.5",
"@types/react": "^18.2.16",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-simple-maps": "^3.0.0",
"@types/sharp": "^0.31.1",
"@types/user-agents": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/remix-run-dev": "1.19.2",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.29.8",
"autoprefixer": "^10.4.14",
"c8": "^7.14.0",
"cheerio": "^1.0.0-rc.12",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cookie": "^0.5.0",
"cypress": "^12.17.2",
"cypress": "^12.17.3",
"dotenv": "^16.3.1",
"esbuild": "^0.17.19",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"happy-dom": "^8.9.0",
"husky": "^8.0.3",
"luxon": "^3.3.0",
"luxon": "^3.4.0",
"msw": "^1.2.3",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
Expand All @@ -183,8 +183,8 @@
"tslib": "^2.6.1",
"typescript": "^4.9.5",
"user-agents": "^1.0.1444",
"vercel": "^31.1.1",
"vite": "^4.4.7",
"vercel": "^31.2.3",
"vite": "^4.4.9",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.29.8"
},
Expand Down
Loading

0 comments on commit 9165fc2

Please sign in to comment.