Skip to content

Commit cb3104e

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

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"babel-plugin-add-module-exports": "1.0.4",
4646
"babel-plugin-dev-expression": "0.2.2",
4747
"concurrently": "6.2.0",
48-
"eslint": "7.30.0",
48+
"eslint": "7.31.0",
4949
"eslint-config-prettier": "8.3.0",
5050
"eslint-plugin-import": "2.23.4",
5151
"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.53.0",
59+
"rollup": "2.53.2",
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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -950,10 +950,10 @@
950950
exec-sh "^0.3.2"
951951
minimist "^1.2.0"
952952

953-
"@eslint/eslintrc@^0.4.2":
954-
version "0.4.2"
955-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
956-
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
953+
"@eslint/eslintrc@^0.4.3":
954+
version "0.4.3"
955+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
956+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
957957
dependencies:
958958
ajv "^6.12.4"
959959
debug "^4.1.1"
@@ -3192,13 +3192,13 @@ eslint-visitor-keys@^2.0.0:
31923192
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
31933193
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
31943194

3195-
eslint@7.30.0:
3196-
version "7.30.0"
3197-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
3198-
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
3195+
eslint@7.31.0:
3196+
version "7.31.0"
3197+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.31.0.tgz#f972b539424bf2604907a970860732c5d99d3aca"
3198+
integrity sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==
31993199
dependencies:
32003200
"@babel/code-frame" "7.12.11"
3201-
"@eslint/eslintrc" "^0.4.2"
3201+
"@eslint/eslintrc" "^0.4.3"
32023202
"@humanwhocodes/config-array" "^0.5.0"
32033203
ajv "^6.10.0"
32043204
chalk "^4.0.0"
@@ -6890,10 +6890,10 @@ rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
68906890
dependencies:
68916891
estree-walker "^0.6.1"
68926892

6893-
6894-
version "2.53.0"
6895-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.53.0.tgz#5b6bc7820a03f361d2ae3dcabdc99d269a754709"
6896-
integrity sha512-spgrY78Toh+m0+zaOoeaayJKuzFuWy6o1PdFIBMVwRcuxT0xCOX9A5rChyKe+2ruL4lePKWUMImS4mMW1QAkmQ==
6893+
6894+
version "2.53.2"
6895+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.53.2.tgz#3279f9bfba1fe446585560802e418c5fbcaefa51"
6896+
integrity sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w==
68976897
optionalDependencies:
68986898
fsevents "~2.3.2"
68996899

0 commit comments

Comments
 (0)