Skip to content

Commit fb5d44f

Browse files
build(deps-dev): bump react-router from 6.2.2 to 6.30.2 in /eden/contrib
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.2.2 to 6.30.2. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 6.30.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4848227 commit fb5d44f

2 files changed

Lines changed: 17 additions & 5 deletions

File tree

eden/contrib/reviewstack.dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@graphql-codegen/typescript-operations": "^2.3.5",
4242
"graphql": "^16.8.1",
4343
"history": "^5.3.0",
44-
"react-router": "6.2.*",
44+
"react-router": "6.30.*",
4545
"react-router-dom": "6.2.*",
4646
"styled-components": "^5.3.5",
4747
"ts-loader": "^9.3.1"

eden/contrib/yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,6 +2137,11 @@
21372137
dependencies:
21382138
"@babel/runtime" "^7.6.2"
21392139

2140+
"@remix-run/[email protected]":
2141+
version "1.23.1"
2142+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.1.tgz#0ce8857b024e24fc427585316383ad9d295b3a7f"
2143+
integrity sha512-vDbaOzF7yT2Qs4vO6XV1MHcJv+3dgR1sT+l3B8xxOVhUC336prMvqrvsLL/9Dnw2xr6Qhz4J0dmS0llNAbnUmQ==
2144+
21402145
"@rollup/plugin-babel@^5.2.0":
21412146
version "5.3.1"
21422147
resolved "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz"
@@ -2557,9 +2562,9 @@
25572562
"@types/estree" "*"
25582563

25592564
"@types/eslint@*", "@types/eslint@^7.29.0 || ^8.4.1":
2560-
version "8.56.2"
2561-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.2.tgz#1c72a9b794aa26a8b94ad26d5b9aa51c8a6384bb"
2562-
integrity sha512-uQDwm1wFHmbBbCZCqAlq6Do9LYwByNZHWzXppSnay9SuwJ+VRbjkbLABer54kcPnMSlG6Fdiy2yaFXm/z9Z5gw==
2565+
version "8.4.1"
2566+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.1.tgz#c48251553e8759db9e656de3efc846954ac32304"
2567+
integrity sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA==
25632568
dependencies:
25642569
"@types/estree" "*"
25652570
"@types/json-schema" "*"
@@ -9090,13 +9095,20 @@ [email protected].*:
90909095
history "^5.2.0"
90919096
react-router "6.2.2"
90929097

9093-
9098+
90949099
version "6.2.2"
90959100
resolved "https://registry.npmjs.org/react-router/-/react-router-6.2.2.tgz"
90969101
integrity sha512-/MbxyLzd7Q7amp4gDOGaYvXwhEojkJD5BtExkuKmj39VEE0m3l/zipf6h2WIB2jyAO0lI6NGETh4RDcktRm4AQ==
90979102
dependencies:
90989103
history "^5.2.0"
90999104

9105+
9106+
version "6.30.2"
9107+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.2.tgz#c78a3b40f7011f49a373b1df89492e7d4ec12359"
9108+
integrity sha512-H2Bm38Zu1bm8KUE5NVWRMzuIyAV8p/JrOaBJAwVmp37AXG72+CZJlEBw6pdn9i5TBgLMhNDgijS4ZlblpHyWTA==
9109+
dependencies:
9110+
"@remix-run/router" "1.23.1"
9111+
91009112
91019113
version "5.0.1"
91029114
resolved "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz"

0 commit comments

Comments
 (0)