mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
feat: and ng2-completer to dependencies list
This commit is contained in:
parent
50961f3cf5
commit
3482404b88
2 changed files with 6 additions and 0 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
@ -9541,6 +9541,11 @@
|
||||||
"resolved": "https://registry.npmjs.org/ng2-ckeditor/-/ng2-ckeditor-1.1.13.tgz",
|
"resolved": "https://registry.npmjs.org/ng2-ckeditor/-/ng2-ckeditor-1.1.13.tgz",
|
||||||
"integrity": "sha512-hOECJiTlIJYdhWAo/jYbOm6NSUR38PTSJJHDDSpYzfb3k22ilTyJUEv8u9GxdGNwJsQuANvYTslCpabES0Ea0A=="
|
"integrity": "sha512-hOECJiTlIJYdhWAo/jYbOm6NSUR38PTSJJHDDSpYzfb3k22ilTyJUEv8u9GxdGNwJsQuANvYTslCpabES0Ea0A=="
|
||||||
},
|
},
|
||||||
|
"ng2-completer": {
|
||||||
|
"version": "2.0.8",
|
||||||
|
"resolved": "https://registry.npmjs.org/ng2-completer/-/ng2-completer-2.0.8.tgz",
|
||||||
|
"integrity": "sha512-WzxJ4u3vAHsfBUaFCloEBoirPZrnDabtWEKyDok7dtjhS1ZvcbwQ4asdXuDO0hZ0T1QC66U/PwLhKfkG501hVg=="
|
||||||
|
},
|
||||||
"ng2-smart-table": {
|
"ng2-smart-table": {
|
||||||
"version": "1.3.5",
|
"version": "1.3.5",
|
||||||
"resolved": "https://registry.npmjs.org/ng2-smart-table/-/ng2-smart-table-1.3.5.tgz",
|
"resolved": "https://registry.npmjs.org/ng2-smart-table/-/ng2-smart-table-1.3.5.tgz",
|
||||||
|
|
|
@ -65,6 +65,7 @@
|
||||||
"leaflet": "1.2.0",
|
"leaflet": "1.2.0",
|
||||||
"nebular-icons": "1.0.9",
|
"nebular-icons": "1.0.9",
|
||||||
"ng2-ckeditor": "1.1.13",
|
"ng2-ckeditor": "1.1.13",
|
||||||
|
"ng2-completer": "2.0.8",
|
||||||
"ng2-smart-table": "1.3.5",
|
"ng2-smart-table": "1.3.5",
|
||||||
"ngx-echarts": "2.0.1",
|
"ngx-echarts": "2.0.1",
|
||||||
"normalize.css": "6.0.0",
|
"normalize.css": "6.0.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue