Skip to content

Commit

Permalink
Merge pull request #1420 from tailwarden/dependabot/npm_and_yarn/dash…
Browse files Browse the repository at this point in the history
…board/formbricks/js-2.0.0

chore(deps): bump @formbricks/js from 1.6.2 to 2.0.0 in /dashboard
  • Loading branch information
Azanul authored May 24, 2024
2 parents e1cb5f1 + 3d09fad commit 014f032
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 50 deletions.
51 changes: 4 additions & 47 deletions dashboard/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 dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@formbricks/js": "^1.6.2",
"@formbricks/js": "^2.0.0",
"@sentry/react": "^7.41.0",
"@sentry/tracing": "^7.41.0",
"@tippyjs/react": "^4.2.6",
Expand Down
2 changes: 1 addition & 1 deletion dashboard/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import '../styles/globals.css';
import type { AppProps } from 'next/app';
import formbricks from '@formbricks/js';
import formbricks from '@formbricks/js/website';
import { useRouter } from 'next/router';
import { useEffect } from 'react';
import Layout from '../components/layout/Layout';
Expand Down
2 changes: 1 addition & 1 deletion dashboard/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
Expand Down

0 comments on commit 014f032

Please sign in to comment.