Skip to content

Commit cd8c14c

Browse files
chore(deps): update all non-major dependencies
1 parent 0c365fd commit cd8c14c

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"resolve.exports": "^1.1.0",
4040
"rollup": "^2.75.6",
4141
"rollup-plugin-generate-package-json": "^3.2.0",
42-
"rollup-plugin-typescript2": "^0.32.1",
42+
"rollup-plugin-typescript2": "^0.33.0",
4343
"tslib": "^2.0.0",
4444
"tsup": "^5.11.6",
4545
"yargs": "^17.5.1",
@@ -64,7 +64,7 @@
6464
"@types/lodash.get": "4.4.7",
6565
"@types/minimatch": "3.0.5",
6666
"@types/mkdirp": "1.0.2",
67-
"@types/node": "16.11.49",
67+
"@types/node": "16.11.50",
6868
"@types/yargs": "15.0.14",
6969
"execa": "5.1.1",
7070
"jest": "28.1.3",

yarn.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -991,10 +991,10 @@
991991
dependencies:
992992
"@types/node" "*"
993993

994-
"@types/node@*", "@types/[email protected].49":
995-
version "16.11.49"
996-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.49.tgz#560b1ea774b61e19a89c3fc72d2dcaa3863f38b2"
997-
integrity sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==
994+
"@types/node@*", "@types/[email protected].50":
995+
version "16.11.50"
996+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.50.tgz#525c91f5555bd48b698a1c2b422d9d3b84d07e80"
997+
integrity sha512-JKSl7y+w1aaEd+2B1Y6HlMvrHUFDDzL7W3faUT9ZsJ0JhT7ijPPVS24XMhHlNVd76M23mogO7ipuqPjdNrPqxQ==
998998

999999
"@types/node@^12.7.1":
10001000
version "12.20.54"
@@ -3419,15 +3419,14 @@ rollup-plugin-generate-package-json@^3.2.0:
34193419
read-pkg "^5.2.0"
34203420
write-pkg "^4.0.0"
34213421

3422-
rollup-plugin-typescript2@^0.32.1:
3423-
version "0.32.1"
3424-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.32.1.tgz#470ded8e1965efac02043cc0ef4a7fa36bed83b9"
3425-
integrity sha512-RanO8bp1WbeMv0bVlgcbsFNCn+Y3rX7wF97SQLDxf0fMLsg0B/QFF005t4AsGUcDgF3aKJHoqt4JF2xVaABeKw==
3422+
rollup-plugin-typescript2@^0.33.0:
3423+
version "0.33.0"
3424+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.33.0.tgz#2bb943f83e9d3a4c61a19aed5bee5bcff28d16a3"
3425+
integrity sha512-7ZXoZeX93kNb4/ICzOi2AlperVV6cAsNz8THqrbz+KNvpn47P2F/nFdK/BGhkoOsOwuYDuY57vccdZZrcd8/dA==
34263426
dependencies:
34273427
"@rollup/pluginutils" "^4.1.2"
34283428
find-cache-dir "^3.3.2"
34293429
fs-extra "^10.0.0"
3430-
resolve "^1.20.0"
34313430
tslib "^2.4.0"
34323431

34333432
rollup@^2.60.0, rollup@^2.75.6:

0 commit comments

Comments
 (0)