@projectcaluma/ember-distribution 12.15.0 → 12.15.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -67,7 +67,7 @@ query Controls(
67
67
  }
68
68
  }
69
69
  }
70
- case: allCases(filter: [{ id: $caseId }]) {
70
+ case: allCases(filter: [{ ids: [$caseId] }]) {
71
71
  edges {
72
72
  node {
73
73
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcaluma/ember-distribution",
3
- "version": "12.15.0",
3
+ "version": "12.15.2",
4
4
  "description": "Ember engine for the Caluma distribution module.",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -10,7 +10,7 @@
10
10
  "homepage": "https://docs.caluma.io/ember-caluma",
11
11
  "repository": "github:projectcaluma/ember-caluma",
12
12
  "dependencies": {
13
- "@babel/core": "^7.24.3",
13
+ "@babel/core": "^7.24.7",
14
14
  "@ember/legacy-built-in-components": "^0.5.0",
15
15
  "@ember/string": "^3.1.1",
16
16
  "@embroider/macros": "^1.15.0",
@@ -36,9 +36,9 @@
36
36
  "luxon": "^3.4.4",
37
37
  "reactiveweb": "^1.2.3",
38
38
  "tracked-toolbox": "^2.0.0",
39
- "@projectcaluma/ember-core": "^12.15.0",
40
- "@projectcaluma/ember-workflow": "^12.15.0",
41
- "@projectcaluma/ember-form": "^12.15.0"
39
+ "@projectcaluma/ember-core": "^12.15.2",
40
+ "@projectcaluma/ember-workflow": "^12.15.2",
41
+ "@projectcaluma/ember-form": "^12.15.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@ember/optional-features": "2.1.0",
@@ -48,7 +48,7 @@
48
48
  "broccoli-asset-rev": "3.0.0",
49
49
  "ember-cli": "5.7.0",
50
50
  "ember-cli-clean-css": "3.0.0",
51
- "ember-cli-code-coverage": "2.1.1",
51
+ "ember-cli-code-coverage": "3.0.0",
52
52
  "ember-cli-dependency-checker": "3.3.2",
53
53
  "ember-cli-inject-live-reload": "2.1.0",
54
54
  "ember-cli-mirage": "3.0.3",
@@ -67,9 +67,9 @@
67
67
  "qunit": "2.20.1",
68
68
  "qunit-dom": "3.1.2",
69
69
  "sass": "1.75.0",
70
- "uikit": "3.19.2",
70
+ "uikit": "3.21.5",
71
71
  "webpack": "5.91.0",
72
- "@projectcaluma/ember-testing": "12.15.0"
72
+ "@projectcaluma/ember-testing": "12.15.2"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "ember-engines": "^0.9.0",