8000 docs: update dependencies and devDependencies · leehaejune/coreui-react@c214bf1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c214bf1

Browse files
committed
docs: update dependencies and devDependencies
1 parent f448f09 commit c214bf1

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

packages/coreui-react/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@coreui/react",
3+
"description": "UI Components Library for React.js",
34
"version": "4.0.0-rc.4",
45
"license": "MIT",
56
"main": "dist/index.js",
@@ -24,7 +25,7 @@
2425
"@popperjs/core": "^2.10.2",
2526
"@rollup/plugin-commonjs": "^21.0.0",
2627
"@rollup/plugin-node-resolve": "^13.0.5",
27-
"@rollup/plugin-typescript": "^8.2.5",
28+
"@rollup/plugin-typescript": "^8.3.0",
2829
"@testing-library/jest-dom": "^5.14.1",
2930
"@testing-library/react": "^12.1.2",
3031
"@types/react": "^17.0.30",
@@ -47,7 +48,7 @@
4748
"react-transition-group": "^4.4.2",
4849
"rollup": "^2.58.0",
4950
"rollup-plugin-peer-deps-external": "^2.2.4",
50-
"ts-jest": "^27.0.5",
51+
"ts-jest": "^27.0.7",
5152
"typescript": "^4.4.4"
5253
},
5354
"peerDependencies": {

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2872,10 +2872,10 @@
28722872
is-module "^1.0.0"
28732873
resolve "^1.19.0"
28742874

2875-
"@rollup/plugin-typescript@^8.2.5":
2876-
version "8.2.5"
2877-
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-8.2.5.tgz#e0319761b2b5105615e5a0c371ae05bc2984b7de"
2878-
integrity sha512-QL/LvDol/PAGB2O0S7/+q2HpSUNodpw7z6nGn9BfoVCPOZ0r4EALrojFU29Bkoi2Hr2jgTocTejJ5GGWZfOxbQ==
2875+
"@rollup/plugin-typescript@^8.3.0":
2876+
version "8.3.0"
2877+
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-8.3.0.tgz#bc1077fa5897b980fc27e376c4e377882c63e68b"
2878+
integrity sha512-I5FpSvLbtAdwJ+naznv+B4sjXZUcIvLLceYpITAn7wAP8W0wqc5noLdGIp9HGVntNhRWXctwPYrSSFQxtl0FPA==
28792879
dependencies:
28802880
"@rollup/pluginutils" "^3.1.0"
28812881
resolve "^1.17.0"
@@ -10658,7 +10658,7 @@ lodash.maxby@^4.6.0:
1065810658
resolved "https://registry.yarnpkg.com/lodash.maxby/-/lodash.maxby-4.6.0.tgz#082240068f3c7a227aa00a8380e4f38cf0786e3d"
1065910659
integrity sha1-CCJABo88eiJ6oAqDgOTzjPB4bj0=
1066010660

10661-
lodash.memoize@^4.1.2:
10661+
lodash.memoize@4.x, lodash.memoize@^4.1.2:
1066210662
version "4.1.2"
1066310663
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
1066410664
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
@@ -10718,7 +10718,7 @@ lodash.without@^4.4.0:
1071810718
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
1071910719
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
1072010720

10721-
lodash@4.17.21, lodash@4.x, lodash@^4.17.10, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0:
10721+
lodash@4.17.21, lodash@^4.17.10, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0:
1072210722
version "4.17.21"
1072310723
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1072410724
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -15457,16 +15457,16 @@ trough@^1.0.0:
1545715457
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf"
1545815458
integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==
1545915459

15460-
ts-jest@^27.0.5:
15461-
version "27.0.5"
15462-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.5.tgz#0b0604e2271167ec43c12a69770f0bb65ad1b750"
15463-
integrity sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==
15460+
ts-jest@^27.0.7:
15461+
version "27.0.7"
15462+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.7.tgz#fb7c8c8cb5526ab371bc1b23d06e745652cca2d0"
15463+
integrity sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==
1546415464
dependencies:
1546515465
bs-logger "0.x"
1546615466
fast-json-stable-stringify "2.x"
1546715467
jest-util "^27.0.0"
1546815468
json5 "2.x"
15469-
lodash "4.x"
15469+
lodash.memoize "4.x"
1547015470
make-error "1.x"
1547115471
semver "7.x"
1547215472
yargs-parser "20.x"

0 commit comments

Comments
 (0)
0