Update packages
This commit is contained in:
51
package.json
51
package.json
@@ -23,48 +23,45 @@
|
||||
"url": "git+https://github.com/CasperTech/node-metaverse.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/micromatch": "^4.0.1",
|
||||
"@types/node": "^14.14.10",
|
||||
"mocha": "^8.2.1",
|
||||
"source-map-support": "^0.5.19",
|
||||
"ts-node": "^7.0.1",
|
||||
"@types/micromatch": "^4.0.2",
|
||||
"@types/node": "^16.9.6",
|
||||
"@types/uuid": "^8.3.1",
|
||||
"mocha": "^9.1.1",
|
||||
"source-map-support": "^0.5.20",
|
||||
"ts-node": "^10.2.1",
|
||||
"tslint": "^6.1.3",
|
||||
"tslint-eslint-rules": "^5.4.0",
|
||||
"typescript": "^4.1.2"
|
||||
"typescript": "^4.4.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@caspertech/llsd": "^1.0.3",
|
||||
"@types/long": "^4.0.1",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/request": "^2.48.5",
|
||||
"@types/mocha": "^9.0.0",
|
||||
"@types/request": "^2.48.7",
|
||||
"@types/tiny-async-pool": "^1.0.0",
|
||||
"@types/uuid": "^3.4.9",
|
||||
"@types/validator": "^9.4.4",
|
||||
"@types/xml": "^1.0.5",
|
||||
"@types/xml2js": "^0.4.7",
|
||||
"@types/xmlrpc": "^1.3.6",
|
||||
"chalk": "^3.0.0",
|
||||
"flatted": "^2.0.1",
|
||||
"fs-extra": "^9.0.1",
|
||||
"glob": "^7.1.6",
|
||||
"ipaddr.js": "^1.9.1",
|
||||
"logform": "^2.1.2",
|
||||
"@types/validator": "^13.6.3",
|
||||
"@types/xml": "^1.0.6",
|
||||
"@types/xml2js": "^0.4.9",
|
||||
"@types/xmlrpc": "^1.3.7",
|
||||
"chalk": "^4.1.2",
|
||||
"flatted": "^3.2.2",
|
||||
"fs-extra": "^10.0.0",
|
||||
"glob": "^7.1.7",
|
||||
"ipaddr.js": "^2.0.1",
|
||||
"logform": "^2.3.0",
|
||||
"long": "^4.0.0",
|
||||
"micromatch": "^4.0.2",
|
||||
"micromatch": "^4.0.4",
|
||||
"moment": "^2.29.1",
|
||||
"rbush-3d": "0.0.4",
|
||||
"request": "^2.88.2",
|
||||
"rxjs": "^6.6.3",
|
||||
"tar": "git+https://github.com/CasperTech/node-tar.git",
|
||||
"tar-fs": "^2.0.0",
|
||||
"tar-stream": "^2.1.0",
|
||||
"rxjs": "^7.3.0",
|
||||
"tiny-async-pool": "^1.2.0",
|
||||
"uuid": "^3.4.0",
|
||||
"uuid": "^8.3.2",
|
||||
"validator": "^13.6.0",
|
||||
"winston": "^3.2.1",
|
||||
"winston": "^3.3.3",
|
||||
"xml": "^1.0.1",
|
||||
"xml2js": "^0.4.23",
|
||||
"xmlbuilder": "^13.0.2",
|
||||
"xmlbuilder": "^15.1.1",
|
||||
"xmlrpc": "^1.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user