Skip to content

Commit 198f6b9

Browse files
chore(deps): bump @rollup/plugin-typescript from 11.1.6 to 12.3.0
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.6 to 12.3.0. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v12.3.0/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-version: 12.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b88b48 commit 198f6b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@rollup/plugin-html": "^2.0.0",
4747
"@rollup/plugin-node-resolve": "^15.2.1",
4848
"@rollup/plugin-terser": "^0.4.3",
49-
"@rollup/plugin-typescript": "^11.1.3",
49+
"@rollup/plugin-typescript": "^12.3.0",
5050
"@types/chai": "^4.2.11",
5151
"@types/glob": "^8.1.0",
5252
"@types/mocha": "^10.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@
226226
smob "^1.0.0"
227227
terser "^5.17.4"
228228

229-
"@rollup/plugin-typescript@^11.1.3":
230-
version "11.1.6"
231-
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz#724237d5ec12609ec01429f619d2a3e7d4d1b22b"
232-
integrity sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==
229+
"@rollup/plugin-typescript@^12.3.0":
230+
version "12.3.0"
231+
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.3.0.tgz#cc51b830973bc14c9456fe6532f322f2a40f5f12"
232+
integrity sha512-7DP0/p7y3t67+NabT9f8oTBFE6gGkto4SA6Np2oudYmZE/m1dt8RB0SjL1msMxFpLo631qjRCcBlAbq1ml/Big==
233233
dependencies:
234234
"@rollup/pluginutils" "^5.1.0"
235235
resolve "^1.22.1"

0 commit comments

Comments
 (0)