Skip to content

Commit 62c38cc

Browse files
committed
Bump remix to 2.16.5 in e2e test app.
1 parent 7b1005e commit 62c38cc

File tree

1 file changed

+6
-6
lines changed
  • dev-packages/e2e-tests/test-applications/create-remix-app-v2

1 file changed

+6
-6
lines changed

dev-packages/e2e-tests/test-applications/create-remix-app-v2/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
},
1313
"dependencies": {
1414
"@sentry/remix": "latest || *",
15-
"@remix-run/css-bundle": "2.7.2",
16-
"@remix-run/node": "2.7.2",
17-
"@remix-run/react": "2.7.2",
18-
"@remix-run/serve": "2.7.2",
15+
"@remix-run/css-bundle": "2.16.5",
16+
"@remix-run/node": "2.16.5",
17+
"@remix-run/react": "2.16.5",
18+
"@remix-run/serve": "2.16.5",
1919
"isbot": "^3.6.8",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0"
2222
},
2323
"devDependencies": {
2424
"@playwright/test": "~1.50.0",
2525
"@sentry-internal/test-utils": "link:../../../test-utils",
26-
"@remix-run/dev": "2.7.2",
27-
"@remix-run/eslint-config": "2.7.2",
26+
"@remix-run/dev": "2.16.5",
27+
"@remix-run/eslint-config": "2.16.5",
2828
"@sentry/core": "latest || *",
2929
"@types/react": "^18.0.35",
3030
"@types/react-dom": "^18.0.11",

0 commit comments

Comments
 (0)