Skip to content

Commit

Permalink
Pin react-router-dom instead of resolutions (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Jan 9, 2023
1 parent 4a7a0f5 commit 0bc2e20
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,5 @@
"engines": {
"npm": "please-use-yarn",
"node": ">=16.17"
},
"resolutions": {
"react-router-dom": "~6.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"react-hook-form": "^7.41.5",
"react-inspector": "^5.1.1",
"react-is": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-router-dom": "~6.3.0",
"react-split-pane": "^0.1.92",
"remark-gfm": "^3.0.1",
"serialize-javascript": "^6.0.0",
Expand Down
28 changes: 18 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2565,10 +2565,10 @@
resolved "https://registry.yarnpkg.com/@prisma/prisma-fmt-wasm/-/prisma-fmt-wasm-4.8.0-62.351fb726ff78e50c7d6db6331d66d4db0e378c53.tgz#5d583c72506c9bcf3b01c905461b85ed2f59d33a"
integrity sha512-OISxCNdlZ02u2NwQt99pQqpW+8elKaV0HNszJ6QVEZJZJNjnTmYIjSWycVWt+Ul3m1V0DWY4OEKCxwjpqwnjcQ==

"@remix-run/router@1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.0.4.tgz#cbfbec6735711e7c2fc93b9b40adf70ef5a39990"
integrity sha512-gTL8H5USTAKOyVA4xczzDJnC3HMssdFa3tRlwBicXynx9XfiXwneHnYQogwSKpdCkjXISrEKSTtX62rLpNEVQg==
"@remix-run/router@1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.2.1.tgz#812edd4104a15a493dda1ccac0b352270d7a188c"
integrity sha512-XiY0IsyHR+DXYS5vBxpoBe/8veTeoRpMHP+vDosLZxL5bnpetzI0igkxkLZS235ldLzyfkxF+2divEwWHP3vMQ==

"@rollup/plugin-sucrase@4.0.4":
version "4.0.4"
Expand Down Expand Up @@ -11113,7 +11113,15 @@ react-markdown@^8.0.4:
unist-util-visit "^4.0.0"
vfile "^5.0.0"

react-router-dom@^6.3.0, react-router-dom@^6.4.4, react-router-dom@~6.3.0:
react-router-dom@^6.4.4:
version "6.6.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.6.1.tgz#1b96ec0b2cefa7319f1251383ea5b41295ee260d"
integrity sha512-u+8BKUtelStKbZD5UcY0NY90WOzktrkJJhyhNg7L0APn9t1qJNLowzrM9CHdpB6+rcPt6qQrlkIXsTvhuXP68g==
dependencies:
"@remix-run/router" "1.2.1"
react-router "6.6.1"

react-router-dom@~6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.3.0.tgz#a0216da813454e521905b5fa55e0e5176123f43d"
integrity sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==
Expand All @@ -11128,12 +11136,12 @@ react-router@6.3.0:
dependencies:
history "^5.2.0"

react-router@^6.4.4:
version "6.4.4"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.4.tgz#8e7794f55ccc7050cb03937c87ff3720ce9f8b60"
integrity sha512-SA6tSrUCRfuLWeYsTJDuriRqfFIsrSvuH7SqAJHegx9ZgxadE119rU8oOX/rG5FYEthpdEaEljdjDlnBxvfr+Q==
react-router@6.6.1, react-router@^6.4.4:
version "6.6.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.6.1.tgz#17de6cf285f2d1c9721a3afca999c984e5558854"
integrity sha512-YkvlYRusnI/IN0kDtosUCgxqHeulN5je+ew8W+iA1VvFhf86kA+JEI/X/8NqYcr11hCDDp906S+SGMpBheNeYQ==
dependencies:
"@remix-run/router" "1.0.4"
"@remix-run/router" "1.2.1"

react-runner@^1.0.3:
version "1.0.3"
Expand Down

0 comments on commit 0bc2e20

Please sign in to comment.