We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e708c commit 5eb4d07Copy full SHA for 5eb4d07
_official-contacts-tutorial/package.json
@@ -8,9 +8,9 @@
8
"typecheck": "tsc"
9
},
10
"dependencies": {
11
- "@remix-run/node": "nightly",
12
- "@remix-run/react": "nightly",
13
- "@remix-run/serve": "nightly",
+ "@remix-run/node": "^2.0.0-pre.8",
+ "@remix-run/react": "^2.0.0-pre.8",
+ "@remix-run/serve": "^2.0.0-pre.8",
14
"isbot": "^3.6.8",
15
"match-sorter": "^6.3.1",
16
"react": "^18.2.0",
@@ -19,8 +19,8 @@
19
"tiny-invariant": "^1.3.1"
20
21
"devDependencies": {
22
- "@remix-run/dev": "nightly",
23
- "@remix-run/eslint-config": "nightly",
+ "@remix-run/dev": "^2.0.0-pre.8",
+ "@remix-run/eslint-config": "^2.0.0-pre.8",
24
"@types/react": "^18.2.20",
25
"@types/react-dom": "^18.2.7",
26
"eslint": "^8.38.0",
0 commit comments