@gooddata/sdk-ui-kit 11.15.0-alpha.12 → 11.15.0-alpha.14

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 +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-kit",
3
- "version": "11.15.0-alpha.12",
3
+ "version": "11.15.0-alpha.14",
4
4
  "description": "GoodData SDK - UI Building Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -76,11 +76,11 @@
76
76
  "tslib": "2.8.1",
77
77
  "unified": "^11.0.5",
78
78
  "uuid": "^11.1.0",
79
- "@gooddata/sdk-model": "11.15.0-alpha.12",
80
- "@gooddata/sdk-ui": "11.15.0-alpha.12",
81
- "@gooddata/util": "11.15.0-alpha.12",
82
- "@gooddata/sdk-ui-theme-provider": "11.15.0-alpha.12",
83
- "@gooddata/sdk-backend-spi": "11.15.0-alpha.12"
79
+ "@gooddata/sdk-backend-spi": "11.15.0-alpha.14",
80
+ "@gooddata/sdk-model": "11.15.0-alpha.14",
81
+ "@gooddata/sdk-ui": "11.15.0-alpha.14",
82
+ "@gooddata/sdk-ui-theme-provider": "11.15.0-alpha.14",
83
+ "@gooddata/util": "11.15.0-alpha.14"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@gooddata/stylelint-config": "^5.0.0",
@@ -130,9 +130,9 @@
130
130
  "typescript": "5.8.3",
131
131
  "vitest": "3.2.4",
132
132
  "vitest-dom": "0.1.1",
133
- "@gooddata/eslint-config": "11.15.0-alpha.12",
134
- "@gooddata/reference-workspace": "11.15.0-alpha.12",
135
- "@gooddata/sdk-backend-mockingbird": "11.15.0-alpha.12"
133
+ "@gooddata/eslint-config": "11.15.0-alpha.14",
134
+ "@gooddata/reference-workspace": "11.15.0-alpha.14",
135
+ "@gooddata/sdk-backend-mockingbird": "11.15.0-alpha.14"
136
136
  },
137
137
  "peerDependencies": {
138
138
  "react": "^18.0.0 || ^19.0.0",
@@ -147,12 +147,12 @@
147
147
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
148
148
  "dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
149
149
  "dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
150
- "eslint": "eslint -c .eslintrc.cjs src/",
151
- "eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs src/",
152
- "eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
153
- "generate-theme": "node scripts/generateDefaultThemeScss.js && prettier --write ./src/@ui/defaultTheme.scss",
154
- "prettier-check": "prettier --check '{src,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
155
- "prettier-write": "prettier --write '{src,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
150
+ "eslint": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore .",
151
+ "eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs --ignore-path ../.eslintignore .",
152
+ "eslint-fix": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore . --fix",
153
+ "generate-theme": "node scripts/generateDefaultThemeScss.js && prettier --no-error-on-unmatched-pattern --write ./src/@ui/defaultTheme.scss",
154
+ "prettier-check": "prettier --no-error-on-unmatched-pattern --check '{src,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
155
+ "prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
156
156
  "scss": "sass --load-path=node_modules --load-path=node_modules/fixed-data-table-2/dist styles/scss:styles/css",
157
157
  "stylelint": "stylelint '**/*.scss'",
158
158
  "stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",