Skip to content

Commit

Permalink
bump devDependencies for 1.15 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Mar 31, 2023
1 parent 30459cf commit e54e8c4
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 43 deletions.
6 changes: 6 additions & 0 deletions .changeset/quiet-bobcats-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@remix-run/v1-route-convention": patch
"@remix-run/v1-meta": patch
---

Bump `devDependencies` for stable Remix release
4 changes: 2 additions & 2 deletions packages/v1-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"dependencies": {},
"devDependencies": {
"@remix-run/react": "1.15.0-pre.3",
"@remix-run/server-runtime": "1.15.0-pre.3",
"@remix-run/react": "^1.15.0",
"@remix-run/server-runtime": "^1.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/v1-route-convention/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"minimatch": "^7.4.3"
},
"devDependencies": {
"@remix-run/dev": "1.15.0-pre.3"
"@remix-run/dev": "^1.15.0"
},
"peerDependencies": {
"@remix-run/dev": "^1.15.0"
Expand Down
80 changes: 40 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e54e8c4

Please sign in to comment.