@storybook/react-native-theming 7.6.11 → 8.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -3638,7 +3638,7 @@ var import_extends2 = __toESM(require_extends());
3638
3638
  var import_hoist_non_react_statics = __toESM(require_hoist_non_react_statics_cjs());
3639
3639
  var pkg = {
3640
3640
  name: "@emotion/react",
3641
- version: "11.11.1",
3641
+ version: "11.11.3",
3642
3642
  main: "dist/emotion-react.cjs.js",
3643
3643
  module: "dist/emotion-react.esm.js",
3644
3644
  browser: {
@@ -3711,7 +3711,7 @@ var pkg = {
3711
3711
  "@babel/runtime": "^7.18.3",
3712
3712
  "@emotion/babel-plugin": "^11.11.0",
3713
3713
  "@emotion/cache": "^11.11.0",
3714
- "@emotion/serialize": "^1.1.2",
3714
+ "@emotion/serialize": "^1.1.3",
3715
3715
  "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
3716
3716
  "@emotion/utils": "^1.2.1",
3717
3717
  "@emotion/weak-memoize": "^0.3.1",
@@ -3727,7 +3727,7 @@ var pkg = {
3727
3727
  },
3728
3728
  devDependencies: {
3729
3729
  "@definitelytyped/dtslint": "0.0.112",
3730
- "@emotion/css": "11.11.0",
3730
+ "@emotion/css": "11.11.2",
3731
3731
  "@emotion/css-prettifier": "1.1.3",
3732
3732
  "@emotion/server": "11.11.0",
3733
3733
  "@emotion/styled": "11.11.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native-theming",
3
- "version": "7.6.11",
3
+ "version": "8.0.0-alpha.0",
4
4
  "description": "A wrapper library around emotion 11 to provide theming support for react-native storybook",
5
5
  "keywords": [
6
6
  "react",
@@ -41,5 +41,5 @@
41
41
  "dist/**/*",
42
42
  "README.md"
43
43
  ],
44
- "gitHead": "5aed8e2d2ddc4fe76dd5f883aeb35e3fb48cae87"
44
+ "gitHead": "14ffe40751c45e03046117bec794fb4e34c56418"
45
45
  }