Skip to content

Commit 3562eca

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 864bb4d commit 3562eca

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"keywords": [],
3434
"license": "MIT",
3535
"devDependencies": {
36-
"@microsoft/api-extractor": "7.29.0",
36+
"@microsoft/api-extractor": "7.29.2",
3737
"@rollup/plugin-alias": "^3.1.9",
3838
"@rollup/plugin-commonjs": "^21.1.0",
3939
"@rollup/plugin-node-resolve": "^13.3.0",
@@ -49,10 +49,10 @@
4949
"lint-staged": "^13.0.3",
5050
"pascalcase": "^1.0.0",
5151
"prettier": "^2.7.1",
52-
"rollup": "^2.77.2",
52+
"rollup": "^2.78.0",
5353
"rollup-plugin-terser": "^7.0.2",
5454
"rollup-plugin-typescript2": "^0.32.1",
55-
"size-limit": "^8.0.0",
55+
"size-limit": "^8.0.1",
5656
"typescript": "^4.7.4",
5757
"vue": "^3.2.37",
5858
"yorkie": "^2.0.0"

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -514,10 +514,10 @@
514514
"@microsoft/tsdoc-config" "~0.16.1"
515515
"@rushstack/node-core-library" "3.50.1"
516516

517-
"@microsoft/[email protected].0":
518-
version "7.29.0"
519-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.29.0.tgz#be3cfdf42538a51bbbdc314a35ddca208378377a"
520-
integrity sha512-tGU5DiwQ7/gN9Chi7cuAdspTuVY8hNcq5hBtvwAvb1H85tbiIHuqgoneHI60rkqlud7szkHJLiCkv75kQ0JLjw==
517+
"@microsoft/[email protected].2":
518+
version "7.29.2"
519+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.29.2.tgz#a7174297ac9e1acc3a08f87ccc2b8d05cfdebe02"
520+
integrity sha512-MwT/Xi1DperfrBO+SU3f/xKdyR6bMvk59/WN6w7g1rHmDBMegan3Ya6npMo+abJAgQOtp6uExY/elHXcYE/Ofw==
521521
dependencies:
522522
"@microsoft/api-extractor-model" "7.23.0"
523523
"@microsoft/tsdoc" "0.14.1"
@@ -5436,10 +5436,10 @@ rollup-plugin-typescript2@^0.32.1:
54365436
resolve "^1.20.0"
54375437
tslib "^2.4.0"
54385438

5439-
rollup@^2.77.2:
5440-
version "2.77.2"
5441-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.2.tgz#6b6075c55f9cc2040a5912e6e062151e42e2c4e3"
5442-
integrity sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==
5439+
rollup@^2.78.0:
5440+
version "2.78.0"
5441+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.78.0.tgz#00995deae70c0f712ea79ad904d5f6b033209d9e"
5442+
integrity sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg==
54435443
optionalDependencies:
54445444
fsevents "~2.3.2"
54455445

@@ -5605,10 +5605,10 @@ sisteransi@^1.0.5:
56055605
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
56065606
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
56075607

5608-
size-limit@^8.0.0:
5609-
version "8.0.0"
5610-
resolved "https://registry.yarnpkg.com/size-limit/-/size-limit-8.0.0.tgz#2a357ac0fa9531dd94e43ae94b2f0eea97068ecd"
5611-
integrity sha512-344dzCZZiTz+N0WS801SNG/qd8MCa6dzJhsj8gLQg4JlmddwUdi/Ol0HfliEVL7jgtOz8fNgDeB2+14xwalvVA==
5608+
size-limit@^8.0.1:
5609+
version "8.0.1"
5610+
resolved "https://registry.yarnpkg.com/size-limit/-/size-limit-8.0.1.tgz#4c89666e93fe38c893e4b03b7d1131ca78108e94"
5611+
integrity sha512-VHrozqkQTYfcv1OlZIRIL0x6f+xhZ3TT+RTXC5AvKn/yA+3PIWERrKWqHMJPD7G/Vi0SuBtWAn3IvCGx2/UB1g==
56125612
dependencies:
56135613
bytes-iec "^3.1.1"
56145614
chokidar "^3.5.3"

0 commit comments

Comments
 (0)