mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[npm] Save exact version in package.json
This commit is contained in:
18
package.json
18
package.json
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user