Skip to content

Commit

Permalink
chore(deps): update dependency rollup-plugin-esbuild to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zxilly committed Nov 30, 2023
1 parent 3311368 commit 2a06d03
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"rimraf": "5.0.1",
"rollup": "^3.6.0",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-esbuild": "^6.0.0",
"ts-jest": "29.1.1",
"tsx": "^3.12.2",
"typescript": "5.2.2"
Expand Down
48 changes: 28 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,22 @@ __metadata:
languageName: node
linkType: hard

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

"@sinclair/typebox@npm:^0.24.1":
version: 0.24.46
resolution: "@sinclair/typebox@npm:0.24.46"
Expand Down Expand Up @@ -2318,10 +2334,10 @@ __metadata:
languageName: node
linkType: hard

"es-module-lexer@npm:^1.0.5":
version: 1.1.0
resolution: "es-module-lexer@npm:1.1.0"
checksum: 3e9f5019b69c6b2f04eb8478c4fdb4ed72cb8b4c97511b5dd39c1f498386ed8f5083c32067c15efcfabc7e8460cb65ed4627dd32405475715a898009922f41fa
"es-module-lexer@npm:^1.3.1":
version: 1.3.1
resolution: "es-module-lexer@npm:1.3.1"
checksum: 3beafa7e171eb1e8cc45695edf8d51638488dddf65294d7911f8d6a96249da6a9838c87529262cc6ea53988d8272cec0f4bff93f476ed031a54ba3afb51a0ed3
languageName: node
linkType: hard

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

"jsonc-parser@npm:^3.2.0":
version: 3.2.0
resolution: "jsonc-parser@npm:3.2.0"
checksum: 946dd9a5f326b745aa326d48a7257e3f4a4b62c5e98ec8e49fa2bdd8d96cef7e6febf1399f5c7016114fd1f68a1c62c6138826d5d90bc650448e3cf0951c53c7
languageName: node
linkType: hard

"kleur@npm:^3.0.3":
version: 3.0.3
resolution: "kleur@npm:3.0.3"
Expand Down Expand Up @@ -4837,19 +4846,18 @@ __metadata:
languageName: node
linkType: hard

"rollup-plugin-esbuild@npm:^5.0.0":
version: 5.0.0
resolution: "rollup-plugin-esbuild@npm:5.0.0"
"rollup-plugin-esbuild@npm:^6.0.0":
version: 6.0.0
resolution: "rollup-plugin-esbuild@npm:6.0.0"
dependencies:
"@rollup/pluginutils": ^5.0.1
"@rollup/pluginutils": ^5.0.4
debug: ^4.3.4
es-module-lexer: ^1.0.5
es-module-lexer: ^1.3.1
joycon: ^3.1.1
jsonc-parser: ^3.2.0
peerDependencies:
esbuild: ">=0.10.1"
esbuild: ">=0.18.0"
rollup: ^1.20.0 || ^2.0.0 || ^3.0.0
checksum: 59b2922db370918ca97ac3862bce9a37e530a8e6332c670803b211e827de6b0efb8e06d1b4eba60af7dab42a1fd38c6aaa039c6cea321f61fb363a3abdedc28a
checksum: 28cce936abb5840f47fe4c9acd47b369cf149c31c635e0ee49e895afec92a81c95ac869f4ec67bacaae4ace9d96bb23e63226a235fe8ef879d8e861514599240
languageName: node
linkType: hard

Expand Down Expand Up @@ -5668,7 +5676,7 @@ __metadata:
rimraf: 5.0.1
rollup: ^3.6.0
rollup-plugin-dts: ^6.0.0
rollup-plugin-esbuild: ^5.0.0
rollup-plugin-esbuild: ^6.0.0
ts-jest: 29.1.1
tsx: ^3.12.2
typescript: 5.2.2
Expand Down

0 comments on commit 2a06d03

Please sign in to comment.