Skip to content

Commit 9b90198

Browse files
chore(deps): update devdependencies (non-major) (#1007)
Co-authored-by: Renovate Bot <[email protected]>
1 parent fd5e68a commit 9b90198

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@
4444
"babel-eslint": "10.1.0",
4545
"babel-plugin-add-module-exports": "1.0.4",
4646
"babel-plugin-dev-expression": "0.2.2",
47-
"concurrently": "6.2.1",
47+
"concurrently": "6.3.0",
4848
"eslint": "7.32.0",
4949
"eslint-config-prettier": "8.3.0",
5050
"eslint-plugin-import": "2.24.2",
51-
"eslint-plugin-react": "7.26.0",
51+
"eslint-plugin-react": "7.26.1",
5252
"husky": "5.2.0",
5353
"jest": "26.6.3",
5454
"jest-junit": "12.3.0",
5555
"lint-staged": "10.5.4",
5656
"prettier": "2.4.1",
5757
"prettier-package-json": "2.6.0",
5858
"rimraf": "3.0.2",
59-
"rollup": "2.57.0",
59+
"rollup": "2.58.0",
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: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2607,15 +2607,14 @@ [email protected]:
26072607
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
26082608
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
26092609

2610-
concurrently@6.2.1:
2611-
version "6.2.1"
2612-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.2.1.tgz#d880fc1d77559084732fa514092a3d5109a0d5bf"
2613-
integrity sha512-emgwhH+ezkuYKSHZQ+AkgEpoUZZlbpPVYCVv7YZx0r+T7fny1H03r2nYRebpi2DudHR4n1Rgbo2YTxKOxVJ4+g==
2610+
concurrently@6.3.0:
2611+
version "6.3.0"
2612+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.3.0.tgz#63128cb4a6ed54d3c0ed8528728590a5fe54582a"
2613+
integrity sha512-k4k1jQGHHKsfbqzkUszVf29qECBrkvBKkcPJEUDTyVR7tZd1G/JOfnst4g1sYbFvJ4UjHZisj1aWQR8yLKpGPw==
26142614
dependencies:
26152615
chalk "^4.1.0"
26162616
date-fns "^2.16.1"
26172617
lodash "^4.17.21"
2618-
read-pkg "^5.2.0"
26192618
rxjs "^6.6.3"
26202619
spawn-command "^0.0.2-1"
26212620
supports-color "^8.1.0"
@@ -3160,10 +3159,10 @@ [email protected]:
31603159
resolve "^1.20.0"
31613160
tsconfig-paths "^3.11.0"
31623161

3163-
3164-
version "7.26.0"
3165-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.0.tgz#3ae019a35d542b98e5af9e2f96b89c232c74b55b"
3166-
integrity sha512-dceliS5itjk4EZdQYtLMz6GulcsasguIs+VTXuiC7Q5IPIdGTkyfXVdmsQOqEhlD9MciofH4cMcT1bw1WWNxCQ==
3162+
3163+
version "7.26.1"
3164+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.1.tgz#41bcfe3e39e6a5ac040971c1af94437c80daa40e"
3165+
integrity sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==
31673166
dependencies:
31683167
array-includes "^3.1.3"
31693168
array.prototype.flatmap "^1.2.4"
@@ -6988,10 +6987,10 @@ rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
69886987
dependencies:
69896988
estree-walker "^0.6.1"
69906989

6991-
rollup@2.57.0:
6992-
version "2.57.0"
6993-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.57.0.tgz#c1694475eb22e1022477c0f4635fd0ac80713173"
6994-
integrity sha512-bKQIh1rWKofRee6mv8SrF2HdP6pea5QkwBZSMImJysFj39gQuiV8MEPBjXOCpzk3wSYp63M2v2wkWBmFC8O/rg==
6990+
rollup@2.58.0:
6991+
version "2.58.0"
6992+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.58.0.tgz#a643983365e7bf7f5b7c62a8331b983b7c4c67fb"
6993+
integrity sha512-NOXpusKnaRpbS7ZVSzcEXqxcLDOagN6iFS8p45RkoiMqPHDLwJm758UF05KlMoCRbLBTZsPOIa887gZJ1AiXvw==
69956994
optionalDependencies:
69966995
fsevents "~2.3.2"
69976996

0 commit comments

Comments
 (0)