@storybook/types
Advanced tools
Comparing version 7.0.0-alpha.50 to 7.0.0-alpha.51
{ | ||
"name": "@storybook/types", | ||
"version": "7.0.0-alpha.50", | ||
"version": "7.0.0-alpha.51", | ||
"description": "Core Storybook Types", | ||
@@ -43,4 +43,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/core": "^7.12.10", | ||
"@types/babel__core": "^7.0.0", | ||
"@babel/core": "^7.20.2", | ||
"@types/babel__core": "^7.1.20", | ||
"@types/express": "^4.7.0", | ||
@@ -51,6 +51,6 @@ "express": "^4.17.1", | ||
"devDependencies": { | ||
"@storybook/csf": "0.0.2-next.7", | ||
"@types/node": "^16.0.0", | ||
"@storybook/csf": "next", | ||
"@types/node": "^16.0.0 || ^18.0.0", | ||
"synchronous-promise": "^2.0.15", | ||
"typescript": "~4.6.3" | ||
"typescript": "^4.9.3" | ||
}, | ||
@@ -65,3 +65,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "77184d039091f4782dc4540df6d271a24fb3e242" | ||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97965
Updated@babel/core@^7.20.2
Updated@types/babel__core@^7.1.20