Skip to content

Commit

Permalink
Merge branch 'dev' into brophdawg11/resource-route-boundary-only
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence authored Aug 14, 2023
2 parents 2e6a57e + 6a22dc9 commit 96245e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/remix-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"devDependencies": {
"@remix-run/serve": "1.19.3",
"@types/cacache": "^15.0.0",
"@types/cacache": "^17.0.0",
"@types/gunzip-maybe": "^1.4.0",
"@types/jsesc": "^3.0.1",
"@types/lodash.debounce": "^4.0.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2340,10 +2340,10 @@
"@types/connect" "*"
"@types/node" "*"

"@types/cacache@^15.0.0":
version "15.0.1"
resolved "https://registry.npmjs.org/@types/cacache/-/cacache-15.0.1.tgz"
integrity sha512-JhL2GFJuHMx4RMg4z0XfXB4ZkKdyiOaOLpjoYMXcyKfrkF3IBXNZBj6/Peo9zX/7PPHyfI63NWVD589cI2YTzg==
"@types/cacache@^17.0.0":
version "17.0.0"
resolved "https://registry.npmjs.org/@types/cacache/-/cacache-17.0.0.tgz#6e3badad0e7e7e674f3479d55bca83db4d683f91"
integrity sha512-4BfoYFzkHdmINTyUIX9MSbKUkntVPR082FRnNc+5KlvvebrcxWWhfP3MRQ28QgfFncP3fTKCuemDYJqFjmWEAA==
dependencies:
"@types/node" "*"

Expand Down

0 comments on commit 96245e1

Please sign in to comment.