Skip to content

Commit d917e41

Browse files
chore(dependencies): update dependency @rollup/plugin-typescript to v11
1 parent ae17aa3 commit d917e41

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@rollup/plugin-commonjs": "^21.1.0",
1010
"@rollup/plugin-node-resolve": "^13.3.0",
1111
"@rollup/plugin-terser": "^0.4.0",
12-
"@rollup/plugin-typescript": "^8.5.0",
12+
"@rollup/plugin-typescript": "^11.1.6",
1313
"@tailwindcss/forms": "0.5.3",
1414
"@types/crypto-js": "^4.1.1",
1515
"@types/cypress": "^1.1.3",

yarn.lock

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -733,13 +733,13 @@
733733
smob "^0.0.6"
734734
terser "^5.15.1"
735735

736-
"@rollup/plugin-typescript@^8.5.0":
737-
version "8.5.0"
738-
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-8.5.0.tgz#7ea11599a15b0a30fa7ea69ce3b791d41b862515"
739-
integrity sha512-wMv1/scv0m/rXx21wD2IsBbJFba8wGF3ErJIr6IKRfRj49S85Lszbxb4DCo8iILpluTjk2GAAu9CoZt4G3ppgQ==
736+
"@rollup/plugin-typescript@^11.1.6":
737+
version "11.1.6"
738+
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz#724237d5ec12609ec01429f619d2a3e7d4d1b22b"
739+
integrity sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==
740740
dependencies:
741-
"@rollup/pluginutils" "^3.1.0"
742-
resolve "^1.17.0"
741+
"@rollup/pluginutils" "^5.1.0"
742+
resolve "^1.22.1"
743743

744744
"@rollup/pluginutils@^3.1.0":
745745
version "3.1.0"
@@ -750,6 +750,15 @@
750750
estree-walker "^1.0.1"
751751
picomatch "^2.2.2"
752752

753+
"@rollup/pluginutils@^5.1.0":
754+
version "5.3.0"
755+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.3.0.tgz#57ba1b0cbda8e7a3c597a4853c807b156e21a7b4"
756+
integrity sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==
757+
dependencies:
758+
"@types/estree" "^1.0.0"
759+
estree-walker "^2.0.2"
760+
picomatch "^4.0.2"
761+
753762
754763
version "7.42.0"
755764
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.42.0.tgz#3333a1b868e8e69b6fbc8e5a9e9281be49321ac7"
@@ -923,10 +932,10 @@
923932
dependencies:
924933
cypress "*"
925934

926-
"@types/estree@*":
927-
version "1.0.0"
928-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
929-
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
935+
"@types/estree@*", "@types/estree@^1.0.0":
936+
version "1.0.8"
937+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
938+
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
930939

931940
932941
version "0.0.39"
@@ -2285,7 +2294,7 @@ estree-walker@^1.0.1:
22852294
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
22862295
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
22872296

2288-
estree-walker@^2.0.1:
2297+
estree-walker@^2.0.1, estree-walker@^2.0.2:
22892298
version "2.0.2"
22902299
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
22912300
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
@@ -4065,6 +4074,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatc
40654074
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
40664075
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
40674076

4077+
picomatch@^4.0.2:
4078+
version "4.0.3"
4079+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
4080+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
4081+
40684082
pify@^2.2.0, pify@^2.3.0:
40694083
version "2.3.0"
40704084
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"

0 commit comments

Comments
 (0)