Skip to content

Commit

Permalink
chore(remix-testing): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Dec 2, 2022
1 parent 8495bad commit 5cc3a08
Showing 1 changed file with 4 additions and 4 deletions.
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.7.6",
"version": "1.8.0",
"description": "Testing utilities for Remix apps",
"homepage": "https://remix.run",
"bugs": {
Expand All @@ -16,9 +16,9 @@
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"dependencies": {
"@remix-run/node": "1.7.6",
"@remix-run/react": "1.7.6",
"@remix-run/server-runtime": "1.7.6",
"@remix-run/node": "1.8.0",
"@remix-run/react": "1.8.0",
"@remix-run/server-runtime": "1.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 5cc3a08

Please sign in to comment.