Skip to content

Commit 2ed6498

Browse files
build(deps-dev): bump @rollup/plugin-typescript in /packages
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 057bcb3 commit 2ed6498

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

packages/obsidian-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "main.js",
66
"devDependencies": {
77
"@rollup/plugin-node-resolve": "^15.2.3",
8-
"@rollup/plugin-typescript": "^11.1.6",
8+
"@rollup/plugin-typescript": "^12.1.2",
99
"@rollup/plugin-wasm": "^6.2.2",
1010
"obsidian": "^1.7.2",
1111
"rollup": "^4.22.4",

packages/yarn.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -1866,10 +1866,10 @@
18661866
smob "^1.0.0"
18671867
terser "^5.17.4"
18681868

1869-
"@rollup/plugin-typescript@^11.1.6":
1870-
version "11.1.6"
1871-
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz#724237d5ec12609ec01429f619d2a3e7d4d1b22b"
1872-
integrity sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==
1869+
"@rollup/plugin-typescript@^12.1.2":
1870+
version "12.1.2"
1871+
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.1.2.tgz#ebaeec2e7376faa889030ccd7cb485a649e63118"
1872+
integrity sha512-cdtSp154H5sv637uMr1a8OTWB0L1SWDSm1rDGiyfcGcvQ6cuTs4MDk2BVEBGysUWago4OJN4EQZqOTl/QY3Jgg==
18731873
dependencies:
18741874
"@rollup/pluginutils" "^5.1.0"
18751875
resolve "^1.22.1"
@@ -8981,7 +8981,6 @@ vscode-uri@^3.0.8:
89818981

89828982
"wasm@link:../harper-wasm/pkg":
89838983
version "0.0.0"
8984-
uid ""
89858984

89868985
webidl-conversions@^4.0.2:
89878986
version "4.0.2"

0 commit comments

Comments
 (0)