Skip to content

Commit ad5091d

Browse files
chore(deps): update devdependencies (non-major) (#1011)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a384ad1 commit ad5091d

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"babel-plugin-add-module-exports": "1.0.4",
4747
"babel-plugin-dev-expression": "0.2.2",
4848
"concurrently": "6.2.0",
49-
"eslint": "7.29.0",
49+
"eslint": "7.30.0",
5050
"eslint-config-prettier": "8.3.0",
5151
"eslint-plugin-import": "2.23.4",
5252
"eslint-plugin-react": "7.24.0",
@@ -56,7 +56,7 @@
5656
"prettier": "2.3.2",
5757
"prettier-package-json": "2.6.0",
5858
"rimraf": "3.0.2",
59-
"rollup": "2.52.4",
59+
"rollup": "2.52.7",
6060
"rollup-plugin-babel": "4.4.0",
6161
"rollup-plugin-commonjs": "10.1.0",
6262
"rollup-plugin-node-resolve": "5.2.0",

yarn.lock

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,20 @@
938938
minimatch "^3.0.4"
939939
strip-json-comments "^3.1.1"
940940

941+
"@humanwhocodes/config-array@^0.5.0":
942+
version "0.5.0"
943+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
944+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
945+
dependencies:
946+
"@humanwhocodes/object-schema" "^1.2.0"
947+
debug "^4.1.1"
948+
minimatch "^3.0.4"
949+
950+
"@humanwhocodes/object-schema@^1.2.0":
951+
version "1.2.0"
952+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
953+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
954+
941955
"@nicolo-ribaudo/[email protected]":
942956
version "2.1.8-no-fsevents.2"
943957
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.2.tgz#e324c0a247a5567192dd7180647709d7e2faf94b"
@@ -2631,13 +2645,14 @@ eslint-visitor-keys@^2.0.0:
26312645
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
26322646
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
26332647

2634-
eslint@7.29.0:
2635-
version "7.29.0"
2636-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
2637-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
2648+
eslint@7.30.0:
2649+
version "7.30.0"
2650+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
2651+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
26382652
dependencies:
26392653
"@babel/code-frame" "7.12.11"
26402654
"@eslint/eslintrc" "^0.4.2"
2655+
"@humanwhocodes/config-array" "^0.5.0"
26412656
ajv "^6.10.0"
26422657
chalk "^4.0.0"
26432658
cross-spawn "^7.0.2"
@@ -5632,10 +5647,10 @@ rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
56325647
dependencies:
56335648
estree-walker "^0.6.1"
56345649

5635-
5636-
version "2.52.4"
5637-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.52.4.tgz#0150247d54fb2f21be4915b898f8764389fea292"
5638-
integrity sha512-AXgUxxWXyGfsj8GKleR1k8KsG8G+7ZZDRU9RZb9PnLGSyTqI/1qf/+QSp1hRaR40j4yfBCKXs5khtGKiFwihfg==
5650+
5651+
version "2.52.7"
5652+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.52.7.tgz#e15a8bf734f6e4c204b7cdf33521151310250cb2"
5653+
integrity sha512-55cSH4CCU6MaPr9TAOyrIC+7qFCHscL7tkNsm1MBfIJRRqRbCEY0mmeFn4Wg8FKsHtEH8r389Fz38r/o+kgXLg==
56395654
optionalDependencies:
56405655
fsevents "~2.3.2"
56415656

0 commit comments

Comments
 (0)