[npm] Save exact version in package.json

This commit is contained in:
Sergey Konovalov
2023-09-20 20:33:21 +03:00
parent 479013ddfa
commit 53f46a5933
7 changed files with 98 additions and 91 deletions

View File

@ -54,17 +54,17 @@
"./build/server/Metrics"
],
"dependencies": {
"grunt": "^1.5.3",
"grunt-banner": "^0.6.0",
"grunt-check-dependencies": "^1.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-mkdir": "^1.1.0",
"grunt-stripcomments": "^0.7.2"
"grunt": "1.5.3",
"grunt-banner": "0.6.0",
"grunt-check-dependencies": "1.0.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-mkdir": "1.1.0",
"grunt-stripcomments": "0.7.2"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"jest": "^29.5.0"
"@jest/globals": "29.5.0",
"jest": "29.5.0"
},
"scripts": {
"unit tests": "cd ./DocService && jest unit --config=../tests/jest.config.js",