Skip to content

Commit

Permalink
chore(deps-dev): bump @rollup/plugin-typescript from 11.1.5 to 11.1.6
Browse files Browse the repository at this point in the history
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.5 to 11.1.6.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.6/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 98aa399 commit 7407e15
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/fsevents-patch-19706e7e35-10.zip
Binary file not shown.
Binary file removed .yarn/cache/fsevents-patch-6b67494872-10.zip
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion core/runtime-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@markflowy/types": "workspace:*",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@rollup/plugin-typescript": "11.1.6",
"eslint": "8.56.0",
"rimraf": "^5.0.5",
"rollup": "4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@halodong/eslint-config-react": "^0.38.24",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@rollup/plugin-typescript": "11.1.6",
"@tauri-apps/cli": "2.0.0-alpha.21",
"@types/rollup-plugin-url": "^3",
"babel": "^6.23.0",
Expand Down
30 changes: 23 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6284,7 +6284,7 @@ __metadata:
"@markflowy/types": "workspace:*"
"@rollup/plugin-node-resolve": "npm:15.2.3"
"@rollup/plugin-terser": "npm:0.4.4"
"@rollup/plugin-typescript": "npm:11.1.5"
"@rollup/plugin-typescript": "npm:11.1.6"
eslint: "npm:8.56.0"
rimraf: "npm:^5.0.5"
rollup: "npm:4.5.0"
Expand Down Expand Up @@ -8487,11 +8487,11 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-typescript@npm:11.1.5":
version: 11.1.5
resolution: "@rollup/plugin-typescript@npm:11.1.5"
"@rollup/plugin-typescript@npm:11.1.6":
version: 11.1.6
resolution: "@rollup/plugin-typescript@npm:11.1.6"
dependencies:
"@rollup/pluginutils": "npm:^5.0.1"
"@rollup/pluginutils": "npm:^5.1.0"
resolve: "npm:^1.22.1"
peerDependencies:
rollup: ^2.14.0||^3.0.0||^4.0.0
Expand All @@ -8502,7 +8502,7 @@ __metadata:
optional: true
tslib:
optional: true
checksum: 3048c7837bcaae3770e6977aa22b34b7da3862f14f25a22249c83867be1a3f78138c0a62b28efd22037890dfd6933e960007da6667a945dcef45f585a581f1aa
checksum: 4ae4d6cfc929393171288df2f18b5eb837fa53d8689118d9661b3064567341f6f6cf8389af55f1d5f015e3682abf30a64ab609fdf75ecb5a84224505e407eb69
languageName: node
linkType: hard

Expand Down Expand Up @@ -8551,6 +8551,22 @@ __metadata:
languageName: node
linkType: hard

"@rollup/pluginutils@npm:^5.1.0":
version: 5.1.0
resolution: "@rollup/pluginutils@npm:5.1.0"
dependencies:
"@types/estree": "npm:^1.0.0"
estree-walker: "npm:^2.0.2"
picomatch: "npm:^2.3.1"
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta:
rollup:
optional: true
checksum: abb15eaec5b36f159ec351b48578401bedcefdfa371d24a914cfdbb1e27d0ebfbf895299ec18ccc343d247e71f2502cba21202bc1362d7ef27d5ded699e5c2b2
languageName: node
linkType: hard

"@rollup/rollup-android-arm-eabi@npm:4.5.0":
version: 4.5.0
resolution: "@rollup/rollup-android-arm-eabi@npm:4.5.0"
Expand Down Expand Up @@ -17508,7 +17524,7 @@ __metadata:
"@halodong/eslint-config-react": "npm:^0.38.24"
"@rollup/plugin-node-resolve": "npm:15.2.3"
"@rollup/plugin-terser": "npm:0.4.4"
"@rollup/plugin-typescript": "npm:11.1.5"
"@rollup/plugin-typescript": "npm:11.1.6"
"@tauri-apps/cli": "npm:2.0.0-alpha.21"
"@types/rollup-plugin-url": "npm:^3"
babel: "npm:^6.23.0"
Expand Down

0 comments on commit 7407e15

Please sign in to comment.