Skip to content

Commit

Permalink
fix(deps): bump tweakpane and @tweakpane/plugin-essentials
Browse files Browse the repository at this point in the history
Bumps [tweakpane](https://github.com/cocopon/tweakpane) and @tweakpane/plugin-essentials. These dependencies needed to be updated together.

Updates `tweakpane` from 3.1.10 to 4.0.0
- [Release notes](https://github.com/cocopon/tweakpane/releases)
- [Commits](cocopon/tweakpane@3.1.10...4.0.0)

Updates `@tweakpane/plugin-essentials` from 0.1.8 to 0.2.0

---
updated-dependencies:
- dependency-name: tweakpane
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@tweakpane/plugin-essentials"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent 4b5c3cb commit 501ea8f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
32 changes: 15 additions & 17 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"release:auto": "shipjs prepare --yes"
},
"dependencies": {
"@tweakpane/plugin-essentials": "^0.1.8",
"tweakpane": "^3.1.10"
"@tweakpane/plugin-essentials": "^0.2.0",
"tweakpane": "^4.0.0"
},
"peerDependencies": {
"tweakpane": "^3.1.10",
"@tweakpane/plugin-essentials": "^0.1.8",
"tweakpane": "^4.0.0",
"@tweakpane/plugin-essentials": "^0.2.0",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down

0 comments on commit 501ea8f

Please sign in to comment.