Merge branch 'future/pbm/stage0' into future/type-checking-script

# Conflicts:
#	lib/theming/package.json
This commit is contained in:
Norbert de Langen 2022-06-29 20:58:20 +02:00
commit 755ac81103
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762
2 changed files with 14 additions and 4 deletions

View File

@ -20,9 +20,17 @@
},
"license": "MIT",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
@ -31,7 +39,7 @@
],
"scripts": {
"check": "tsc --noEmit",
"prepare": "ts-node ../../scripts/prebundle.ts"
"prepare": "esrun ../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/client-logger": "7.0.0-alpha.8",
@ -39,6 +47,7 @@
"memoizerific": "^1.11.3"
},
"devDependencies": {
"@digitak/esrun": "^3.2.2",
"@emotion/cache": "^11.7.1",
"@emotion/is-prop-valid": "^1.1.2",
"@emotion/react": "^11.8.1",

View File

@ -9733,6 +9733,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@storybook/theming@workspace:lib/theming"
dependencies:
"@digitak/esrun": ^3.2.2
"@emotion/cache": ^11.7.1
"@emotion/is-prop-valid": ^1.1.2
"@emotion/react": ^11.8.1