@chromatic-com/tetra 2.0.0 → 2.1.0--canary.107.e1bd532.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chromatic-com/tetra",
3
- "version": "2.0.0",
3
+ "version": "2.1.0--canary.107.e1bd532.0",
4
4
  "description": "Style Guide + UI library for Chromatic and Storybook marketing sites and docs",
5
5
  "author": {
6
6
  "name": "winkervsbecks"
@@ -48,18 +48,16 @@
48
48
  "node": ">=14.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@emotion/react": "^11.13.3",
52
- "@emotion/styled": "^11.13.0",
53
- "@storybook/addon-a11y": "^8.3.3",
54
- "@storybook/addon-essentials": "^8.3.3",
55
- "@storybook/addon-interactions": "^8.3.3",
56
- "@storybook/addon-mdx-gfm": "^8.3.3",
57
- "@storybook/blocks": "^8.3.3",
58
- "@storybook/eslint-config-storybook": "^4.0.0",
59
- "@storybook/react": "^8.3.3",
60
- "@storybook/react-vite": "^8.3.3",
61
- "@storybook/testing-library": "^0.2.2",
62
- "@storybook/theming": "^8.3.3",
51
+ "@storybook/addon-a11y": "^7.6.12",
52
+ "@storybook/addon-essentials": "^7.6.12",
53
+ "@storybook/addon-interactions": "^7.6.12",
54
+ "@storybook/addon-mdx-gfm": "^7.6.12",
55
+ "@storybook/blocks": "^7.6.12",
56
+ "@storybook/eslint-config-storybook": "3.1.2",
57
+ "@storybook/react": "^7.6.12",
58
+ "@storybook/react-vite": "^7.6.12",
59
+ "@storybook/testing-library": "^0.1.0",
60
+ "@storybook/theming": "^7.6.12",
63
61
  "@types/node": "18.15.3",
64
62
  "@types/react": "18.0.28",
65
63
  "@types/react-dom": "18.0.11",
@@ -71,21 +69,20 @@
71
69
  "eslint": "8.36.0",
72
70
  "eslint-plugin-import": "2.27.5",
73
71
  "eslint-plugin-jest": "27.2.1",
74
- "eslint-plugin-storybook": "^0.9.0",
72
+ "eslint-plugin-storybook": "0.6.12",
75
73
  "framer-motion": "11.0.3",
76
74
  "husky": "^8.0.0",
77
75
  "lint-staged": "13.2.2",
78
- "prettier": "3.3.3",
76
+ "prettier": "2.8.4",
79
77
  "react": "18.2.0",
80
78
  "react-dom": "18.2.0",
81
- "storybook": "^8.3.3",
79
+ "storybook": "^7.6.12",
82
80
  "tsup": "7.2.0",
83
81
  "typescript": "5.0.2",
84
82
  "vite": "4.2.1"
85
83
  },
86
84
  "peerDependencies": {
87
- "@emotion/react": "^11.13.3",
88
- "@emotion/styled": "^11.13.0",
85
+ "@storybook/theming": "^7.6.6 || ^8.2.9",
89
86
  "framer-motion": "^11.0.3",
90
87
  "react": ">=17",
91
88
  "react-dom": ">=17"
@@ -106,6 +103,7 @@
106
103
  "registry": "https://registry.npmjs.org"
107
104
  },
108
105
  "auto": {
106
+ "versionBranches": "release-",
109
107
  "plugins": [
110
108
  "npm"
111
109
  ]