Skip to content

Commit

Permalink
chore(deps-dev): bump rollup-plugin-swc3 from 0.8.0 to 0.8.2
Browse files Browse the repository at this point in the history
Bumps [rollup-plugin-swc3](https://github.com/SukkaW/rollup-plugin-swc) from 0.8.0 to 0.8.2.
- [Release notes](https://github.com/SukkaW/rollup-plugin-swc/releases)
- [Changelog](https://github.com/SukkaW/rollup-plugin-swc/blob/master/CHANGELOG.md)
- [Commits](SukkaW/rollup-plugin-swc@0.8.0...0.8.2)

---
updated-dependencies:
- dependency-name: rollup-plugin-swc3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 5, 2023
1 parent 4177f62 commit 5cf19ea
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/expect-opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"devDependencies": {
"@types/deep-equal": "^1.0.1",
"rollup": "^3.20.0",
"rollup-plugin-swc3": "^0.8.0"
"rollup-plugin-swc3": "^0.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/instrument-opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/express": "^4.17.17",
"rollup": "^3.20.0",
"rollup-plugin-swc3": "^0.8.0"
"rollup-plugin-swc3": "^0.8.2"
},
"dependencies": {
"@opentelemetry/api": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-otel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest-dev-server": "^5.0.0",
"@types/merge-deep": "^3.0.0",
"rollup": "^3.20.0",
"rollup-plugin-swc3": "^0.8.0"
"rollup-plugin-swc3": "^0.8.2"
},
"dependencies": {
"@traceloop/otel-receiver": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/otel-receiver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/express": "^4.17.17",
"rollup": "^3.20.0",
"rollup-plugin-swc3": "^0.8.0"
"rollup-plugin-swc3": "^0.8.2"
},
"dependencies": {
"@traceloop/otel-proto": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-servers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/express": "^4.17.17",
"@types/uuid": "^9.0.0",
"rollup": "^3.20.0",
"rollup-plugin-swc3": "^0.8.0"
"rollup-plugin-swc3": "^0.8.2"
},
"dependencies": {
"@grpc/proto-loader": "^0.7.5",
Expand Down

0 comments on commit 5cf19ea

Please sign in to comment.