@projectcaluma/ember-distribution 14.4.2 → 14.4.4

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.
@@ -14,7 +14,7 @@
14
14
  </a>
15
15
  <div uk-dropdown class="uk-width-auto">
16
16
  <ul
17
- class="uk-list uk-list-bullet uk-margin-remove uk-padding-remove"
17
+ class="uk-list uk-list-disc uk-margin-remove uk-padding-remove"
18
18
  data-test-selected-groups
19
19
  >
20
20
  {{#each this.selectedGroups as |identifier|}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcaluma/ember-distribution",
3
- "version": "14.4.2",
3
+ "version": "14.4.4",
4
4
  "description": "Ember engine for the Caluma distribution module.",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -39,9 +39,9 @@
39
39
  "luxon": "^3.5.0",
40
40
  "reactiveweb": "^1.3.0",
41
41
  "tracked-toolbox": "^2.0.0",
42
- "@projectcaluma/ember-form": "^14.4.2",
43
- "@projectcaluma/ember-workflow": "^14.4.2",
44
- "@projectcaluma/ember-core": "^14.4.2"
42
+ "@projectcaluma/ember-workflow": "^14.4.4",
43
+ "@projectcaluma/ember-core": "^14.4.4",
44
+ "@projectcaluma/ember-form": "^14.4.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@ember/optional-features": "2.2.0",
@@ -59,7 +59,7 @@
59
59
  "ember-cli-sri": "2.1.1",
60
60
  "ember-cli-terser": "4.0.2",
61
61
  "ember-engines": "0.12.0",
62
- "ember-qunit": "9.0.3",
62
+ "ember-qunit": "9.0.4",
63
63
  "ember-source": "6.1.0",
64
64
  "ember-source-channel-url": "3.0.0",
65
65
  "ember-try": "4.0.0",
@@ -67,10 +67,10 @@
67
67
  "miragejs": "0.1.48",
68
68
  "qunit": "2.24.1",
69
69
  "qunit-dom": "3.5.0",
70
- "sass": "1.92.1",
71
- "uikit": "3.23.12",
70
+ "sass": "1.93.2",
71
+ "uikit": "3.23.13",
72
72
  "webpack": "5.101.3",
73
- "@projectcaluma/ember-testing": "14.4.2"
73
+ "@projectcaluma/ember-testing": "14.4.4"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "ember-engines": "^0.11.0",