Skip to content

Commit

Permalink
chore: use experimental
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Nov 4, 2022
1 parent 196f7ad commit 76d710f
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 6 deletions.
7 changes: 6 additions & 1 deletion packages/remix-testing/index.ts
@@ -1 +1,6 @@
export * from "./create-remix-stub";
export { createRemixStub } from "./create-remix-stub";
export type {
MockIndexRouteObject,
MockNonIndexRouteObject,
MockRouteObject,
} from "./create-remix-stub";
9 changes: 5 additions & 4 deletions packages/remix-testing/package.json
Expand Up @@ -16,14 +16,15 @@
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"dependencies": {
"@remix-run/react": "1.7.4",
"@remix-run/server-runtime": "1.7.4",
"@remix-run/react": "v0.0.0-experimental-96f235c51",
"@remix-run/router": "^1.0.3",
"@remix-run/server-runtime": "v0.0.0-experimental-96f235c51",
"history": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3"
},
"devDependencies": {
"@remix-run/router": "1.0.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
Expand Down
37 changes: 36 additions & 1 deletion yarn.lock
Expand Up @@ -2481,11 +2481,31 @@
"@changesets/types" "^5.0.0"
dotenv "^8.1.0"

"@remix-run/router@1.0.3":
"@remix-run/react@v0.0.0-experimental-96f235c51":
version "0.0.0-experimental-96f235c51"
resolved "https://registry.npmjs.org/@remix-run/react/-/react-0.0.0-experimental-96f235c51.tgz#c307813896ac51fcc799cd055aa78a745a1cb251"
integrity sha512-fEtkxXx2IjG1pC3hkVx/9JXKUg8aZjgsrKIjtC15+MVzaTXkuzrKIpQ/R2zQ5tYzM0wGKpLERWnnyxKCTbQtMw==
dependencies:
history "^5.3.0"
react-router-dom "6.3.0"

"@remix-run/router@1.0.3", "@remix-run/router@^1.0.3":
version "1.0.3"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.0.3.tgz#953b88c20ea00d0eddaffdc1b115c08474aa295d"
integrity sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==

"@remix-run/server-runtime@v0.0.0-experimental-96f235c51":
version "0.0.0-experimental-96f235c51"
resolved "https://registry.npmjs.org/@remix-run/server-runtime/-/server-runtime-0.0.0-experimental-96f235c51.tgz#c64ade2328941e3c97b52764d20cb71c6dc8d89d"
integrity sha512-prWk73oXmoyqK1k1hZj5KMFZJxGH8W6N+ZjdJerUPC0vSki0CJgBJD3rlLwa4bdJtgLLkKe1mx2kBhSOfHohEA==
dependencies:
"@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 Expand Up @@ -11029,13 +11049,28 @@ react-router-dom@6.3.0:
history "^5.2.0"
react-router "6.3.0"

react-router-dom@^6.4.3:
version "6.4.3"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.4.3.tgz#70093b5f65f85f1df9e5d4182eb7ff3a08299275"
integrity sha512-MiaYQU8CwVCaOfJdYvt84KQNjT78VF0TJrA17SIQgNHRvLnXDJO6qsFqq8F/zzB1BWZjCFIrQpu4QxcshitziQ==
dependencies:
"@remix-run/router" "1.0.3"
react-router "6.4.3"

react-router@6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
dependencies:
history "^5.2.0"

react-router@6.4.3:
version "6.4.3"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.4.3.tgz#9ed3ee4d6e95889e9b075a5d63e29acc7def0d49"
integrity sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA==
dependencies:
"@remix-run/router" "1.0.3"

react@^18.2.0:
version "18.2.0"
resolved "https://registry.npmjs.org/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
Expand Down

0 comments on commit 76d710f

Please sign in to comment.