@projectcaluma/ember-distribution 12.8.0 → 12.10.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -13
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@projectcaluma/ember-distribution",
|
3
|
-
"version": "12.
|
3
|
+
"version": "12.10.0",
|
4
4
|
"description": "Ember engine for the Caluma distribution module.",
|
5
5
|
"keywords": [
|
6
6
|
"ember-addon",
|
@@ -10,40 +10,41 @@
|
|
10
10
|
"homepage": "https://docs.caluma.io/ember-caluma",
|
11
11
|
"repository": "github:projectcaluma/ember-caluma",
|
12
12
|
"dependencies": {
|
13
|
-
"@babel/core": "^7.23.
|
13
|
+
"@babel/core": "^7.23.9",
|
14
14
|
"@ember/legacy-built-in-components": "^0.5.0",
|
15
15
|
"@ember/string": "^3.1.1",
|
16
16
|
"@embroider/macros": "^1.13.4",
|
17
17
|
"@glimmer/component": "^1.1.2",
|
18
18
|
"@glimmer/tracking": "^1.1.2",
|
19
19
|
"ember-apollo-client": "~4.0.2",
|
20
|
-
"ember-auto-import": "^2.7.
|
20
|
+
"ember-auto-import": "^2.7.2",
|
21
21
|
"ember-can": "^4.2.0",
|
22
22
|
"ember-cli-babel": "^8.2.0",
|
23
23
|
"ember-cli-htmlbars": "^6.3.0",
|
24
24
|
"ember-concurrency": "^3.1.1",
|
25
25
|
"ember-engines-router-service": "^0.5.0",
|
26
26
|
"ember-fetch": "^8.1.2",
|
27
|
-
"ember-flatpickr": "^
|
27
|
+
"ember-flatpickr": "^6.0.0",
|
28
28
|
"ember-intl": "^6.4.0",
|
29
29
|
"ember-resources": "^6.4.2",
|
30
30
|
"ember-svg-jar": "^2.4.7",
|
31
31
|
"ember-test-selectors": "^6.0.0",
|
32
32
|
"ember-uikit": "^9.0.0",
|
33
|
+
"flatpickr": "^4.6.13",
|
33
34
|
"graphql": "^15.8.0",
|
34
35
|
"graphql-tag": "^2.12.6",
|
35
36
|
"lodash.merge": "^4.6.2",
|
36
37
|
"luxon": "^3.4.4",
|
37
38
|
"tracked-toolbox": "^2.0.0",
|
38
|
-
"@projectcaluma/ember-
|
39
|
-
"@projectcaluma/ember-form": "^12.
|
40
|
-
"@projectcaluma/ember-
|
39
|
+
"@projectcaluma/ember-workflow": "^12.10.0",
|
40
|
+
"@projectcaluma/ember-form": "^12.10.0",
|
41
|
+
"@projectcaluma/ember-core": "^12.10.0"
|
41
42
|
},
|
42
43
|
"devDependencies": {
|
43
|
-
"@ember/optional-features": "2.
|
44
|
+
"@ember/optional-features": "2.1.0",
|
44
45
|
"@ember/test-helpers": "3.2.1",
|
45
46
|
"@embroider/test-setup": "3.0.3",
|
46
|
-
"@faker-js/faker": "8.
|
47
|
+
"@faker-js/faker": "8.4.1",
|
47
48
|
"broccoli-asset-rev": "3.0.0",
|
48
49
|
"ember-cli": "5.5.0",
|
49
50
|
"ember-cli-clean-css": "3.0.0",
|
@@ -58,17 +59,17 @@
|
|
58
59
|
"ember-load-initializers": "2.1.2",
|
59
60
|
"ember-qunit": "8.0.2",
|
60
61
|
"ember-resolver": "11.0.1",
|
61
|
-
"ember-source": "5.
|
62
|
+
"ember-source": "5.6.0",
|
62
63
|
"ember-source-channel-url": "3.0.0",
|
63
64
|
"ember-try": "3.0.0",
|
64
65
|
"loader.js": "4.7.0",
|
65
66
|
"miragejs": "0.1.48",
|
66
67
|
"qunit": "2.20.0",
|
67
68
|
"qunit-dom": "3.0.0",
|
68
|
-
"sass": "1.
|
69
|
+
"sass": "1.70.0",
|
69
70
|
"uikit": "3.17.11",
|
70
|
-
"webpack": "5.
|
71
|
-
"@projectcaluma/ember-testing": "12.
|
71
|
+
"webpack": "5.90.0",
|
72
|
+
"@projectcaluma/ember-testing": "12.10.0"
|
72
73
|
},
|
73
74
|
"peerDependencies": {
|
74
75
|
"ember-engines": "^0.9.0",
|