Move ng-mocks to dev dependencies. It's only for testing

This commit is contained in:
Tim Donohue
2024-10-16 13:37:32 -05:00
parent 4bb1baf638
commit a8115b7201
2 changed files with 3 additions and 2 deletions

3
package-lock.json generated
View File

@@ -66,7 +66,6 @@
"mirador-dl-plugin": "^0.13.0",
"mirador-share-plugin": "^0.11.0",
"morgan": "^1.10.0",
"ng-mocks": "^14.13.1",
"ng2-file-upload": "5.0.0",
"ng2-nouislider": "^2.0.0",
"ngx-infinite-scroll": "^16.0.0",
@@ -140,6 +139,7 @@
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-mocha-reporter": "2.2.5",
"ng-mocks": "^14.13.1",
"ngx-mask": "14.2.4",
"nodemon": "^2.0.22",
"postcss": "^8.4",
@@ -16720,6 +16720,7 @@
"version": "14.13.1",
"resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-14.13.1.tgz",
"integrity": "sha512-eyfnjXeC108SqVD09i/cBwCpKkK0JjBoAg8jp7oQS2HS081K3WJTttFpgLGeLDYKmZsZ6nYpI+HHNQ3OksaJ7A==",
"dev": true,
"funding": {
"url": "https://github.com/sponsors/help-me-mom"
},

View File

@@ -153,7 +153,6 @@
"mirador-dl-plugin": "^0.13.0",
"mirador-share-plugin": "^0.11.0",
"morgan": "^1.10.0",
"ng-mocks": "^14.13.1",
"ng2-file-upload": "5.0.0",
"ng2-nouislider": "^2.0.0",
"ngx-infinite-scroll": "^16.0.0",
@@ -227,6 +226,7 @@
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-mocha-reporter": "2.2.5",
"ng-mocks": "^14.13.1",
"ngx-mask": "14.2.4",
"nodemon": "^2.0.22",
"postcss": "^8.4",