Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 6fd5875

Browse files
authored
Merge pull request #2726 from teamleadercrm/dependabot/npm_and_yarn/next-release/eslint-plugin-react-7.33.0
chore(deps-dev): bump eslint-plugin-react from 7.32.0 to 7.33.0
2 parents b99ee5b + 5a270dc commit 6fd5875

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

src/components/datepicker/MonthPicker.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const MonthPickerSplit: GenericComponent<MonthPickerProps> = ({ date, locale, lo
140140
menuWidth="168px"
141141
/>
142142
<NumericInput
143-
value={`${yearInput}`}
143+
value={yearInput}
144144
className={theme['month-picker-field']}
145145
onChange={handleChangeYear}
146146
onBlur={handleYearBlur}

yarn.lock

+5-14
Original file line numberDiff line numberDiff line change
@@ -6762,9 +6762,9 @@ eslint-plugin-react-hooks@^4.6.0:
67626762
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
67636763

67646764
eslint-plugin-react@^7.30.1:
6765-
version "7.32.0"
6766-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz#d80f794a638c5770f952ba2ae793f0a516be7c09"
6767-
integrity sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==
6765+
version "7.33.0"
6766+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.0.tgz#6c356fb0862fec2cd1b04426c669ea746e9b6eb3"
6767+
integrity sha512-qewL/8P34WkY8jAqdQxsiL82pDUeT7nhs8IsuXgfgnsEloKCT4miAV9N9kGtx7/KM9NH/NCGUE7Edt9iGxLXFw==
67686768
dependencies:
67696769
array-includes "^3.1.6"
67706770
array.prototype.flatmap "^1.3.1"
@@ -6779,7 +6779,7 @@ eslint-plugin-react@^7.30.1:
67796779
object.values "^1.1.6"
67806780
prop-types "^15.8.1"
67816781
resolve "^2.0.0-next.4"
6782-
semver "^6.3.0"
6782+
semver "^6.3.1"
67836783
string.prototype.matchall "^4.0.8"
67846784

67856785
eslint-plugin-standard@^5.0.0:
@@ -12359,7 +12359,7 @@ resolve.exports@^2.0.0:
1235912359
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.0.tgz#c1a0028c2d166ec2fbf7d0644584927e76e7400e"
1236012360
integrity sha512-6K/gDlqgQscOlg9fSRpWstA8sYe8rbELsSTNpx+3kTrsVCzvSl0zIvRErM7fdl9ERWDsKnrLnwB+Ne89918XOg==
1236112361

12362-
resolve@^1.1.6:
12362+
resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.1:
1236312363
version "1.22.2"
1236412364
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f"
1236512365
integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==
@@ -12368,15 +12368,6 @@ resolve@^1.1.6:
1236812368
path-parse "^1.0.7"
1236912369
supports-preserve-symlinks-flag "^1.0.0"
1237012370

12371-
resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.1:
12372-
version "1.22.1"
12373-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
12374-
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
12375-
dependencies:
12376-
is-core-module "^2.9.0"
12377-
path-parse "^1.0.7"
12378-
supports-preserve-symlinks-flag "^1.0.0"
12379-
1238012371
resolve@^2.0.0-next.4:
1238112372
version "2.0.0-next.4"
1238212373
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660"

0 commit comments

Comments
 (0)