Skip to content

Commit c56ef2a

Browse files
Bump @trigen/scripts-plugin-typescript from 5.5.0 to 6.0.0 (#455)
Bumps [@trigen/scripts-plugin-typescript](https://github.com/TrigenSoftware/scripts) from 5.5.0 to 6.0.0. - [Release notes](https://github.com/TrigenSoftware/scripts/releases) - [Changelog](https://github.com/TrigenSoftware/scripts/blob/master/CHANGELOG.md) - [Commits](TrigenSoftware/scripts@v5.5.0...v6.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 5215547 commit c56ef2a

File tree

2 files changed

+11
-22
lines changed

2 files changed

+11
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@trigen/scripts-plugin-jest": "^6.1.1",
5353
"@trigen/scripts-plugin-rollup": "^6.0.0",
5454
"@trigen/scripts-plugin-size-limit": "^6.0.0",
55-
"@trigen/scripts-plugin-typescript": "^5.1.0",
55+
"@trigen/scripts-plugin-typescript": "^6.0.0",
5656
"@trigen/scripts-preset-lib": "^6.0.0",
5757
"browserslist-useragent": "^3.0.0",
5858
"del-cli": "^3.0.0",

yarn.lock

+10-21
Original file line numberDiff line numberDiff line change
@@ -1471,19 +1471,19 @@
14711471
"@trigen/scripts" "^6.0.0"
14721472
size-limit "^4.1.1"
14731473

1474-
"@trigen/scripts-plugin-typescript@^5.1.0":
1475-
version "5.5.0"
1476-
resolved "https://registry.yarnpkg.com/@trigen/scripts-plugin-typescript/-/scripts-plugin-typescript-5.5.0.tgz#d83402d22c01babe8f63f03d66ada36a62c4a42c"
1477-
integrity sha512-sjrxkabDrAKcpjrnsyC1gnncemhE7iJ5QOYMTdZyHpijKU6PXbV53hxjXvnIGKiVZFUFElZl9PHw6q93VFHaVg==
1474+
"@trigen/scripts-plugin-typescript@^6.0.0":
1475+
version "6.0.0"
1476+
resolved "https://registry.yarnpkg.com/@trigen/scripts-plugin-typescript/-/scripts-plugin-typescript-6.0.0.tgz#503baa437bbbb91a58425875e5bce927c76fd3b6"
1477+
integrity sha512-Y/FURcoe9lruz0h6RFyTsHdeVgYteGepu/1H60yL83KQScoEYNngZnka4Y46Ya+mVk2D0enFblLx2oRgmR2pAA==
14781478
dependencies:
14791479
"@babel/runtime-corejs3" "^7.9.6"
1480-
"@trigen/scripts" "^5.5.0"
1480+
"@trigen/scripts" "^6.0.0"
14811481
ts-node-dev "^1.0.0-pre.39"
14821482
tsconfig-paths "^3.8.0"
14831483
tslint "^6.0.0"
14841484
tslint-config-trigen "^3.0.7"
14851485
typedoc "^0.17.0"
1486-
typescript "3.9.2"
1486+
typescript "3.9.3"
14871487

14881488
"@trigen/scripts-preset-lib@^6.0.0":
14891489
version "6.0.0"
@@ -1498,17 +1498,6 @@
14981498
husky "^4.0.9"
14991499
lint-staged "^10.0.0"
15001500

1501-
"@trigen/scripts@^5.5.0":
1502-
version "5.5.0"
1503-
resolved "https://registry.yarnpkg.com/@trigen/scripts/-/scripts-5.5.0.tgz#4f45225927fdf373182efcb05d1aa01004b6b75c"
1504-
integrity sha512-HOROslch9W6G+bjD/jRsQLOI4Ns0A0mP/vlwmL+XKwkLzjk/bgyfbtm8eL3OjaUhncnqPdhdGMx6sSEWiKjZWQ==
1505-
dependencies:
1506-
"@babel/runtime-corejs3" "^7.9.6"
1507-
chalk "^4.0.0"
1508-
immutability-helper "^3.0.0"
1509-
rcfile "^1.0.3"
1510-
resolve-cwd "^3.0.0"
1511-
15121501
"@trigen/scripts@^6.0.0":
15131502
version "6.0.0"
15141503
resolved "https://registry.yarnpkg.com/@trigen/scripts/-/scripts-6.0.0.tgz#99aee9b8a8f7b034b28ac59fe14c7cc06e77b7e1"
@@ -9696,10 +9685,10 @@ typedoc@^0.17.0:
96969685
shelljs "^0.8.3"
96979686
typedoc-default-themes "^0.8.0"
96989687

9699-
[email protected].2, typescript@^3.0.0:
9700-
version "3.9.2"
9701-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.2.tgz#64e9c8e9be6ea583c54607677dd4680a1cf35db9"
9702-
integrity sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw==
9688+
[email protected].3, typescript@^3.0.0:
9689+
version "3.9.3"
9690+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
9691+
integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
97039692

97049693
uglify-js@^3.1.4:
97059694
version "3.7.6"

0 commit comments

Comments
 (0)