Skip to content

Commit

Permalink
update formbricks deps
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed May 14, 2024
1 parent c4ae030 commit beb294e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion assets/src/dashboard/parts/connected/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Help from './help';
import Sidebar from './Sidebar';
import CSAT from './CSAT';
import { retrieveConflicts } from '../../utils/api';
import formbricks from '@formbricks/js';
import formbricks from "@formbricks/js/app";

Check failure on line 24 in assets/src/dashboard/parts/connected/index.js

View workflow job for this annotation

GitHub Actions / ESLint

Strings must use singlequote
if ( 'undefined' !== typeof window && optimoleDashboardApp.user_data.plan ) {
formbricks.init({
environmentId: 'clo8wxwzj44orpm0gjchurujm',
Expand Down
16 changes: 8 additions & 8 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"tailwindcss": "^3.3.2"
},
"dependencies": {
"@formbricks/js": "^1.6.5",
"@formbricks/js": "^2.0.0",
"classnames": "^2.3.2",
"react-compare-image": "^3.4.0",
"usehooks-ts": "^2.9.1"
Expand Down

0 comments on commit beb294e

Please sign in to comment.