File tree Expand file tree Collapse file tree 7 files changed +253
-190
lines changed
stories/components/onboarding Expand file tree Collapse file tree 7 files changed +253
-190
lines changed Original file line number Diff line number Diff line change 2828 "graphql" : " ^16.9.0" ,
2929 "graphql-request" : " ^3.6.1" ,
3030 "idb-keyval" : " ^5.1.5" ,
31- "next" : " 15.0.1 " ,
31+ "next" : " 15.3.3 " ,
3232 "react" : " 18.3.1" ,
3333 "react-dom" : " 18.3.1" ,
3434 "react-intersection-observer" : " ^8.34.0" ,
Original file line number Diff line number Diff line change 7979 "identity-obj-proxy" : " ^3.0.0" ,
8080 "jest" : " ^26.6.3" ,
8181 "jest-junit" : " ^12.3.0" ,
82- "next" : " 15.0.1 " ,
82+ "next" : " 15.3.3 " ,
8383 "nock" : " ^13.3.1" ,
8484 "postcss" : " ^8.4.47" ,
8585 "postcss-100vh-fix" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 1515 "dompurify" : " ^2.5.4" ,
1616 "extension" : " workspace:*" ,
1717 "jotai" : " ^2.12.2" ,
18- "next" : " 15.0.1 " ,
18+ "next" : " 15.3.3 " ,
1919 "next-router-mock" : " ^0.9.13" ,
2020 "react" : " 18.3.1" ,
2121 "react-dom" : " 18.3.1" ,
Original file line number Diff line number Diff line change 1- import type { Meta , StoryObj } from '@storybook/react' ;
1+ import type { Meta , StoryObj } from '@storybook/react-vite ' ;
22import { FunnelBrowserExtension } from '@dailydotdev/shared/src/features/onboarding/steps/FunnelBrowserExtension' ;
33import { FunnelStepType } from '@dailydotdev/shared/src/features/onboarding/types/funnel' ;
44import { FunnelStepBackground } from '@dailydotdev/shared/src/features/onboarding/shared' ;
55import ExtensionProviders from '../../extension/_providers' ;
6- import { fn } from '@ storybook/test' ;
6+ import { fn } from 'storybook/test' ;
77
88const meta : Meta < typeof FunnelBrowserExtension > = {
99 title : 'Components/Onboarding/Steps/BrowserExtension' ,
Original file line number Diff line number Diff line change 11import React , { useRef } from 'react' ;
2- import type { Meta , StoryObj } from '@storybook/react' ;
2+ import type { Meta , StoryObj } from '@storybook/react-vite ' ;
33import {
44 FunnelStepOrganicSignup ,
55 FunnelStepType ,
66} from '@dailydotdev/shared/src/features/onboarding/types/funnel' ;
7- import { action } from '@ storybook/addon- actions' ;
7+ import { action } from 'storybook/actions' ;
88import ExtensionProviders from '../../extension/_providers' ;
99import { FunnelOrganicSignup } from '@dailydotdev/shared/src/features/onboarding/steps/FunnelOrganicSignup' ;
1010import { FunnelStepBackground } from '@dailydotdev/shared/src/features/onboarding/shared/FunnelStepBackground' ;
@@ -13,7 +13,7 @@ import {
1313 cloudinaryOnboardingFullBackgroundMobile ,
1414} from '@dailydotdev/shared/src/lib/image' ;
1515import { useRouter } from '../../../mock/next-router' ;
16- import { fn } from '@ storybook/test' ;
16+ import { fn } from 'storybook/test' ;
1717
1818const meta : Meta < typeof FunnelOrganicSignup > = {
1919 title : 'Components/Onboarding/Steps/FunnelOrganicRegistration' ,
Original file line number Diff line number Diff line change 3434 "idb-keyval" : " ^5.1.5" ,
3535 "jotai" : " ^2.12.2" ,
3636 "lottie-react" : " ^2.4.1" ,
37- "next" : " 15.0.1 " ,
37+ "next" : " 15.3.3 " ,
3838 "next-seo" : " ^5.4.0" ,
3939 "react" : " 18.3.1" ,
4040 "react-dom" : " 18.3.1" ,
4949 "@dailydotdev/eslint-config" : " workspace:*" ,
5050 "@dailydotdev/eslint-plugin-daily-dev-eslint-rules" : " workspace:*" ,
5151 "@dailydotdev/prettier-config" : " workspace:*" ,
52- "@next/bundle-analyzer" : " 15.0.1 " ,
52+ "@next/bundle-analyzer" : " 15.3.3 " ,
5353 "@svgr/webpack" : " ^5.5.0" ,
5454 "@testing-library/jest-dom" : " ^5.17.0" ,
5555 "@testing-library/react" : " ^16.0.1" ,
You can’t perform that action at this time.
0 commit comments