Skip to content

Commit f348c9e

Browse files
committed
chore: update build ready for release
2 parents ccf279a + c2eb8f8 commit f348c9e

File tree

2 files changed

+7
-82
lines changed

2 files changed

+7
-82
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"rollup": "^2.74.1",
4848
"rollup-plugin-serve": "^1.1.0",
4949
"rollup-plugin-terser": "^7.0.2",
50-
"rollup-plugin-typescript2": "^0.31.2"
50+
"rollup-plugin-typescript2": "^0.32.1"
5151
},
5252
"dependencies": {
5353
"@formatjs/icu-messageformat-parser": "^2.1.2",

yarn.lock

Lines changed: 6 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,15 +1708,6 @@
17081708
resolved "https://registry.yarnpkg.com/@webcomponents/webcomponentsjs/-/webcomponentsjs-2.6.0.tgz#7d1674c40bddf0c6dd974c44ffd34512fe7274ff"
17091709
integrity sha512-Moog+Smx3ORTbWwuPqoclr+uvfLnciVd6wdCaVscHPrxbmQ/IJKm3wbB7hpzJtXWjAq2l/6QMlO85aZiOdtv5Q==
17101710

1711-
"@yarn-tool/resolve-package@^1.0.40":
1712-
version "1.0.47"
1713-
resolved "https://registry.yarnpkg.com/@yarn-tool/resolve-package/-/resolve-package-1.0.47.tgz#8ec25f291a316280a281632331e88926a66fdf19"
1714-
integrity sha512-Zaw58gQxjQceJqhqybJi1oUDaORT8i2GTgwICPs8v/X/Pkx35FXQba69ldHVg5pQZ6YLKpROXgyHvBaCJOFXiA==
1715-
dependencies:
1716-
pkg-dir "< 6 >= 5"
1717-
tslib "^2"
1718-
upath2 "^3.1.13"
1719-
17201711
abbrev@1, abbrev@~1.1.1:
17211712
version "1.1.1"
17221713
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -3012,14 +3003,6 @@ find-up@^4.0.0:
30123003
locate-path "^5.0.0"
30133004
path-exists "^4.0.0"
30143005

3015-
find-up@^5.0.0:
3016-
version "5.0.0"
3017-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
3018-
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
3019-
dependencies:
3020-
locate-path "^6.0.0"
3021-
path-exists "^4.0.0"
3022-
30233006
findup-sync@^4.0.0:
30243007
version "4.0.0"
30253008
resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-4.0.0.tgz#956c9cdde804052b881b428512905c4a5f2cdef0"
@@ -3808,13 +3791,6 @@ locate-path@^5.0.0:
38083791
dependencies:
38093792
p-locate "^4.1.0"
38103793

3811-
locate-path@^6.0.0:
3812-
version "6.0.0"
3813-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
3814-
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
3815-
dependencies:
3816-
p-locate "^5.0.0"
3817-
38183794
lodash.debounce@^4.0.8:
38193795
version "4.0.8"
38203796
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -4381,27 +4357,13 @@ p-limit@^2.2.0:
43814357
dependencies:
43824358
p-try "^2.0.0"
43834359

4384-
p-limit@^3.0.2:
4385-
version "3.1.0"
4386-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
4387-
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
4388-
dependencies:
4389-
yocto-queue "^0.1.0"
4390-
43914360
p-locate@^4.1.0:
43924361
version "4.1.0"
43934362
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
43944363
integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
43954364
dependencies:
43964365
p-limit "^2.2.0"
43974366

4398-
p-locate@^5.0.0:
4399-
version "5.0.0"
4400-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
4401-
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
4402-
dependencies:
4403-
p-limit "^3.0.2"
4404-
44054367
p-map@^4.0.0:
44064368
version "4.0.0"
44074369
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
@@ -4482,13 +4444,6 @@ path-is-absolute@^1.0.0:
44824444
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
44834445
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
44844446

4485-
path-is-network-drive@^1.0.15:
4486-
version "1.0.15"
4487-
resolved "https://registry.yarnpkg.com/path-is-network-drive/-/path-is-network-drive-1.0.15.tgz#305630eebb2c1324c2a94f098a99213bbe7eb4a3"
4488-
integrity sha512-bJGs1SxUne+q29P1xCLMkNBhMetku+vPN+yVQu8FGL/7diHesCSSIKoF4Wq42tcbwm7rK72XrGfK8FUXN00LLQ==
4489-
dependencies:
4490-
tslib "^2"
4491-
44924447
path-key@^3.1.0:
44934448
version "3.1.1"
44944449
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -4499,13 +4454,6 @@ path-parse@^1.0.7:
44994454
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
45004455
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
45014456

4502-
path-strip-sep@^1.0.12:
4503-
version "1.0.12"
4504-
resolved "https://registry.yarnpkg.com/path-strip-sep/-/path-strip-sep-1.0.12.tgz#e395568764c3a21eb7e879d7573a6eb4619e8bcf"
4505-
integrity sha512-EJZSC5WBjVlA9XHLCiluiyisYg6yzeMJ4nY3BQVCuedyEHA/I2crcHWdwuQ74h3V599U9nEbEZUTvvSxOK3vbQ==
4506-
dependencies:
4507-
tslib "^2"
4508-
45094457
path-type@^4.0.0:
45104458
version "4.0.0"
45114459
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -4526,13 +4474,6 @@ pify@^4.0.1:
45264474
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
45274475
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
45284476

4529-
"pkg-dir@< 6 >= 5":
4530-
version "5.0.0"
4531-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-5.0.0.tgz#a02d6aebe6ba133a928f74aec20bafdfe6b8e760"
4532-
integrity sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==
4533-
dependencies:
4534-
find-up "^5.0.0"
4535-
45364477
pkg-dir@^4.1.0:
45374478
version "4.2.0"
45384479
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -4810,17 +4751,16 @@ rollup-plugin-terser@^7.0.2:
48104751
serialize-javascript "^4.0.0"
48114752
terser "^5.0.0"
48124753

4813-
rollup-plugin-typescript2@^0.31.2:
4814-
version "0.31.2"
4815-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.31.2.tgz#463aa713a7e2bf85b92860094b9f7fb274c5a4d8"
4816-
integrity sha512-hRwEYR1C8xDGVVMFJQdEVnNAeWRvpaY97g5mp3IeLnzhNXzSVq78Ye/BJ9PAaUfN4DXa/uDnqerifMOaMFY54Q==
4754+
rollup-plugin-typescript2@^0.32.1:
4755+
version "0.32.1"
4756+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.32.1.tgz#470ded8e1965efac02043cc0ef4a7fa36bed83b9"
4757+
integrity sha512-RanO8bp1WbeMv0bVlgcbsFNCn+Y3rX7wF97SQLDxf0fMLsg0B/QFF005t4AsGUcDgF3aKJHoqt4JF2xVaABeKw==
48174758
dependencies:
48184759
"@rollup/pluginutils" "^4.1.2"
4819-
"@yarn-tool/resolve-package" "^1.0.40"
48204760
find-cache-dir "^3.3.2"
48214761
fs-extra "^10.0.0"
48224762
resolve "^1.20.0"
4823-
tslib "^2.3.1"
4763+
tslib "^2.4.0"
48244764

48254765
rollup@^2.7.6, rollup@^2.74.1:
48264766
version "2.75.6"
@@ -5210,7 +5150,7 @@ ts-node@^10.8.0:
52105150
v8-compile-cache-lib "^3.0.1"
52115151
yn "3.1.1"
52125152

5213-
[email protected], tslib@^2, tslib@^2.0.1, tslib@^2.1.0, tslib@^2.3.1:
5153+
[email protected], tslib@^2.0.1, tslib@^2.1.0, tslib@^2.4.0:
52145154
version "2.4.0"
52155155
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
52165156
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
@@ -5296,16 +5236,6 @@ universalify@^2.0.0:
52965236
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
52975237
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
52985238

5299-
upath2@^3.1.13:
5300-
version "3.1.13"
5301-
resolved "https://registry.yarnpkg.com/upath2/-/upath2-3.1.13.tgz#18dd1b99789e51d76a0124490e9020e66e0c3aa4"
5302-
integrity sha512-M88uBoqgzrkXvXrF/+oSIPsTmL21uRwGhPVJKODrl+3lXkQ5NPKrTYuSBZVa+lgPGFoI6qYyHlSKACFHO0AoNw==
5303-
dependencies:
5304-
"@types/node" "*"
5305-
path-is-network-drive "^1.0.15"
5306-
path-strip-sep "^1.0.12"
5307-
tslib "^2"
5308-
53095239
uri-js@^4.2.2:
53105240
version "4.4.1"
53115241
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
@@ -5408,8 +5338,3 @@ [email protected]:
54085338
version "3.1.1"
54095339
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
54105340
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
5411-
5412-
yocto-queue@^0.1.0:
5413-
version "0.1.0"
5414-
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
5415-
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

0 commit comments

Comments
 (0)