mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-11 08:46:16 +00:00
refactor: update all
This commit is contained in:
923
package-lock.json
generated
923
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
@@ -17,21 +17,21 @@
|
||||
"description": "Node.js library to interact with the StApps backend service",
|
||||
"dependencies": {
|
||||
"@krlwlfrt/async-pool": "0.7.0",
|
||||
"@openstapps/core": "0.72.0",
|
||||
"@openstapps/core-tools": "0.32.0",
|
||||
"@openstapps/core": "0.75.0",
|
||||
"@openstapps/core-tools": "0.34.0",
|
||||
"@openstapps/logger": "1.1.1",
|
||||
"@types/cli-progress": "3.11.0",
|
||||
"@types/express": "4.17.14",
|
||||
"@types/morgan": "1.9.3",
|
||||
"@types/node": "14.18.34",
|
||||
"@types/express": "4.17.17",
|
||||
"@types/morgan": "1.9.4",
|
||||
"@types/node": "14.18.43",
|
||||
"@types/traverse": "0.6.32",
|
||||
"@types/uuid": "8.3.4",
|
||||
"@types/wait-on": "5.3.1",
|
||||
"body-parser": "1.20.1",
|
||||
"cli-progress": "3.11.2",
|
||||
"commander": "9.4.1",
|
||||
"body-parser": "1.20.2",
|
||||
"cli-progress": "3.12.0",
|
||||
"commander": "9.5.0",
|
||||
"express": "4.18.2",
|
||||
"got": "11.8.5",
|
||||
"got": "11.8.6",
|
||||
"json-schema": "0.4.0",
|
||||
"moment": "2.29.4",
|
||||
"morgan": "1.10.0",
|
||||
@@ -42,10 +42,10 @@
|
||||
},
|
||||
"license": "GPL-3.0-only",
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.33.0",
|
||||
"@openstapps/configuration": "0.34.0",
|
||||
"@openstapps/eslint-config": "1.1.0",
|
||||
"@testdeck/mocha": "0.3.3",
|
||||
"@types/chai": "4.3.4",
|
||||
"@types/chai": "4.3.5",
|
||||
"@types/chai-as-promised": "7.1.5",
|
||||
"@types/chai-spies": "1.0.3",
|
||||
"@types/fs-extra": "9.0.13",
|
||||
@@ -57,17 +57,17 @@
|
||||
"chai-as-promised": "7.1.1",
|
||||
"chai-spies": "1.0.0",
|
||||
"conventional-changelog-cli": "2.2.2",
|
||||
"eslint": "8.29.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-jsdoc": "39.6.4",
|
||||
"eslint": "8.39.0",
|
||||
"eslint-config-prettier": "8.8.0",
|
||||
"eslint-plugin-jsdoc": "39.9.1",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-unicorn": "43.0.2",
|
||||
"fs-extra": "10.1.0",
|
||||
"mocha": "10.1.0",
|
||||
"nock": "13.2.9",
|
||||
"mocha": "10.2.0",
|
||||
"nock": "13.3.1",
|
||||
"nyc": "15.1.0",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"prettier": "2.8.0",
|
||||
"prettier": "2.8.8",
|
||||
"rimraf": "3.0.2",
|
||||
"ts-node": "10.9.1",
|
||||
"tslint": "6.1.3",
|
||||
@@ -85,7 +85,7 @@
|
||||
"Thea Schöbl <dev@theaninova.de>"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@openstapps/core": "~0.72.0"
|
||||
"@openstapps/core": "~0.75.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user