Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Prebundle @storybook/instrumenter package #27

Merged
merged 7 commits into from
Apr 28, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,38 @@
"type": "git",
"url": "https://github.com/storybookjs/jest.git"
},
"scripts": {
"build": "tsup ./src/index.ts --format cjs,esm --dts",
"prerelease": "yarn build",
"release": "auto shipit"
},
"license": "MIT",
"author": "[email protected]",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"license": "MIT",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*"
],
"types": "./dist/index.d.ts",
"publishConfig": {
"access": "public"
"scripts": {
"build": "tsup ./src/index.ts --format cjs,esm --dts",
"prerelease": "yarn build",
"release": "auto shipit"
},
"dependencies": {
"@storybook/expect": "storybook-jest",
"@storybook/instrumenter": "future",
"@testing-library/jest-dom": "^5.16.2",
"jest-mock": "^27.3.0"
},
"devDependencies": {
"@auto-it/first-time-contributor": "^10.37.6",
"tsup": "^5.12.0",
"@auto-it/released": "^10.37.6",
"@storybook/instrumenter": "future",
"@storybook/linter-config": "^3.1.2",
"@types/react": "*",
"auto": "^10.37.6",
"expect": "^27.3.1",
"tsup": "^5.12.0",
"typescript": "^5.0.4"
},
"author": "[email protected]",
"publishConfig": {
"access": "public"
},
"auto": {
"prereleaseBranches": [
"next",
Expand Down