diff --git a/package.json b/package.json index ce18a86..698a2d3 100644 --- a/package.json +++ b/package.json @@ -55,13 +55,13 @@ ] }, "dependencies": { - "@storybook/core-common": "next", + "@storybook/core-common": "^8.0.0-alpha.1 || ^8.0.0", "@swc/core": "^1.3.102", "swc-loader": "^0.2.3" }, "devDependencies": { "@biomejs/biome": "^1.4.1", - "@storybook/types": "next", + "@storybook/types": "^8.0.0-alpha.1 || ^8.0.0", "auto": "^11.1.1", "tsup": "^8.0.1", "typescript": "^5.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b004f8..6cf5ac5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,7 @@ settings: dependencies: '@storybook/core-common': - specifier: next + specifier: ^8.0.0-alpha.1 || ^8.0.0 version: 8.0.0-alpha.6 '@swc/core': specifier: ^1.3.102 @@ -20,7 +20,7 @@ devDependencies: specifier: ^1.4.1 version: 1.4.1 '@storybook/types': - specifier: next + specifier: ^8.0.0-alpha.1 || ^8.0.0 version: 8.0.0-alpha.6 auto: specifier: ^11.1.1