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 e7e394d commit 30459cfCopy full SHA for 30459cf
example/package.json
@@ -8,16 +8,16 @@
8
"typecheck": "tsc"
9
},
10
"dependencies": {
11
- "@remix-run/node": "1.15.0-pre.3",
12
- "@remix-run/react": "1.15.0-pre.3",
13
- "@remix-run/serve": "1.15.0-pre.3",
+ "@remix-run/node": "^1.15.0",
+ "@remix-run/react": "^1.15.0",
+ "@remix-run/serve": "^1.15.0",
14
"isbot": "^3.6.7",
15
"react": "^18.2.0",
16
"react-dom": "^18.2.0"
17
18
"devDependencies": {
19
- "@remix-run/dev": "1.15.0-pre.3",
20
- "@remix-run/eslint-config": "1.15.0-pre.3",
+ "@remix-run/dev": "^1.15.0",
+ "@remix-run/eslint-config": "^1.15.0",
21
"@remix-run/v1-meta": "workspace:*",
22
"@remix-run/v1-route-convention": "workspace:*",
23
"@types/react": "^18.0.31",
0 commit comments