Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e6f7364

Browse files
authoredJan 1, 2025··
chore: bump @rollup/plugin-typescript from 12.1.0 to 12.1.2
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 12.1.0 to 12.1.2. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.2/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de900fe commit e6f7364

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@eslint/js": "^9.11.1",
2626
"@microsoft/eslint-formatter-sarif": "^3.1.0",
2727
"@prettier/plugin-xml": "^3.4.1",
28-
"@rollup/plugin-typescript": "^12.1.0",
28+
"@rollup/plugin-typescript": "^12.1.2",
2929
"@types/jest": "^29.5.13",
3030
"@types/node": "~20.12.14",
3131
"cross-env": "^7.0.3",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -770,10 +770,10 @@
770770
dependencies:
771771
"@xml-tools/parser" "^1.0.11"
772772

773-
"@rollup/plugin-typescript@^12.1.0":
774-
version "12.1.0"
775-
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.1.0.tgz#2b357972091d1a8f71b8c9ce5a6e95fe1473bf77"
776-
integrity sha512-Kzs8KGJofe7cfTRODsnG1jNGxSvU8gVoNNd7Z/QaY25AYwe2LSSUpx/kPxqF38NYkpR8de3m51r9uwJpDlz6dg==
773+
"@rollup/plugin-typescript@^12.1.2":
774+
version "12.1.2"
775+
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.1.2.tgz#ebaeec2e7376faa889030ccd7cb485a649e63118"
776+
integrity sha512-cdtSp154H5sv637uMr1a8OTWB0L1SWDSm1rDGiyfcGcvQ6cuTs4MDk2BVEBGysUWago4OJN4EQZqOTl/QY3Jgg==
777777
dependencies:
778778
"@rollup/pluginutils" "^5.1.0"
779779
resolve "^1.22.1"

0 commit comments

Comments
 (0)
Please sign in to comment.