Skip to content

Commit

Permalink
chore: add @remix-run/testing to changesets
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Dec 6, 2022
1 parent d5fe33b commit 34592f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@remix-run/react",
"@remix-run/serve",
"@remix-run/server-runtime",
"@remix-run/testing",
"@remix-run/vercel"
]
],
Expand Down
8 changes: 4 additions & 4 deletions packages/remix-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/testing",
"version": "1.8.0",
"version": "1.8.1",
"description": "Testing utilities for Remix apps",
"homepage": "https://remix.run",
"bugs": {
Expand All @@ -16,10 +16,10 @@
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"dependencies": {
"@remix-run/node": "1.8.0",
"@remix-run/react": "1.8.0",
"@remix-run/node": "1.8.1",
"@remix-run/react": "1.8.1",
"@remix-run/router": "1.0.4",
"@remix-run/server-runtime": "1.8.0",
"@remix-run/server-runtime": "1.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 34592f4

Please sign in to comment.