@ember-eui/core 1.3.3 → 1.3.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.
- package/CHANGELOG.md +8 -0
- package/package.json +4 -17
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-eui/core",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "Ember Components for Elastic UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -77,9 +77,6 @@
|
|
|
77
77
|
"ember-style-modifier": "^0.6.0",
|
|
78
78
|
"ember-svg-jar": "https://github.com/betocantu93/ember-svg-jar.git#add-bundle-flag",
|
|
79
79
|
"ember-truth-helpers": "^2.1.0",
|
|
80
|
-
"resolve": "^1.13.1"
|
|
81
|
-
},
|
|
82
|
-
"peerDependencies": {
|
|
83
80
|
"highlight.js": "^9.18.5",
|
|
84
81
|
"lodash-es": "^4.17.21",
|
|
85
82
|
"mdast-util-to-hast": "^10.0.0",
|
|
@@ -90,6 +87,7 @@
|
|
|
90
87
|
"remark-highlight.js": "^6.0.0",
|
|
91
88
|
"remark-parse": "^8.0.3",
|
|
92
89
|
"remark-rehype": "^8.0.0",
|
|
90
|
+
"resolve": "^1.13.1",
|
|
93
91
|
"tabbable": "^5.1.5",
|
|
94
92
|
"unified": "^9.2.0",
|
|
95
93
|
"vfile": "^4.2.0"
|
|
@@ -133,24 +131,13 @@
|
|
|
133
131
|
"eslint-plugin-ember": "^8.9.1",
|
|
134
132
|
"eslint-plugin-node": "^11.1.0",
|
|
135
133
|
"eslint-plugin-prettier": "^3.3.1",
|
|
136
|
-
"highlight.js": "^9.18.5",
|
|
137
134
|
"loader.js": "^4.7.0",
|
|
138
135
|
"lodash-es": "^4.17.21",
|
|
139
136
|
"mdast-util-to-hast": "^10.0.0",
|
|
140
137
|
"npm-run-all": "^4.1.5",
|
|
141
138
|
"prettier": "^2.2.1",
|
|
142
139
|
"qunit-dom": "^1.2.0",
|
|
143
|
-
"
|
|
144
|
-
"rehype-stringify": "^8.0.0",
|
|
145
|
-
"remark-breaks": "^3.0.2",
|
|
146
|
-
"remark-emoji": "^2.1.0",
|
|
147
|
-
"remark-highlight.js": "^6.0.0",
|
|
148
|
-
"remark-parse": "^8.0.3",
|
|
149
|
-
"remark-rehype": "^8.0.0",
|
|
150
|
-
"tabbable": "^5.1.5",
|
|
151
|
-
"typescript": "^4.0.3",
|
|
152
|
-
"unified": "^9.2.0",
|
|
153
|
-
"vfile": "^4.2.0"
|
|
140
|
+
"typescript": "^4.0.3"
|
|
154
141
|
},
|
|
155
142
|
"publishConfig": {
|
|
156
143
|
"access": "public"
|
|
@@ -167,5 +154,5 @@
|
|
|
167
154
|
"volta": {
|
|
168
155
|
"node": "12.22.1"
|
|
169
156
|
},
|
|
170
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "2b0280132305a4103d875d4def08a0364139a580"
|
|
171
158
|
}
|