Skip to content

Commit

Permalink
Merge pull request #2178 from caiocampos/dependabot/npm_and_yarn/reac…
Browse files Browse the repository at this point in the history
…t-router-dom-7.3.0

chore(deps): bump react-router-dom from 7.2.0 to 7.3.0
  • Loading branch information
caiocampos authored Mar 7, 2025
2 parents 89d6152 + 7217e07 commit 5badf76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"mobx-react-lite": "^4.1",
"react": "^19.0",
"react-dom": "^19.0",
"react-router-dom": "^7.2"
"react-router-dom": "^7.3"
},
"devDependencies": {
"@eslint/js": "^9.21",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2123,17 +2123,17 @@ react-is@^18.2.0:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==

react-router-dom@^7.2:
version "7.2.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.2.0.tgz#b8a7eae7827cd5207cf91e89807d01217737797d"
integrity sha512-cU7lTxETGtQRQbafJubvZKHEn5izNABxZhBY0Jlzdv0gqQhCPQt2J8aN5ZPjS6mQOXn5NnirWNh+FpE8TTYN0Q==
react-router-dom@^7.3:
version "7.3.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.3.0.tgz#170e569b7536ffd71ff16016cb0f4458d1f23d83"
integrity sha512-z7Q5FTiHGgQfEurX/FBinkOXhWREJIAB2RiU24lvcBa82PxUpwqvs/PAXb9lJyPjTs2jrl6UkLvCZVGJPeNuuQ==
dependencies:
react-router "7.2.0"
react-router "7.3.0"

react-router@7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.2.0.tgz#a8f2729d39f634a7a870d14dd906a1b406f39d6f"
integrity sha512-fXyqzPgCPZbqhrk7k3hPcCpYIlQ2ugIXDboHUzhJISFVy2DEPsmHgN588MyGmkIOv3jDgNfUE3kJi83L28s/LQ==
react-router@7.3.0:
version "7.3.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.3.0.tgz#14fb630f088d919386e97f91199a2bc4abcdd85d"
integrity sha512-466f2W7HIWaNXTKM5nHTqNxLrHTyXybm7R0eBlVSt0k/u55tTCDO194OIx/NrYD4TS5SXKTNekXfT37kMKUjgw==
dependencies:
"@types/cookie" "^0.6.0"
cookie "^1.0.1"
Expand Down

0 comments on commit 5badf76

Please sign in to comment.