Skip to content

Commit 9ff3061

Browse files
authored
Merge branch 'master' into depfu/update/yarn/cross-env-10.0.0
2 parents ee3e09a + 53ed5df commit 9ff3061

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"babel-loader": "~10.0.0",
7070
"cross-env": "~10.0.0",
7171
"css-loader": "~7.1.2",
72-
"eslint": "~9.30.1",
72+
"eslint": "~9.32.0",
7373
"eslint-config-vkbansal": "~5.2.1",
7474
"eslint-import-resolver-webpack": "~0.13.10",
7575
"eslint-plugin-import": "~2.32.0",
@@ -86,7 +86,7 @@
8686
"prop-types": "~15.8.1",
8787
"react": "~19.1.0",
8888
"react-dom": "~19.1.0",
89-
"react-router-dom": "~7.6.3",
89+
"react-router-dom": "~7.7.1",
9090
"rimraf": "~5.0.10",
9191
"style-loader": "~4.0.0",
9292
"webpack": "5.100.2",

yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,10 +1098,10 @@
10981098
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.0.tgz#3e09a90dfb87e0005c7694791e58e97077271286"
10991099
integrity sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==
11001100

1101-
"@eslint/core@^0.14.0":
1102-
version "0.14.0"
1103-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
1104-
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
1101+
"@eslint/core@^0.15.0", "@eslint/core@^0.15.1":
1102+
version "0.15.1"
1103+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60"
1104+
integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==
11051105
dependencies:
11061106
"@types/json-schema" "^7.0.15"
11071107

@@ -1120,22 +1120,22 @@
11201120
minimatch "^3.1.2"
11211121
strip-json-comments "^3.1.1"
11221122

1123-
"@eslint/js@9.30.1":
1124-
version "9.30.1"
1125-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.1.tgz#ebe9dd52a38345784c486300175a28c6013c088d"
1126-
integrity sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==
1123+
"@eslint/js@9.32.0":
1124+
version "9.32.0"
1125+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
1126+
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
11271127

11281128
"@eslint/object-schema@^2.1.6":
11291129
version "2.1.6"
11301130
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
11311131
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
11321132

1133-
"@eslint/plugin-kit@^0.3.1":
1134-
version "0.3.1"
1135-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz#b71b037b2d4d68396df04a8c35a49481e5593067"
1136-
integrity sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==
1133+
"@eslint/plugin-kit@^0.3.4":
1134+
version "0.3.4"
1135+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
1136+
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
11371137
dependencies:
1138-
"@eslint/core" "^0.14.0"
1138+
"@eslint/core" "^0.15.1"
11391139
levn "^0.4.1"
11401140

11411141
"@humanfs/core@^0.19.1":
@@ -3521,19 +3521,19 @@ eslint-visitor-keys@^4.2.1:
35213521
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
35223522
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
35233523

3524-
eslint@~9.30.1:
3525-
version "9.30.1"
3526-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.30.1.tgz#d4107b39964412acd9b5c0744f1c6df514fa1211"
3527-
integrity sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==
3524+
eslint@~9.32.0:
3525+
version "9.32.0"
3526+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.32.0.tgz#4ea28df4a8dbc454e1251e0f3aed4bcf4ce50a47"
3527+
integrity sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==
35283528
dependencies:
35293529
"@eslint-community/eslint-utils" "^4.2.0"
35303530
"@eslint-community/regexpp" "^4.12.1"
35313531
"@eslint/config-array" "^0.21.0"
35323532
"@eslint/config-helpers" "^0.3.0"
3533-
"@eslint/core" "^0.14.0"
3533+
"@eslint/core" "^0.15.0"
35343534
"@eslint/eslintrc" "^3.3.1"
3535-
"@eslint/js" "9.30.1"
3536-
"@eslint/plugin-kit" "^0.3.1"
3535+
"@eslint/js" "9.32.0"
3536+
"@eslint/plugin-kit" "^0.3.4"
35373537
"@humanfs/node" "^0.16.6"
35383538
"@humanwhocodes/module-importer" "^1.0.1"
35393539
"@humanwhocodes/retry" "^0.4.2"
@@ -5869,17 +5869,17 @@ react-is@^18.3.1:
58695869
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
58705870
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
58715871

5872-
react-router-dom@~7.6.3:
5873-
version "7.6.3"
5874-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.6.3.tgz#45686e71bb958cf80dd93ca3abf4111feb4edd35"
5875-
integrity sha512-DiWJm9qdUAmiJrVWaeJdu4TKu13+iB/8IEi0EW/XgaHCjW/vWGrwzup0GVvaMteuZjKnh5bEvJP/K0MDnzawHw==
5872+
react-router-dom@~7.7.1:
5873+
version "7.7.1"
5874+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.7.1.tgz#456d1053dda5e1c1328a2b6b2359f6a1c47072fc"
5875+
integrity sha512-bavdk2BA5r3MYalGKZ01u8PGuDBloQmzpBZVhDLrOOv1N943Wq6dcM9GhB3x8b7AbqPMEezauv4PeGkAJfy7FQ==
58765876
dependencies:
5877-
react-router "7.6.3"
5877+
react-router "7.7.1"
58785878

5879-
react-router@7.6.3:
5880-
version "7.6.3"
5881-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.6.3.tgz#7a4ea5b479b66d2c49a8f000812b2319b4d0a6da"
5882-
integrity sha512-zf45LZp5skDC6I3jDLXQUu0u26jtuP4lEGbc7BbdyxenBN1vJSTA18czM2D+h5qyMBuMrD+9uB+mU37HIoKGRA==
5879+
react-router@7.7.1:
5880+
version "7.7.1"
5881+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.7.1.tgz#c12ebbad162da655951dd79325f205f7238d609e"
5882+
integrity sha512-jVKHXoWRIsD/qS6lvGveckwb862EekvapdHJN/cGmzw40KnJH5gg53ujOJ4qX6EKIK9LSBfFed/xiQ5yeXNrUA==
58835883
dependencies:
58845884
cookie "^1.0.1"
58855885
set-cookie-parser "^2.6.0"

0 commit comments

Comments
 (0)