@clickhouse/click-ui 0.0.249 → 0.0.250

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 (1) hide show
  1. package/package.json +9 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.249",
3
+ "version": "0.0.250",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -76,10 +76,10 @@
76
76
  "sortablejs": "^1.15.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@storybook/addon-a11y": "^10.0.7",
80
- "@storybook/addon-docs": "^10.0.7",
81
- "@storybook/addon-links": "^10.0.7",
82
- "@storybook/react-vite": "^10.0.7",
79
+ "@storybook/addon-a11y": "^10.1.10",
80
+ "@storybook/addon-docs": "^10.1.10",
81
+ "@storybook/addon-links": "^10.1.10",
82
+ "@storybook/react-vite": "^10.1.10",
83
83
  "@testing-library/dom": "^10.1.0",
84
84
  "@testing-library/jest-dom": "^6.4.5",
85
85
  "@testing-library/react": "^15.0.7",
@@ -92,7 +92,6 @@
92
92
  "@types/react-syntax-highlighter": "^15.5.13",
93
93
  "@types/react-window": "^1.8.8",
94
94
  "@types/sortablejs": "^1.15.2",
95
- "@types/styled-components": "^5.1.34",
96
95
  "@typescript-eslint/eslint-plugin": "^8",
97
96
  "@typescript-eslint/parser": "^8",
98
97
  "@vitejs/plugin-react": "^5.1.2",
@@ -104,17 +103,17 @@
104
103
  "eslint-plugin-prefer-arrow-functions": "^3.3.2",
105
104
  "eslint-plugin-react-hooks": "^5",
106
105
  "eslint-plugin-react-refresh": "0.4.7",
107
- "eslint-plugin-storybook": "^10.0.7",
106
+ "eslint-plugin-storybook": "^10.1.10",
108
107
  "globals": "^16.5.0",
109
108
  "jsdom": "^24.0.0",
110
109
  "prettier": "3.7.4",
111
110
  "prop-types": "^15.8.1",
112
111
  "react": "18.3.1",
113
112
  "react-dom": "18.3.1",
114
- "storybook": "^10.0.7",
115
- "storybook-addon-pseudo-states": "^10.0.7",
113
+ "storybook": "^10.1.10",
114
+ "storybook-addon-pseudo-states": "^10.1.10",
116
115
  "style-dictionary": "^5.0.0",
117
- "styled-components": "^6.1.11",
116
+ "styled-components": "~6.1.11",
118
117
  "stylis": "^4.3.0",
119
118
  "ts-node": "^10.9.1",
120
119
  "typescript": "^5.5.3",