Skip to content

Commit 93609dd

Browse files
committed
release: v4.0.2
1 parent 2b825a2 commit 93609dd

File tree

9 files changed

+93
-63
lines changed

9 files changed

+93
-63
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
Several quick start options are available:
4545

46-
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.0.1.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.0.2.zip)
4747
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
4848
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
4949
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "4.0.1"
7+
"version": "4.0.2"
88
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"test:update": "jest --coverage --updateSnapshot"
1616
},
1717
"devDependencies": {
18-
"@typescript-eslint/eslint-plugin": "^5.3.0",
19-
"@typescript-eslint/parser": "^5.3.0",
18+
"@typescript-eslint/eslint-plugin": "^5.3.1",
19+
"@typescript-eslint/parser": "^5.3.1",
2020
"eslint": "8.2.0",
2121
"eslint-config-prettier": "^8.3.0",
2222
"eslint-plugin-prettier": "^4.0.0",
23-
"eslint-plugin-react": "^7.26.1",
24-
"eslint-plugin-react-hooks": "^4.2.0",
23+
"eslint-plugin-react": "^7.27.0",
24+
"eslint-plugin-react-hooks": "^4.3.0",
2525
"jest": "^27.3.1",
2626
"jest-canvas-mock": "^2.3.1",
2727
"lerna": "^4.0.0",

packages/coreui-react-chartjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"classnames": "^2.3.1",
5252
"lodash": "^4.17.21",
5353
"prop-types": "^15.7.2",
54-
"rollup": "^2.59.0",
54+
"rollup": "^2.60.0",
5555
"rollup-plugin-peer-deps-external": "^2.2.4",
5656
"typescript": "^4.4.4"
5757
},

packages/coreui-react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
Several quick start options are available:
4545

46-
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.0.1.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.0.2.zip)
4747
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
4848
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
4949
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`

packages/coreui-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "UI Components Library for React.js",
55
"keywords": [
66
"react",
@@ -50,7 +50,7 @@
5050
"react-dom": "^17.0.2",
5151
"react-popper": "^2.2.5",
5252
"react-transition-group": "^4.4.2",
53-
"rollup": "^2.59.0",
53+
"rollup": "^2.60.0",
5454
"rollup-plugin-peer-deps-external": "^2.2.4",
5555
"typescript": "^4.4.4"
5656
},

packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react-docs",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"private": true,
55
"description": "",
66
"homepage": "https://coreui.io/react/",

packages/docs/src/components/Header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { FC } from 'react'
22
import GitHubButton from 'react-github-btn'
33

44
import CIcon from '@coreui/icons-react'
5-
import { cibDiscourse, cibGithub, cibTwitter, cilCloudDownload, cilMenu } from '@coreui/icons'
5+
import { cibGithub, cibTwitter, cilCloudDownload, cilMenu } from '@coreui/icons'
66
import {
77
CAlert,
88
CButton,

yarn.lock

+81-51
Original file line numberDiff line numberDiff line change
@@ -3480,13 +3480,13 @@
34803480
semver "^7.3.5"
34813481
tsutils "^3.21.0"
34823482

3483-
"@typescript-eslint/eslint-plugin@^5.3.0":
3484-
version "5.3.0"
3485-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.3.0.tgz#a55ae72d28ffeb6badd817fe4566c9cced1f5e29"
3486-
integrity sha512-ARUEJHJrq85aaiCqez7SANeahDsJTD3AEua34EoQN9pHS6S5Bq9emcIaGGySt/4X2zSi+vF5hAH52sEen7IO7g==
3483+
"@typescript-eslint/eslint-plugin@^5.3.1":
3484+
version "5.3.1"
3485+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.3.1.tgz#d8ff412f10f54f6364e7fd7c1e70eb6767f434c3"
3486+
integrity sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==
34873487
dependencies:
3488-
"@typescript-eslint/experimental-utils" "5.3.0"
3489-
"@typescript-eslint/scope-manager" "5.3.0"
3488+
"@typescript-eslint/experimental-utils" "5.3.1"
3489+
"@typescript-eslint/scope-manager" "5.3.1"
34903490
debug "^4.3.2"
34913491
functional-red-black-tree "^1.0.1"
34923492
ignore "^5.1.8"
@@ -3506,15 +3506,15 @@
35063506
eslint-scope "^5.1.1"
35073507
eslint-utils "^3.0.0"
35083508

3509-
"@typescript-eslint/experimental-utils@5.3.0":
3510-
version "5.3.0"
3511-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.0.tgz#ee56b4957547ed2b0fc7451205e41502e664f546"
3512-
integrity sha512-NFVxYTjKj69qB0FM+piah1x3G/63WB8vCBMnlnEHUsiLzXSTWb9FmFn36FD9Zb4APKBLY3xRArOGSMQkuzTF1w==
3509+
"@typescript-eslint/experimental-utils@5.3.1":
3510+
version "5.3.1"
3511+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.1.tgz#bbd8f9b67b4d5fdcb9d2f90297d8fcda22561e05"
3512+
integrity sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==
35133513
dependencies:
35143514
"@types/json-schema" "^7.0.9"
3515-
"@typescript-eslint/scope-manager" "5.3.0"
3516-
"@typescript-eslint/types" "5.3.0"
3517-
"@typescript-eslint/typescript-estree" "5.3.0"
3515+
"@typescript-eslint/scope-manager" "5.3.1"
3516+
"@typescript-eslint/types" "5.3.1"
3517+
"@typescript-eslint/typescript-estree" "5.3.1"
35183518
eslint-scope "^5.1.1"
35193519
eslint-utils "^3.0.0"
35203520

@@ -3528,14 +3528,14 @@
35283528
"@typescript-eslint/typescript-estree" "4.33.0"
35293529
debug "^4.3.1"
35303530

3531-
"@typescript-eslint/parser@^5.3.0":
3532-
version "5.3.0"
3533-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.3.0.tgz#7879f15e26d370ed3f653fb7dd06479531ed3ab9"
3534-
integrity sha512-rKu/yAReip7ovx8UwOAszJVO5MgBquo8WjIQcp1gx4pYQCwYzag+I5nVNHO4MqyMkAo0gWt2gWUi+36gWAVKcw==
3531+
"@typescript-eslint/parser@^5.3.1":
3532+
version "5.3.1"
3533+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.3.1.tgz#8ff1977c3d3200c217b3e4628d43ef92f89e5261"
3534+
integrity sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==
35353535
dependencies:
3536-
"@typescript-eslint/scope-manager" "5.3.0"
3537-
"@typescript-eslint/types" "5.3.0"
3538-
"@typescript-eslint/typescript-estree" "5.3.0"
3536+
"@typescript-eslint/scope-manager" "5.3.1"
3537+
"@typescript-eslint/types" "5.3.1"
3538+
"@typescript-eslint/typescript-estree" "5.3.1"
35393539
debug "^4.3.2"
35403540

35413541
"@typescript-eslint/scope-manager@4.33.0":
@@ -3546,23 +3546,23 @@
35463546
"@typescript-eslint/types" "4.33.0"
35473547
"@typescript-eslint/visitor-keys" "4.33.0"
35483548

3549-
"@typescript-eslint/scope-manager@5.3.0":
3550-
version "5.3.0"
3551-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.3.0.tgz#97d0ccc7c9158e89e202d5e24ce6ba49052d432e"
3552-
integrity sha512-22Uic9oRlTsPppy5Tcwfj+QET5RWEnZ5414Prby465XxQrQFZ6nnm5KnXgnsAJefG4hEgMnaxTB3kNEyjdjj6A==
3549+
"@typescript-eslint/scope-manager@5.3.1":
3550+
version "5.3.1"
3551+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.3.1.tgz#3cfbfbcf5488fb2a9a6fbbe97963ee1e8d419269"
3552+
integrity sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==
35533553
dependencies:
3554-
"@typescript-eslint/types" "5.3.0"
3555-
"@typescript-eslint/visitor-keys" "5.3.0"
3554+
"@typescript-eslint/types" "5.3.1"
3555+
"@typescript-eslint/visitor-keys" "5.3.1"
35563556

35573557
"@typescript-eslint/types@4.33.0":
35583558
version "4.33.0"
35593559
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
35603560
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
35613561

3562-
"@typescript-eslint/types@5.3.0":
3563-
version "5.3.0"
3564-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.3.0.tgz#af29fd53867c2df0028c57c36a655bd7e9e05416"
3565-
integrity sha512-fce5pG41/w8O6ahQEhXmMV+xuh4+GayzqEogN24EK+vECA3I6pUwKuLi5QbXO721EMitpQne5VKXofPonYlAQg==
3562+
"@typescript-eslint/types@5.3.1":
3563+
version "5.3.1"
3564+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.3.1.tgz#afaa715b69ebfcfde3af8b0403bf27527912f9b7"
3565+
integrity sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==
35663566

35673567
"@typescript-eslint/typescript-estree@4.33.0":
35683568
version "4.33.0"
@@ -3577,13 +3577,13 @@
35773577
semver "^7.3.5"
35783578
tsutils "^3.21.0"
35793579

3580-
"@typescript-eslint/typescript-estree@5.3.0":
3581-
version "5.3.0"
3582-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.0.tgz#4f68ddd46dc2983182402d2ab21fb44ad94988cf"
3583-
integrity sha512-FJ0nqcaUOpn/6Z4Jwbtf+o0valjBLkqc3MWkMvrhA2TvzFXtcclIM8F4MBEmYa2kgcI8EZeSAzwoSrIC8JYkug==
3580+
"@typescript-eslint/typescript-estree@5.3.1":
3581+
version "5.3.1"
3582+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.1.tgz#50cc4bfb93dc31bc75e08ae52e29fcb786d606ec"
3583+
integrity sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==
35843584
dependencies:
3585-
"@typescript-eslint/types" "5.3.0"
3586-
"@typescript-eslint/visitor-keys" "5.3.0"
3585+
"@typescript-eslint/types" "5.3.1"
3586+
"@typescript-eslint/visitor-keys" "5.3.1"
35873587
debug "^4.3.2"
35883588
globby "^11.0.4"
35893589
is-glob "^4.0.3"
@@ -3598,12 +3598,12 @@
35983598
"@typescript-eslint/types" "4.33.0"
35993599
eslint-visitor-keys "^2.0.0"
36003600

3601-
"@typescript-eslint/visitor-keys@5.3.0":
3602-
version "5.3.0"
3603-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.0.tgz#a6258790f3b7b2547f70ed8d4a1e0c3499994523"
3604-
integrity sha512-oVIAfIQuq0x2TFDNLVavUn548WL+7hdhxYn+9j3YdJJXB7mH9dAmZNJsPDa7Jc+B9WGqoiex7GUDbyMxV0a/aw==
3601+
"@typescript-eslint/visitor-keys@5.3.1":
3602+
version "5.3.1"
3603+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.1.tgz#c2860ff22939352db4f3806f34b21d8ad00588ba"
3604+
integrity sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==
36053605
dependencies:
3606-
"@typescript-eslint/types" "5.3.0"
3606+
"@typescript-eslint/types" "5.3.1"
36073607
eslint-visitor-keys "^3.0.0"
36083608

36093609
"@vercel/webpack-asset-relocator-loader@^1.6.0":
@@ -4099,7 +4099,7 @@ array.prototype.flat@^1.2.5:
40994099
define-properties "^1.1.3"
41004100
es-abstract "^1.19.0"
41014101

4102-
array.prototype.flatmap@^1.2.4:
4102+
array.prototype.flatmap@^1.2.4, array.prototype.flatmap@^1.2.5:
41034103
version "1.2.5"
41044104
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
41054105
integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
@@ -6777,7 +6777,12 @@ eslint-plugin-react-hooks@^4.2.0:
67776777
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
67786778
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
67796779

6780-
eslint-plugin-react@^7.25.1, eslint-plugin-react@^7.26.1:
6780+
eslint-plugin-react-hooks@^4.3.0:
6781+
version "4.3.0"
6782+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
6783+
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
6784+
6785+
eslint-plugin-react@^7.25.1:
67816786
version "7.26.1"
67826787
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.1.tgz#41bcfe3e39e6a5ac040971c1af94437c80daa40e"
67836788
integrity sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==
@@ -6797,6 +6802,26 @@ eslint-plugin-react@^7.25.1, eslint-plugin-react@^7.26.1:
67976802
semver "^6.3.0"
67986803
string.prototype.matchall "^4.0.5"
67996804

6805+
eslint-plugin-react@^7.27.0:
6806+
version "7.27.0"
6807+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.27.0.tgz#f952c76517a3915b81c7788b220b2b4c96703124"
6808+
integrity sha512-0Ut+CkzpppgFtoIhdzi2LpdpxxBvgFf99eFqWxJnUrO7mMe0eOiNpou6rvNYeVVV6lWZvTah0BFne7k5xHjARg==
6809+
dependencies:
6810+
array-includes "^3.1.4"
6811+
array.prototype.flatmap "^1.2.5"
6812+
doctrine "^2.1.0"
6813+
estraverse "^5.3.0"
6814+
jsx-ast-utils "^2.4.1 || ^3.0.0"
6815+
minimatch "^3.0.4"
6816+
object.entries "^1.1.5"
6817+
object.fromentries "^2.0.5"
6818+
object.hasown "^1.1.0"
6819+
object.values "^1.1.5"
6820+
prop-types "^15.7.2"
6821+
resolve "^2.0.0-next.3"
6822+
semver "^6.3.0"
6823+
string.prototype.matchall "^4.0.6"
6824+
68006825
eslint-scope@5.1.1, eslint-scope@^5.1.1:
68016826
version "5.1.1"
68026827
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
@@ -6991,6 +7016,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
69917016
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
69927017
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
69937018

7019+
estraverse@^5.3.0:
7020+
version "5.3.0"
7021+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
7022+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
7023+
69947024
estree-util-is-identifier-name@^1.0.0:
69957025
version "1.1.0"
69967026
resolved "https://registry.yarnpkg.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-1.1.0.tgz#2e3488ea06d9ea2face116058864f6370b37456d"
@@ -12116,7 +12146,7 @@ object.assign@^4.1.0, object.assign@^4.1.2:
1211612146
has-symbols "^1.0.1"
1211712147
object-keys "^1.1.1"
1211812148

12119-
object.entries@^1.1.4:
12149+
object.entries@^1.1.4, object.entries@^1.1.5:
1212012150
version "1.1.5"
1212112151
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
1212212152
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
@@ -12125,7 +12155,7 @@ object.entries@^1.1.4:
1212512155
define-properties "^1.1.3"
1212612156
es-abstract "^1.19.1"
1212712157

12128-
object.fromentries@^2.0.4:
12158+
object.fromentries@^2.0.4, object.fromentries@^2.0.5:
1212912159
version "2.0.5"
1213012160
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
1213112161
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
@@ -12143,7 +12173,7 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0
1214312173
define-properties "^1.1.3"
1214412174
es-abstract "^1.19.1"
1214512175

12146-
object.hasown@^1.0.0:
12176+
object.hasown@^1.0.0, object.hasown@^1.1.0:
1214712177
version "1.1.0"
1214812178
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
1214912179
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
@@ -14176,10 +14206,10 @@ rollup-plugin-peer-deps-external@^2.2.4:
1417614206
resolved "https://registry.yarnpkg.com/rollup-plugin-peer-deps-external/-/rollup-plugin-peer-deps-external-2.2.4.tgz#8a420bbfd6dccc30aeb68c9bf57011f2f109570d"
1417714207
integrity sha512-AWdukIM1+k5JDdAqV/Cxd+nejvno2FVLVeZ74NKggm3Q5s9cbbcOgUPGdbxPi4BXu7xGaZ8HG12F+thImYu/0g==
1417814208

14179-
rollup@^2.59.0:
14180-
version "2.59.0"
14181-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.59.0.tgz#108c61b0fa0a37ebc8d1f164f281622056f0db59"
14182-
integrity sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==
14209+
rollup@^2.60.0:
14210+
version "2.60.0"
14211+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.60.0.tgz#4ee60ab7bdd0356763f87d7099f413e5460fc193"
14212+
integrity sha512-cHdv9GWd58v58rdseC8e8XIaPUo8a9cgZpnCMMDGZFDZKEODOiPPEQFXLriWr/TjXzhPPmG5bkAztPsOARIcGQ==
1418314213
optionalDependencies:
1418414214
fsevents "~2.3.2"
1418514215

@@ -14945,7 +14975,7 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2
1494514975
is-fullwidth-code-point "^3.0.0"
1494614976
strip-ansi "^6.0.1"
1494714977

14948-
string.prototype.matchall@^4.0.5:
14978+
string.prototype.matchall@^4.0.5, string.prototype.matchall@^4.0.6:
1494914979
version "4.0.6"
1495014980
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
1495114981
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==

0 commit comments

Comments
 (0)