Skip to content

Commit

Permalink
chore(deps): bump @formbricks/js from 1.5.1 to 1.6.5 in /ui (#2962)
Browse files Browse the repository at this point in the history
* chore(deps): bump @formbricks/js from 1.5.1 to 1.6.5 in /ui

Bumps [@formbricks/js](https://github.com/formbricks/formbricks) from 1.5.1 to 1.6.5.
- [Release notes](https://github.com/formbricks/formbricks/releases)
- [Commits](https://github.com/formbricks/formbricks/commits)

---
updated-dependencies:
- dependency-name: "@formbricks/js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: rm formbricks debug

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Phelps <[email protected]>
  • Loading branch information
dependabot[bot] and markphelps authored May 15, 2024
1 parent 5711f06 commit d6330d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions ui/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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@codemirror/view": "^6.26.1",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^7.0.2",
"@formbricks/js": "^1.5.1",
"@formbricks/js": "^1.6.5",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
Expand Down
3 changes: 1 addition & 2 deletions ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ const Tokens = loadable(() => import('./app/tokens/Tokens'));
if (typeof window !== 'undefined') {
formbricks.init({
environmentId: import.meta.env.FLIPT_FORMBRICKS_ENVIRONMENT_ID || '',
apiHost: 'https://app.formbricks.com',
debug: process.env.NODE_ENV === 'development'
apiHost: 'https://app.formbricks.com'
});
}

Expand Down

0 comments on commit d6330d7

Please sign in to comment.