@projectcaluma/ember-form 13.0.0-beta.1 → 13.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@projectcaluma/ember-form",
|
3
|
-
"version": "13.0.0
|
3
|
+
"version": "13.0.0",
|
4
4
|
"description": "Ember addon for rendering Caluma forms.",
|
5
5
|
"keywords": [
|
6
6
|
"ember-addon"
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"ember-apollo-client": "~4.0.2",
|
19
19
|
"ember-auto-import": "^2.7.4",
|
20
20
|
"ember-autoresize-modifier": "^0.7.0",
|
21
|
-
"ember-basic-dropdown": "^8.
|
21
|
+
"ember-basic-dropdown": "^8.2.0",
|
22
22
|
"ember-cli-babel": "^8.2.0",
|
23
23
|
"ember-cli-htmlbars": "^6.3.0",
|
24
24
|
"ember-cli-showdown": "^9.0.1",
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"ember-in-viewport": "^4.1.0",
|
30
30
|
"ember-intl": "^7.0.4",
|
31
31
|
"ember-math-helpers": "^4.0.0",
|
32
|
-
"ember-power-select": "^8.
|
32
|
+
"ember-power-select": "^8.3.0",
|
33
33
|
"ember-truth-helpers": "^4.0.3",
|
34
34
|
"ember-uikit": "^9.1.2",
|
35
35
|
"ember-validators": "^4.1.2",
|
@@ -37,10 +37,10 @@
|
|
37
37
|
"graphql": "^15.9.0",
|
38
38
|
"jexl": "^2.3.0",
|
39
39
|
"lodash.isequal": "^4.5.0",
|
40
|
-
"luxon": "^3.
|
40
|
+
"luxon": "^3.5.0",
|
41
41
|
"reactiveweb": "^1.3.0",
|
42
42
|
"tracked-toolbox": "^2.0.0",
|
43
|
-
"@projectcaluma/ember-core": "^13.0.0
|
43
|
+
"@projectcaluma/ember-core": "^13.0.0"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
46
|
"@ember/optional-features": "2.1.0",
|
@@ -68,15 +68,15 @@
|
|
68
68
|
"qunit": "2.21.1",
|
69
69
|
"qunit-dom": "3.2.0",
|
70
70
|
"sass": "1.77.8",
|
71
|
-
"uikit": "3.21.
|
71
|
+
"uikit": "3.21.9",
|
72
72
|
"uuid": "10.0.0",
|
73
73
|
"webpack": "5.93.0",
|
74
|
-
"@projectcaluma/ember-testing": "
|
75
|
-
"@projectcaluma/ember-workflow": "
|
74
|
+
"@projectcaluma/ember-testing": "13.0.0",
|
75
|
+
"@projectcaluma/ember-workflow": "13.0.0"
|
76
76
|
},
|
77
77
|
"peerDependencies": {
|
78
78
|
"ember-source": ">= 4.0.0",
|
79
|
-
"@projectcaluma/ember-workflow": "^
|
79
|
+
"@projectcaluma/ember-workflow": "^13.0.0"
|
80
80
|
},
|
81
81
|
"dependenciesMeta": {
|
82
82
|
"@projectcaluma/ember-core": {
|