@gooddata/sdk-ui-kit 10.30.0-alpha.1 → 10.30.0-alpha.3

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-kit",
3
- "version": "10.30.0-alpha.1",
3
+ "version": "10.30.0-alpha.3",
4
4
  "description": "GoodData SDK - UI Building Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -75,11 +75,11 @@
75
75
  "@codemirror/autocomplete": "^6.18.6",
76
76
  "@lezer/highlight": "~1.2.1",
77
77
  "@codemirror/commands": "~6.8.1",
78
- "@gooddata/sdk-backend-spi": "10.30.0-alpha.1",
79
- "@gooddata/sdk-ui": "10.30.0-alpha.1",
80
- "@gooddata/sdk-model": "10.30.0-alpha.1",
81
- "@gooddata/sdk-ui-theme-provider": "10.30.0-alpha.1",
82
- "@gooddata/util": "10.30.0-alpha.1"
78
+ "@gooddata/sdk-backend-spi": "10.30.0-alpha.3",
79
+ "@gooddata/sdk-model": "10.30.0-alpha.3",
80
+ "@gooddata/sdk-ui": "10.30.0-alpha.3",
81
+ "@gooddata/util": "10.30.0-alpha.3",
82
+ "@gooddata/sdk-ui-theme-provider": "10.30.0-alpha.3"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -137,8 +137,8 @@
137
137
  "typescript": "5.3.3",
138
138
  "vitest": "3.0.8",
139
139
  "vitest-dom": "0.1.1",
140
- "@gooddata/reference-workspace": "10.30.0-alpha.1",
141
- "@gooddata/sdk-backend-mockingbird": "10.30.0-alpha.1"
140
+ "@gooddata/sdk-backend-mockingbird": "10.30.0-alpha.3",
141
+ "@gooddata/reference-workspace": "10.30.0-alpha.3"
142
142
  },
143
143
  "scripts": {
144
144
  "clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",