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-typescript2 from 0.35.0 to 0.36.0 #2203

Closed
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
2 changes: 1 addition & 1 deletion packages/react-multi-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sizes": "^1.0.5",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"rollup-plugin-typescript2": "^0.36.0",
"storybook": "7.4.5",
"ts-jest": "^29.1.1"
},
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2728,7 +2728,7 @@ __metadata:
rollup-plugin-peer-deps-external: ^2.2.4
rollup-plugin-sizes: ^1.0.5
rollup-plugin-terser: ^7.0.2
rollup-plugin-typescript2: ^0.35.0
rollup-plugin-typescript2: ^0.36.0
storybook: 7.4.5
ts-jest: ^29.1.1
uuid: ^9.0.1
Expand Down Expand Up @@ -22654,19 +22654,19 @@ __metadata:
languageName: node
linkType: hard

"rollup-plugin-typescript2@npm:^0.35.0":
version: 0.35.0
resolution: "rollup-plugin-typescript2@npm:0.35.0"
"rollup-plugin-typescript2@npm:^0.36.0":
version: 0.36.0
resolution: "rollup-plugin-typescript2@npm:0.36.0"
dependencies:
"@rollup/pluginutils": ^4.1.2
find-cache-dir: ^3.3.2
fs-extra: ^10.0.0
semver: ^7.3.7
tslib: ^2.4.0
semver: ^7.5.4
tslib: ^2.6.2
peerDependencies:
rollup: ">=1.26.3"
typescript: ">=2.4.0"
checksum: 633ea3d27595ebbf351d39a8b7a7d1e899aca14a6162e108056f0e9e490eb55f013f60a055dab03a6f2eb4b14a2126417d4a79ba0da5c510bbf610a7856cd720
checksum: 199afe11f9218ad943b67138b3165c2be2cd2535926da6ed467124273f7bbb1dd779521a648a26a65073cafe43388104857a90e0fdf06ca526a6613771eb2e70
languageName: node
linkType: hard

Expand Down Expand Up @@ -24694,6 +24694,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.6.2":
version: 2.6.2
resolution: "tslib@npm:2.6.2"
checksum: 329ea56123005922f39642318e3d1f0f8265d1e7fcb92c633e0809521da75eeaca28d2cf96d7248229deb40e5c19adf408259f4b9640afd20d13aecc1430f3ad
languageName: node
linkType: hard

"tsutils@npm:^3.21.0":
version: 3.21.0
resolution: "tsutils@npm:3.21.0"
Expand Down
Loading