package.json (storybook-6.5.11) | : | package.json (storybook-6.5.12) | ||
---|---|---|---|---|
{ | { | |||
"name": "@storybook/core-common", | "name": "@storybook/core-common", | |||
"version": "6.5.11", | "version": "6.5.12", | |||
"description": "Storybook framework-agnostic API", | "description": "Storybook framework-agnostic API", | |||
"keywords": [ | "keywords": [ | |||
"storybook" | "storybook" | |||
], | ], | |||
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core", | "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core", | |||
"bugs": { | "bugs": { | |||
"url": "https://github.com/storybookjs/storybook/issues" | "url": "https://github.com/storybookjs/storybook/issues" | |||
}, | }, | |||
"repository": { | "repository": { | |||
"type": "git", | "type": "git", | |||
skipping to change at line 65 | skipping to change at line 65 | |||
"@babel/plugin-transform-classes": "^7.12.1", | "@babel/plugin-transform-classes": "^7.12.1", | |||
"@babel/plugin-transform-destructuring": "^7.12.1", | "@babel/plugin-transform-destructuring": "^7.12.1", | |||
"@babel/plugin-transform-for-of": "^7.12.1", | "@babel/plugin-transform-for-of": "^7.12.1", | |||
"@babel/plugin-transform-parameters": "^7.12.1", | "@babel/plugin-transform-parameters": "^7.12.1", | |||
"@babel/plugin-transform-shorthand-properties": "^7.12.1", | "@babel/plugin-transform-shorthand-properties": "^7.12.1", | |||
"@babel/plugin-transform-spread": "^7.12.1", | "@babel/plugin-transform-spread": "^7.12.1", | |||
"@babel/preset-env": "^7.12.11", | "@babel/preset-env": "^7.12.11", | |||
"@babel/preset-react": "^7.12.10", | "@babel/preset-react": "^7.12.10", | |||
"@babel/preset-typescript": "^7.12.7", | "@babel/preset-typescript": "^7.12.7", | |||
"@babel/register": "^7.12.1", | "@babel/register": "^7.12.1", | |||
"@storybook/node-logger": "6.5.11", | "@storybook/node-logger": "6.5.12", | |||
"@storybook/semver": "^7.3.2", | "@storybook/semver": "^7.3.2", | |||
"@types/node": "^14.0.10 || ^16.0.0", | "@types/node": "^14.0.10 || ^16.0.0", | |||
"@types/pretty-hrtime": "^1.0.0", | "@types/pretty-hrtime": "^1.0.0", | |||
"babel-loader": "^8.0.0", | "babel-loader": "^8.0.0", | |||
"babel-plugin-macros": "^3.0.1", | "babel-plugin-macros": "^3.0.1", | |||
"babel-plugin-polyfill-corejs3": "^0.1.0", | "babel-plugin-polyfill-corejs3": "^0.1.0", | |||
"chalk": "^4.1.0", | "chalk": "^4.1.0", | |||
"core-js": "^3.8.2", | "core-js": "^3.8.2", | |||
"express": "^4.17.1", | "express": "^4.17.1", | |||
"file-system-cache": "^1.0.5", | "file-system-cache": "^1.0.5", | |||
skipping to change at line 114 | skipping to change at line 114 | |||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" | "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" | |||
}, | }, | |||
"peerDependenciesMeta": { | "peerDependenciesMeta": { | |||
"typescript": { | "typescript": { | |||
"optional": true | "optional": true | |||
} | } | |||
}, | }, | |||
"publishConfig": { | "publishConfig": { | |||
"access": "public" | "access": "public" | |||
}, | }, | |||
"gitHead": "069134850deba5a8f7497cc66d4dee834ac95ba5", | "gitHead": "db56a2586508ee1082640f24402e491333e42ec4", | |||
"sbmodern": "dist/modern/index.js" | "sbmodern": "dist/modern/index.js" | |||
} | } | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |