Skip to content

Commit 85313e4

Browse files
renovate-botrenovate[bot]
authored andcommittedMar 28, 2022
chore(deps): update all non-major dependencies
1 parent 058a8b9 commit 85313e4

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@microsoft/api-extractor": "7.19.5",
3737
"@rollup/plugin-alias": "^3.1.9",
38-
"@rollup/plugin-commonjs": "^21.0.2",
38+
"@rollup/plugin-commonjs": "^21.0.3",
3939
"@rollup/plugin-node-resolve": "^13.1.3",
4040
"@rollup/plugin-replace": "^3.1.0",
4141
"@size-limit/preset-small-lib": "^6.0.4",
@@ -48,12 +48,12 @@
4848
"jest": "^26.6.3",
4949
"lint-staged": "^12.3.7",
5050
"pascalcase": "^1.0.0",
51-
"prettier": "^2.6.0",
51+
"prettier": "^2.6.1",
5252
"rollup": "^2.70.1",
5353
"rollup-plugin-terser": "^7.0.2",
5454
"rollup-plugin-typescript2": "^0.31.2",
5555
"size-limit": "^6.0.4",
56-
"typescript": "^4.6.2",
56+
"typescript": "^4.6.3",
5757
"vue": "^3.2.31",
5858
"yorkie": "^2.0.0"
5959
},

‎yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -575,10 +575,10 @@
575575
dependencies:
576576
slash "^3.0.0"
577577

578-
"@rollup/plugin-commonjs@^21.0.2":
579-
version "21.0.2"
580-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.2.tgz#0b9c539aa1837c94abfaf87945838b0fc8564891"
581-
integrity sha512-d/OmjaLVO4j/aQX69bwpWPpbvI3TJkQuxoAk7BH8ew1PyoMBLTOuvJTjzG8oEoW7drIIqB0KCJtfFLu/2GClWg==
578+
"@rollup/plugin-commonjs@^21.0.3":
579+
version "21.0.3"
580+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.3.tgz#287896c64926ef3d7f0013708dcdcc1223576ef0"
581+
integrity sha512-ThGfwyvcLc6cfP/MWxA5ACF+LZCvsuhUq7V5134Az1oQWsiC7lNpLT4mJI86WQunK7BYmpUiHmMk2Op6OAHs0g==
582582
dependencies:
583583
"@rollup/pluginutils" "^3.1.0"
584584
commondir "^1.0.1"
@@ -5161,10 +5161,10 @@ prelude-ls@~1.1.2:
51615161
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
51625162
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
51635163

5164-
prettier@^2.6.0:
5165-
version "2.6.0"
5166-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.0.tgz#12f8f504c4d8ddb76475f441337542fa799207d4"
5167-
integrity sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==
5164+
prettier@^2.6.1:
5165+
version "2.6.1"
5166+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17"
5167+
integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==
51685168

51695169
pretty-format@^26.0.0, pretty-format@^26.6.2:
51705170
version "26.6.2"
@@ -6258,10 +6258,10 @@ typedarray-to-buffer@^3.1.5:
62586258
dependencies:
62596259
is-typedarray "^1.0.0"
62606260

6261-
typescript@^4.6.2:
6262-
version "4.6.2"
6263-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
6264-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
6261+
typescript@^4.6.3:
6262+
version "4.6.3"
6263+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
6264+
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
62656265

62666266
typescript@~4.5.2:
62676267
version "4.5.3"

0 commit comments

Comments
 (0)
Please sign in to comment.