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 <[email protected]>
  • Loading branch information
mcansh committed Dec 6, 2022
1 parent d5fe33b commit 9f586f4
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion 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 Down
36 changes: 36 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2069,11 +2069,47 @@
"@changesets/types" "^5.0.0"
dotenv "^8.1.0"

"@remix-run/[email protected]":
version "1.8.0"
resolved "https://registry.npmjs.org/@remix-run/node/-/node-1.8.0.tgz#c6e9073ad81f4ad0e2d8dfad6086d2ca75b978ed"
integrity sha512-Iq4dP6sKHmVS6CG+Cfx+6ojEmSRHzkqQTNlmiie7iNa40OGQ7rnRSBDOxyEYjkifbsbxulTgDKVjSi+WJTg6dQ==
dependencies:
"@remix-run/server-runtime" "1.8.0"
"@remix-run/web-fetch" "^4.3.2"
"@remix-run/web-file" "^3.0.2"
"@remix-run/web-stream" "^1.0.3"
"@web3-storage/multipart-parser" "^1.0.0"
abort-controller "^3.0.0"
cookie-signature "^1.1.0"
source-map-support "^0.5.21"
stream-slice "^0.1.2"

"@remix-run/[email protected]":
version "1.8.0"
resolved "https://registry.npmjs.org/@remix-run/react/-/react-1.8.0.tgz#2565634ce14b1579a5d64c626f3c0e39f092fed4"
integrity sha512-R6RWXrnhIVCTX3ftG44ZiSas/JK6THNj4eusZ4PUWKcae+wz5mxzFVmiW4z6ayxHE0scUSmQWh2jG6WSlhhelg==
dependencies:
history "^5.3.0"
react-router-dom "6.3.0"

"@remix-run/[email protected]":
version "1.0.4"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.0.4.tgz#cbfbec6735711e7c2fc93b9b40adf70ef5a39990"
integrity sha512-gTL8H5USTAKOyVA4xczzDJnC3HMssdFa3tRlwBicXynx9XfiXwneHnYQogwSKpdCkjXISrEKSTtX62rLpNEVQg==

"@remix-run/[email protected]":
version "1.8.0"
resolved "https://registry.npmjs.org/@remix-run/server-runtime/-/server-runtime-1.8.0.tgz#f039694aed645f9a92dacc38943ab5a1287e519b"
integrity sha512-ChhOneBGTj1Ax7OtKdqCBNpFrsaX+7gVnEXRvlHGZA0xXYjpVuyNQRnI/VqFOuQ5s3BzK2F3e+bo9+pTssT23w==
dependencies:
"@remix-run/router" "1.0.4"
"@types/cookie" "^0.4.0"
"@web3-storage/multipart-parser" "^1.0.0"
cookie "^0.4.1"
react-router-dom "6.3.0"
set-cookie-parser "^2.4.8"
source-map "^0.7.3"

"@remix-run/web-blob@^3.0.3", "@remix-run/web-blob@^3.0.4":
version "3.0.4"
resolved "https://registry.npmjs.org/@remix-run/web-blob/-/web-blob-3.0.4.tgz"
Expand Down

0 comments on commit 9f586f4

Please sign in to comment.