@taikai/rocket-kit 3.0.10-beta.2 → 3.0.11

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,5 +1,5 @@
1
1
  {
2
- "version": "3.0.10-beta.2",
2
+ "version": "3.0.11",
3
3
  "name": "@taikai/rocket-kit",
4
4
  "author": "taikai",
5
5
  "description": "TAIKAI Design System",
@@ -50,6 +50,9 @@
50
50
  "trailingComma": "es5",
51
51
  "arrowParens": "avoid"
52
52
  },
53
+ "np": {
54
+ "yarn": true
55
+ },
53
56
  "module": "dist/rocket-kit.esm.js",
54
57
  "size-limit": [
55
58
  {
@@ -67,15 +70,16 @@
67
70
  "@babel/preset-env": "^7.22.5",
68
71
  "@babel/preset-typescript": "^7.22.5",
69
72
  "@size-limit/preset-small-lib": "^11.0.1",
70
- "@storybook/addon-a11y": "^7.6.7",
71
- "@storybook/addon-controls": "^7.6.7",
72
- "@storybook/addon-essentials": "^7.6.7",
73
- "@storybook/addon-links": "^7.6.7",
73
+ "@storybook/addon-a11y": "^8.0.5",
74
+ "@storybook/addon-controls": "^8.0.5",
75
+ "@storybook/addon-essentials": "^8.0.5",
76
+ "@storybook/addon-links": "^8.0.5",
74
77
  "@storybook/addon-styling": "^1.3.7",
75
- "@storybook/addons": "^7.6.7",
76
- "@storybook/react": "^7.6.7",
77
- "@storybook/react-webpack5": "^7.6.7",
78
- "@storybook/theming": "^7.6.7",
78
+ "@storybook/addon-webpack5-compiler-swc": "^1.0.2",
79
+ "@storybook/addons": "^7.6.17",
80
+ "@storybook/react": "^8.0.5",
81
+ "@storybook/react-webpack5": "^8.0.5",
82
+ "@storybook/theming": "^8.0.5",
79
83
  "@testing-library/jest-dom": "^5.11.9",
80
84
  "@testing-library/react": "^11.2.2",
81
85
  "@testing-library/user-event": "^13.0.7",
@@ -99,7 +103,7 @@
99
103
  "eslint-plugin-jsx-a11y": "^6.4.1",
100
104
  "eslint-plugin-prettier": "^5.0.1",
101
105
  "eslint-plugin-react": "^7.33.2",
102
- "eslint-plugin-storybook": "^0.6.15",
106
+ "eslint-plugin-storybook": "^0.8.0",
103
107
  "eslint-plugin-testing-library": "^3.10.1",
104
108
  "husky": "^5.1.3",
105
109
  "identity-obj-proxy": "^3.0.0",
@@ -109,7 +113,7 @@
109
113
  "react-is": "^17.0.1",
110
114
  "rollup-plugin-postcss": "^4.0.2",
111
115
  "size-limit": "^11.0.1",
112
- "storybook": "^7.6.7",
116
+ "storybook": "^8.0.5",
113
117
  "tsdx": "^0.14.1",
114
118
  "tslib": "^2.0.3",
115
119
  "typescript": "^4.2.3",