Skip to content

Commit b10085d

Browse files
authored
test(remix): Bump Remix version of integration tests to 2.16.3 (#15969)
Completes #15950 with the rest of the `@remix-run/*` dependencies.
1 parent a6e9651 commit b10085d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/remix/test/integration/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"start": "NODE_OPTIONS='--import=./instrument.server.mjs' remix-serve build/index.js"
99
},
1010
"dependencies": {
11-
"@remix-run/express": "2.15.2",
12-
"@remix-run/node": "2.15.2",
13-
"@remix-run/react": "2.15.2",
14-
"@remix-run/serve": "2.15.2",
11+
"@remix-run/express": "2.16.3",
12+
"@remix-run/node": "2.16.3",
13+
"@remix-run/react": "2.16.3",
14+
"@remix-run/serve": "2.16.3",
1515
"@sentry/remix": "file:../..",
1616
"react": "^18",
1717
"react-dom": "^18"
1818
},
1919
"devDependencies": {
20-
"@remix-run/dev": "2.15.2",
20+
"@remix-run/dev": "2.16.3",
2121
"@types/react": "^18",
2222
"@types/react-dom": "^18",
2323
"nock": "^13.5.5",

0 commit comments

Comments
 (0)