Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @rollup/plugin-typescript from 11.1.5 to 11.1.6 #496

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -6265,7 +6265,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 @@ -8475,11 +8475,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 @@ -8490,7 +8490,7 @@ __metadata:
optional: true
tslib:
optional: true
checksum: 3048c7837bcaae3770e6977aa22b34b7da3862f14f25a22249c83867be1a3f78138c0a62b28efd22037890dfd6933e960007da6667a945dcef45f585a581f1aa
checksum: 4ae4d6cfc929393171288df2f18b5eb837fa53d8689118d9661b3064567341f6f6cf8389af55f1d5f015e3682abf30a64ab609fdf75ecb5a84224505e407eb69
languageName: node
linkType: hard

Expand Down Expand Up @@ -8539,6 +8539,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 @@ -17550,7 +17566,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
Loading