Skip to content

Commit f7f7aef

Browse files
authored
chore: next upgrade (#4589)
1 parent ca2cbf5 commit f7f7aef

File tree

7 files changed

+253
-190
lines changed

7 files changed

+253
-190
lines changed

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
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",

packages/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",

packages/storybook/stories/components/onboarding/FunnelBrowserExtension.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import type { Meta, StoryObj } from '@storybook/react';
1+
import type { Meta, StoryObj } from '@storybook/react-vite';
22
import { FunnelBrowserExtension } from '@dailydotdev/shared/src/features/onboarding/steps/FunnelBrowserExtension';
33
import { FunnelStepType } from '@dailydotdev/shared/src/features/onboarding/types/funnel';
44
import { FunnelStepBackground } from '@dailydotdev/shared/src/features/onboarding/shared';
55
import ExtensionProviders from '../../extension/_providers';
6-
import { fn } from '@storybook/test';
6+
import { fn } from 'storybook/test';
77

88
const meta: Meta<typeof FunnelBrowserExtension> = {
99
title: 'Components/Onboarding/Steps/BrowserExtension',

packages/storybook/stories/components/onboarding/FunnelOrganicSignup.stories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import React, { useRef } from 'react';
2-
import type { Meta, StoryObj } from '@storybook/react';
2+
import type { Meta, StoryObj } from '@storybook/react-vite';
33
import {
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';
88
import ExtensionProviders from '../../extension/_providers';
99
import { FunnelOrganicSignup } from '@dailydotdev/shared/src/features/onboarding/steps/FunnelOrganicSignup';
1010
import { FunnelStepBackground } from '@dailydotdev/shared/src/features/onboarding/shared/FunnelStepBackground';
@@ -13,7 +13,7 @@ import {
1313
cloudinaryOnboardingFullBackgroundMobile,
1414
} from '@dailydotdev/shared/src/lib/image';
1515
import { useRouter } from '../../../mock/next-router';
16-
import { fn } from '@storybook/test';
16+
import { fn } from 'storybook/test';
1717

1818
const meta: Meta<typeof FunnelOrganicSignup> = {
1919
title: 'Components/Onboarding/Steps/FunnelOrganicRegistration',

packages/webapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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",
@@ -49,7 +49,7 @@
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",

0 commit comments

Comments
 (0)