@projectcaluma/ember-distribution 12.9.0 → 12.10.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-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,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.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",
|
@@ -36,15 +36,15 @@
|
|
36
36
|
"lodash.merge": "^4.6.2",
|
37
37
|
"luxon": "^3.4.4",
|
38
38
|
"tracked-toolbox": "^2.0.0",
|
39
|
-
"@projectcaluma/ember-
|
40
|
-
"@projectcaluma/ember-form": "^12.
|
41
|
-
"@projectcaluma/ember-
|
39
|
+
"@projectcaluma/ember-workflow": "^12.10.0",
|
40
|
+
"@projectcaluma/ember-form": "^12.10.0",
|
41
|
+
"@projectcaluma/ember-core": "^12.10.0"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
|
-
"@ember/optional-features": "2.
|
44
|
+
"@ember/optional-features": "2.1.0",
|
45
45
|
"@ember/test-helpers": "3.2.1",
|
46
46
|
"@embroider/test-setup": "3.0.3",
|
47
|
-
"@faker-js/faker": "8.
|
47
|
+
"@faker-js/faker": "8.4.1",
|
48
48
|
"broccoli-asset-rev": "3.0.0",
|
49
49
|
"ember-cli": "5.5.0",
|
50
50
|
"ember-cli-clean-css": "3.0.0",
|
@@ -68,8 +68,8 @@
|
|
68
68
|
"qunit-dom": "3.0.0",
|
69
69
|
"sass": "1.70.0",
|
70
70
|
"uikit": "3.17.11",
|
71
|
-
"webpack": "5.
|
72
|
-
"@projectcaluma/ember-testing": "12.
|
71
|
+
"webpack": "5.90.0",
|
72
|
+
"@projectcaluma/ember-testing": "12.10.0"
|
73
73
|
},
|
74
74
|
"peerDependencies": {
|
75
75
|
"ember-engines": "^0.9.0",
|