Skip to content

Commit 412702f

Browse files
Bump @rollup/plugin-typescript from 11.1.6 to 12.1.2
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.6 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-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 324a36d commit 412702f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@rollup/plugin-babel": "^6.0.4",
2121
"@rollup/plugin-commonjs": "^25.0.7",
2222
"@rollup/plugin-json": "^6.1.0",
23-
"@rollup/plugin-typescript": "^11.1.5",
23+
"@rollup/plugin-typescript": "^12.1.2",
2424
"lerna": "^8.0.1",
2525
"rollup": "^4.1.1",
2626
"typescript": "^5.3.3"

packages/faro-bundlers-shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "echo \"No tests yet...\" && exit 0"
1616
},
1717
"devDependencies": {
18-
"@rollup/plugin-typescript": "^11.1.5",
18+
"@rollup/plugin-typescript": "^12.1.2",
1919
"@types/tar": "^6.1.13"
2020
},
2121
"dependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1471,10 +1471,10 @@
14711471
is-module "^1.0.0"
14721472
resolve "^1.22.1"
14731473

1474-
"@rollup/plugin-typescript@^11.1.5":
1475-
version "11.1.6"
1476-
resolved "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz#724237d5ec12609ec01429f619d2a3e7d4d1b22b"
1477-
integrity sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==
1474+
"@rollup/plugin-typescript@^12.1.2":
1475+
version "12.1.2"
1476+
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.1.2.tgz#ebaeec2e7376faa889030ccd7cb485a649e63118"
1477+
integrity sha512-cdtSp154H5sv637uMr1a8OTWB0L1SWDSm1rDGiyfcGcvQ6cuTs4MDk2BVEBGysUWago4OJN4EQZqOTl/QY3Jgg==
14781478
dependencies:
14791479
"@rollup/pluginutils" "^5.1.0"
14801480
resolve "^1.22.1"

0 commit comments

Comments
 (0)