@projectcaluma/ember-distribution 12.10.4 → 12.11.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@projectcaluma/ember-distribution",
|
3
|
-
"version": "12.
|
3
|
+
"version": "12.11.1",
|
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.
|
13
|
+
"@babel/core": "^7.24.3",
|
14
14
|
"@ember/legacy-built-in-components": "^0.5.0",
|
15
15
|
"@ember/string": "^3.1.1",
|
16
16
|
"@embroider/macros": "^1.15.0",
|
@@ -21,14 +21,14 @@
|
|
21
21
|
"ember-can": "^4.2.0",
|
22
22
|
"ember-cli-babel": "^8.2.0",
|
23
23
|
"ember-cli-htmlbars": "^6.3.0",
|
24
|
-
"ember-concurrency": "^4.0.
|
24
|
+
"ember-concurrency": "^4.0.2",
|
25
25
|
"ember-engines-router-service": "^0.5.1",
|
26
26
|
"ember-fetch": "^8.1.2",
|
27
27
|
"ember-flatpickr": "^8.0.0",
|
28
28
|
"ember-intl": "^6.5.3",
|
29
29
|
"ember-svg-jar": "^2.4.9",
|
30
30
|
"ember-test-selectors": "^6.0.0",
|
31
|
-
"ember-uikit": "^9.
|
31
|
+
"ember-uikit": "^9.1.1",
|
32
32
|
"flatpickr": "^4.6.13",
|
33
33
|
"graphql": "^15.8.0",
|
34
34
|
"graphql-tag": "^2.12.6",
|
@@ -36,9 +36,9 @@
|
|
36
36
|
"luxon": "^3.4.4",
|
37
37
|
"reactiveweb": "^1.2.2",
|
38
38
|
"tracked-toolbox": "^2.0.0",
|
39
|
-
"@projectcaluma/ember-
|
40
|
-
"@projectcaluma/ember-
|
41
|
-
"@projectcaluma/ember-
|
39
|
+
"@projectcaluma/ember-core": "^12.11.1",
|
40
|
+
"@projectcaluma/ember-form": "^12.11.1",
|
41
|
+
"@projectcaluma/ember-workflow": "^12.11.1"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
44
|
"@ember/optional-features": "2.1.0",
|
@@ -66,10 +66,10 @@
|
|
66
66
|
"miragejs": "0.1.48",
|
67
67
|
"qunit": "2.20.1",
|
68
68
|
"qunit-dom": "3.0.0",
|
69
|
-
"sass": "1.
|
69
|
+
"sass": "1.75.0",
|
70
70
|
"uikit": "3.19.2",
|
71
|
-
"webpack": "5.
|
72
|
-
"@projectcaluma/ember-testing": "12.
|
71
|
+
"webpack": "5.91.0",
|
72
|
+
"@projectcaluma/ember-testing": "12.11.1"
|
73
73
|
},
|
74
74
|
"peerDependencies": {
|
75
75
|
"ember-engines": "^0.9.0",
|