Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 7579589

Browse files
Update dependency @rollup/plugin-typescript to v12
1 parent fb25735 commit 7579589

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@js-lib/cli": "^1.6.0",
4545
"@rollup/plugin-node-resolve": "^15.0.2",
46-
"@rollup/plugin-typescript": "^11.1.1",
46+
"@rollup/plugin-typescript": "^12.0.0",
4747
"@typescript-eslint/eslint-plugin": "^5.50.0",
4848
"@typescript-eslint/parser": "^5.50.0",
4949
"babel-plugin-istanbul": "6.1.1",

yarn.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -518,12 +518,12 @@
518518
is-module "^1.0.0"
519519
resolve "^1.22.1"
520520

521-
"@rollup/plugin-typescript@^11.1.1":
522-
version "11.1.1"
523-
resolved "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.1.tgz#258663a7aa6b51390dd39ae6e5502f2c4b2807cb"
524-
integrity sha512-Ioir+x5Bejv72Lx2Zbz3/qGg7tvGbxQZALCLoJaGrkNXak/19+vKgKYJYM3i/fJxvsb23I9FuFQ8CUBEfsmBRg==
521+
"@rollup/plugin-typescript@^12.0.0":
522+
version "12.1.4"
523+
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.1.4.tgz#9a58433e8b13906198953d79faf3b16f67ee0424"
524+
integrity sha512-s5Hx+EtN60LMlDBvl5f04bEiFZmAepk27Q+mr85L/00zPDn1jtzlTV6FWn81MaIwqfWzKxmOJrBWHU6vtQyedQ==
525525
dependencies:
526-
"@rollup/pluginutils" "^5.0.1"
526+
"@rollup/pluginutils" "^5.1.0"
527527
resolve "^1.22.1"
528528

529529
"@rollup/pluginutils@^4.1.2":
@@ -543,6 +543,15 @@
543543
estree-walker "^2.0.2"
544544
picomatch "^2.3.1"
545545

546+
"@rollup/pluginutils@^5.1.0":
547+
version "5.2.0"
548+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.2.0.tgz#eac25ca5b0bdda4ba735ddaca5fbf26bd435f602"
549+
integrity sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==
550+
dependencies:
551+
"@types/estree" "^1.0.0"
552+
estree-walker "^2.0.2"
553+
picomatch "^4.0.2"
554+
546555
"@templatejs/parser@^2.4.0":
547556
version "2.4.0"
548557
resolved "https://registry.npmjs.org/@templatejs/parser/-/parser-2.4.0.tgz#7545e1079b38be6fb45817fcb3bfaec0c353c9f8"
@@ -2604,6 +2613,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1:
26042613
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
26052614
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
26062615

2616+
picomatch@^4.0.2:
2617+
version "4.0.3"
2618+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
2619+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
2620+
26072621
pkg-dir@^4.1.0:
26082622
version "4.2.0"
26092623
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"

0 commit comments

Comments
 (0)