Skip to content

Commit 83c0be6

Browse files
build(deps): upgrade interactive all packages
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.
1 parent fc7d596 commit 83c0be6

File tree

3 files changed

+849
-1133
lines changed

3 files changed

+849
-1133
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
"@radix-ui/react-radio-group": "^1.1.3",
5959
"@radix-ui/react-slot": "^1.0.2",
6060
"@radix-ui/react-tooltip": "^1.0.6",
61-
"@remix-run/express": "^1.19.1",
62-
"@remix-run/react": "^1.19.1",
61+
"@remix-run/express": "1.19.2",
62+
"@remix-run/react": "1.19.2",
6363
"@supabase/supabase-js": "^2.32.0",
6464
"@tanstack/react-virtual": "3.0.0-beta.54",
6565
"@vercel/analytics": "^0.1.11",
66-
"@vercel/remix": "^1.19.1",
66+
"@vercel/remix": "1.19.2",
6767
"bcryptjs": "^2.4.3",
6868
"class-variance-authority": "^0.7.0",
6969
"classnames": "^2.3.2",
@@ -80,7 +80,7 @@
8080
"morgan": "^1.10.0",
8181
"nanoid": "^4.0.2",
8282
"nprogress": "^0.2.0",
83-
"pino": "^8.14.1",
83+
"pino": "^8.15.0",
8484
"pino-pretty": "^10.2.0",
8585
"prom-client": "^12.0.0",
8686
"react": "^18.2.0",
@@ -103,10 +103,9 @@
103103
"devDependencies": {
104104
"@faker-js/faker": "^7.6.0",
105105
"@google/semantic-release-replace-plugin": "^1.2.0",
106-
"@remix-run/dev": "^1.19.1",
107-
"@remix-run/eslint-config": "^1.19.1",
108-
"@remix-run/node": "^1.19.1",
109-
"@remix-run/serve": "^1.19.1",
106+
"@remix-run/eslint-config": "1.19.2",
107+
"@remix-run/node": "1.19.2",
108+
"@remix-run/serve": "1.19.2",
110109
"@semantic-release/changelog": "^6.0.3",
111110
"@semantic-release/git": "^10.0.1",
112111
"@tailwindcss/typography": "^0.5.9",
@@ -119,46 +118,47 @@
119118
"@types/compression": "^1.7.2",
120119
"@types/cookie": "^0.5.1",
121120
"@types/d3-scale": "^4.0.3",
122-
"@types/eslint": "^8.44.1",
121+
"@types/eslint": "^8.44.2",
123122
"@types/express": "^4.17.17",
124123
"@types/express-prometheus-middleware": "^1.2.1",
125124
"@types/luxon": "^3.3.1",
126125
"@types/morgan": "^1.9.4",
127-
"@types/node": "^18.17.1",
126+
"@types/node": "^18.17.4",
128127
"@types/nprogress": "^0.2.0",
129128
"@types/progress": "^2.0.5",
130-
"@types/react": "^18.2.16",
129+
"@types/react": "^18.2.20",
131130
"@types/react-dom": "^18.2.7",
132131
"@types/react-simple-maps": "^3.0.0",
133132
"@types/sharp": "^0.31.1",
134133
"@types/user-agents": "^1.0.2",
135134
"@typescript-eslint/eslint-plugin": "^5.62.0",
136135
"@typescript-eslint/parser": "^5.62.0",
136+
"@vercel/remix-run-dev": "1.19.2",
137137
"@vitejs/plugin-react": "^3.1.0",
138138
"@vitest/coverage-c8": "^0.29.8",
139139
"autoprefixer": "^10.4.14",
140140
"c8": "^7.14.0",
141141
"cheerio": "^1.0.0-rc.12",
142142
"conventional-changelog-conventionalcommits": "^5.0.0",
143143
"cookie": "^0.5.0",
144-
"cypress": "^12.17.2",
144+
"cypress": "^12.17.3",
145145
"dotenv": "^16.3.1",
146146
"esbuild": "^0.17.19",
147-
"eslint": "^8.45.0",
147+
"eslint": "^8.46.0",
148148
"eslint-config-airbnb": "^19.0.4",
149149
"eslint-config-airbnb-typescript": "^17.1.0",
150-
"eslint-config-prettier": "^8.8.0",
151-
"eslint-import-resolver-typescript": "^3.5.5",
152-
"eslint-plugin-cypress": "^2.13.3",
153-
"eslint-plugin-import": "^2.27.5",
150+
"eslint-config-prettier": "^8.10.0",
151+
"eslint-import-resolver-typescript": "^3.6.0",
152+
"eslint-plugin-cypress": "^2.14.0",
153+
"eslint-plugin-import": "^2.28.0",
154154
"eslint-plugin-jsx-a11y": "^6.7.1",
155155
"eslint-plugin-prettier": "^4.2.1",
156156
"eslint-plugin-promise": "^6.1.1",
157-
"eslint-plugin-react": "^7.33.0",
157+
"eslint-plugin-react": "^7.33.1",
158158
"eslint-plugin-react-hooks": "^4.6.0",
159159
"happy-dom": "^8.9.0",
160160
"husky": "^8.0.3",
161-
"luxon": "^3.3.0",
161+
"luxon": "^3.4.0",
162162
"msw": "^1.2.3",
163163
"node-fetch": "^3.3.2",
164164
"npm-run-all": "^4.1.5",
@@ -183,8 +183,8 @@
183183
"tslib": "^2.6.1",
184184
"typescript": "^4.9.5",
185185
"user-agents": "^1.0.1444",
186-
"vercel": "^31.1.1",
187-
"vite": "^4.4.7",
186+
"vercel": "^31.2.3",
187+
"vite": "^4.4.9",
188188
"vite-tsconfig-paths": "^4.2.0",
189189
"vitest": "^0.29.8"
190190
},

0 commit comments

Comments
 (0)