Skip to content

Commit 73544a9

Browse files
committed
Update Remix to v2.0.0 on e2e-tests.
1 parent 66958e4 commit 73544a9

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
},
1313
"dependencies": {
1414
"@sentry/remix": "latest || *",
15-
"@remix-run/css-bundle": "2.0.0-pre.6",
16-
"@remix-run/node": "2.0.0-pre.6",
17-
"@remix-run/react": "2.0.0-pre.6",
18-
"@remix-run/serve": "2.0.0-pre.6",
15+
"@remix-run/css-bundle": "2.0.0",
16+
"@remix-run/node": "2.0.0",
17+
"@remix-run/react": "2.0.0",
18+
"@remix-run/serve": "2.0.0",
1919
"isbot": "^3.6.8",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0"
2222
},
2323
"devDependencies": {
2424
"@playwright/test": "^1.36.2",
25-
"@remix-run/dev": "2.0.0-pre.6",
26-
"@remix-run/eslint-config": "2.0.0-pre.6",
25+
"@remix-run/dev": "2.0.0",
26+
"@remix-run/eslint-config": "2.0.0",
2727
"@types/react": "^18.0.35",
2828
"@types/react-dom": "^18.0.11",
2929
"eslint": "^8.38.0",

0 commit comments

Comments
 (0)