Skip to content

Commit

Permalink
build(deps): Bump the versioning group across 1 directory with 2 upda…
Browse files Browse the repository at this point in the history
…tes (#39)

Bumps the versioning group with 2 updates in the /addons-web-sdk/samples directory: [@googleworkspace/meet-addons](https://github.com/googleworkspace/meet) and [next](https://github.com/vercel/next.js).


Updates `@googleworkspace/meet-addons` from 1.1.0 to 1.1.1
- [Commits](https://github.com/googleworkspace/meet/commits)

Updates `next` from 14.2.15 to 15.0.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.15...v15.0.0)

---
updated-dependencies:
- dependency-name: "@googleworkspace/meet-addons"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versioning
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versioning
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 057770e commit e35db1a
Show file tree
Hide file tree
Showing 4 changed files with 543 additions and 92 deletions.
4 changes: 2 additions & 2 deletions addons-web-sdk/samples/animation-next-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@googleworkspace/meet-addons": "^1.1.0",
"next": "14.2.15",
"@googleworkspace/meet-addons": "^1.1.1",
"next": "15.0.0",
"react": "^18",
"react-dom": "^18"
},
Expand Down
4 changes: 2 additions & 2 deletions addons-web-sdk/samples/hello-world-next-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@googleworkspace/meet-addons": "^1.1.0",
"next": "14.2.15",
"@googleworkspace/meet-addons": "^1.1.1",
"next": "15.0.0",
"react": "^18",
"react-dom": "^18"
},
Expand Down
2 changes: 1 addition & 1 deletion addons-web-sdk/samples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "mkdir -p ../dist/hello-world && cp src/*.html ../dist/hello-world/ && npx webpack"
},
"dependencies": {
"@googleworkspace/meet-addons": "^1.1.0"
"@googleworkspace/meet-addons": "^1.1.1"
},
"devDependencies": {
"webpack": "^5.95.0",
Expand Down
Loading

0 comments on commit e35db1a

Please sign in to comment.