@aivenio/aquarium 1.25.0 → 1.26.0-rc1
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": "@aivenio/aquarium",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.26.0-rc1",
|
4
4
|
"description": "Aiven Aquarium design system",
|
5
5
|
"main": "dist/system.cjs",
|
6
6
|
"module": "dist/system.mjs",
|
@@ -83,27 +83,26 @@
|
|
83
83
|
"@actions/core": "^1.10.0",
|
84
84
|
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
|
85
85
|
"@aivenio/eslint-config-aiven": "^4.0.2",
|
86
|
-
"@babel/core": "^7.
|
86
|
+
"@babel/core": "^7.22.5",
|
87
87
|
"@babel/preset-env": "^7.20.2",
|
88
88
|
"@babel/preset-react": "^7.18.6",
|
89
89
|
"@babel/preset-typescript": "^7.18.6",
|
90
90
|
"@iconify/tools": "^2.0.14",
|
91
|
-
"@storybook/addon-a11y": "^7.0.
|
92
|
-
"@storybook/addon-essentials": "^7.0.
|
93
|
-
"@storybook/addon-links": "^7.0.
|
94
|
-
"@storybook/addon-mdx-gfm": "^7.0.
|
91
|
+
"@storybook/addon-a11y": "^7.1.0-alpha.29",
|
92
|
+
"@storybook/addon-essentials": "^7.1.0-alpha.29",
|
93
|
+
"@storybook/addon-links": "^7.1.0-alpha.29",
|
94
|
+
"@storybook/addon-mdx-gfm": "^7.1.0-alpha.29",
|
95
95
|
"@storybook/addon-postcss": "^2.0.0",
|
96
|
-
"@storybook/addon-storyshots": "^7.0.
|
97
|
-
"@storybook/addon-toolbars": "^7.0.
|
98
|
-
"@storybook/addons": "^7.0.
|
96
|
+
"@storybook/addon-storyshots": "^7.1.0-alpha.29",
|
97
|
+
"@storybook/addon-toolbars": "^7.1.0-alpha.29",
|
98
|
+
"@storybook/addons": "^7.1.0-alpha.29",
|
99
99
|
"@storybook/preset-typescript": "^3.0.0",
|
100
|
-
"@storybook/react": "^7.0.
|
101
|
-
"@storybook/react-webpack5": "^7.0.
|
100
|
+
"@storybook/react": "^7.1.0-alpha.29",
|
101
|
+
"@storybook/react-webpack5": "^7.1.0-alpha.29",
|
102
102
|
"@tailwindcss/line-clamp": "^0.4.2",
|
103
103
|
"@testing-library/dom": "^8.20.0",
|
104
104
|
"@testing-library/jest-dom": "^5.16.5",
|
105
|
-
"@testing-library/react": "^
|
106
|
-
"@testing-library/react-hooks": "^8.0.1",
|
105
|
+
"@testing-library/react": "^14.0.0",
|
107
106
|
"@testing-library/user-event": "^14.4.3",
|
108
107
|
"@tryfabric/mack": "^1.2.1",
|
109
108
|
"@types/common-tags": "^1.8.0",
|
@@ -129,7 +128,6 @@
|
|
129
128
|
"esbuild": "^0.15.8",
|
130
129
|
"eslint": "^8.42.0",
|
131
130
|
"eslint-import-resolver-typescript": "^3.5.5",
|
132
|
-
"eslint-plugin-design-system": "file:contrib/dev/eslint",
|
133
131
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
134
132
|
"eslint-plugin-react": "^7.32.2",
|
135
133
|
"figma-js": "^1.15.0",
|
@@ -149,10 +147,10 @@
|
|
149
147
|
"postcss-reporter": "^7.0.5",
|
150
148
|
"postcss-ts-classnames": "^0.3.0",
|
151
149
|
"prettier": "^2.8.3",
|
152
|
-
"react": "^
|
153
|
-
"react-dom": "^
|
154
|
-
"react-test-renderer": "^
|
155
|
-
"storybook": "^7.0.
|
150
|
+
"react": "^18.2.0",
|
151
|
+
"react-dom": "^18.2.0",
|
152
|
+
"react-test-renderer": "^18.2.0",
|
153
|
+
"storybook": "^7.1.0-alpha.29",
|
156
154
|
"style-dictionary": "^3.7.0",
|
157
155
|
"tailwindcss": "^3.2.4",
|
158
156
|
"tailwindcss-children": "^2.1.0",
|
@@ -180,8 +178,8 @@
|
|
180
178
|
},
|
181
179
|
"peerDependencies": {
|
182
180
|
"lodash": "4.x",
|
183
|
-
"react": "16.x || 17.x",
|
184
|
-
"react-dom": "16.x || 17.x"
|
181
|
+
"react": "16.x || 17.x || 18.x",
|
182
|
+
"react-dom": "16.x || 17.x || 18.x"
|
185
183
|
},
|
186
184
|
"browserslist": [
|
187
185
|
"defaults"
|
@@ -189,4 +187,4 @@
|
|
189
187
|
"resolutions": {
|
190
188
|
"webpack": "^5"
|
191
189
|
}
|
192
|
-
}
|
190
|
+
}
|