mirror of
https://github.com/directus/directus.git
synced 2026-01-23 04:58:00 -05:00
fix(deps): pin dependencies (#6323)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -151,36 +151,36 @@
|
||||
},
|
||||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
|
||||
"devDependencies": {
|
||||
"@types/async": "^3.2.6",
|
||||
"@types/atob": "^2.1.2",
|
||||
"@types/body-parser": "^1.19.0",
|
||||
"@types/busboy": "^0.2.3",
|
||||
"@types/cookie-parser": "^1.4.2",
|
||||
"@types/cors": "^2.8.10",
|
||||
"@types/destroy": "^1.0.0",
|
||||
"@types/express": "^4.17.12",
|
||||
"@types/express-pino-logger": "^4.0.2",
|
||||
"@types/express-session": "^1.17.3",
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/inquirer": "^7.3.1",
|
||||
"@types/js-yaml": "^4.0.1",
|
||||
"@types/json2csv": "^5.0.2",
|
||||
"@types/jsonwebtoken": "^8.5.1",
|
||||
"@types/keyv": "^3.1.1",
|
||||
"@types/lodash": "^4.14.170",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
"@types/ms": "^0.7.31",
|
||||
"@types/node": "^15.12.0",
|
||||
"@types/node-cron": "^2.0.3",
|
||||
"@types/nodemailer": "^6.4.1",
|
||||
"@types/qs": "^6.9.6",
|
||||
"@types/sharp": "^0.28.3",
|
||||
"@types/stream-json": "^1.7.0",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@types/uuid-validate": "^0.0.1",
|
||||
"copyfiles": "^2.4.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"ts-node-dev": "^1.0.0",
|
||||
"typescript": "^4.3.2"
|
||||
"@types/async": "3.2.6",
|
||||
"@types/atob": "2.1.2",
|
||||
"@types/body-parser": "1.19.0",
|
||||
"@types/busboy": "0.2.3",
|
||||
"@types/cookie-parser": "1.4.2",
|
||||
"@types/cors": "2.8.10",
|
||||
"@types/destroy": "1.0.0",
|
||||
"@types/express": "4.17.12",
|
||||
"@types/express-pino-logger": "4.0.2",
|
||||
"@types/express-session": "1.17.3",
|
||||
"@types/fs-extra": "9.0.11",
|
||||
"@types/inquirer": "7.3.1",
|
||||
"@types/js-yaml": "4.0.1",
|
||||
"@types/json2csv": "5.0.2",
|
||||
"@types/jsonwebtoken": "8.5.1",
|
||||
"@types/keyv": "3.1.1",
|
||||
"@types/lodash": "4.14.170",
|
||||
"@types/mime-types": "2.1.0",
|
||||
"@types/ms": "0.7.31",
|
||||
"@types/node": "15.12.2",
|
||||
"@types/node-cron": "2.0.3",
|
||||
"@types/nodemailer": "6.4.2",
|
||||
"@types/qs": "6.9.6",
|
||||
"@types/sharp": "0.28.3",
|
||||
"@types/stream-json": "1.7.0",
|
||||
"@types/uuid": "8.3.0",
|
||||
"@types/uuid-validate": "0.0.1",
|
||||
"copyfiles": "2.4.1",
|
||||
"cross-env": "7.0.3",
|
||||
"ts-node-dev": "1.1.6",
|
||||
"typescript": "4.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
114
app/package.json
114
app/package.json
@@ -30,62 +30,62 @@
|
||||
"devDependencies": {
|
||||
"@directus/docs": "9.0.0-rc.76",
|
||||
"@directus/format-title": "9.0.0-rc.76",
|
||||
"@fullcalendar/core": "^5.7.2",
|
||||
"@fullcalendar/daygrid": "^5.7.2",
|
||||
"@fullcalendar/interaction": "^5.7.2",
|
||||
"@fullcalendar/list": "^5.7.2",
|
||||
"@fullcalendar/timegrid": "^5.7.2",
|
||||
"@popperjs/core": "^2.9.2",
|
||||
"@rollup/plugin-yaml": "^3.0.0",
|
||||
"@sindresorhus/slugify": "^2.1.0",
|
||||
"@tinymce/tinymce-vue": "^4.0.3",
|
||||
"@types/base-64": "^1.0.0",
|
||||
"@types/bytes": "^3.1.0",
|
||||
"@types/codemirror": "^5.60.0",
|
||||
"@types/color": "^3.0.1",
|
||||
"@types/diff": "^5.0.0",
|
||||
"@types/dompurify": "^2.2.2",
|
||||
"@types/lodash": "^4.14.170",
|
||||
"@types/markdown-it": "^12.0.1",
|
||||
"@types/marked": "^2.0.3",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
"@types/ms": "^0.7.31",
|
||||
"@types/qrcode": "^1.4.0",
|
||||
"@vitejs/plugin-vue": "^1.2.1",
|
||||
"@vue/cli-plugin-babel": "^4.5.13",
|
||||
"@vue/cli-plugin-router": "^4.5.8",
|
||||
"@vue/cli-plugin-typescript": "^4.5.13",
|
||||
"@vue/cli-plugin-vuex": "^4.5.8",
|
||||
"@vue/cli-service": "^4.5.13",
|
||||
"@vue/compiler-sfc": "^3.0.5",
|
||||
"axios": "^0.21.1",
|
||||
"base-64": "^1.0.0",
|
||||
"codemirror": "^5.61.1",
|
||||
"copyfiles": "^2.4.1",
|
||||
"cropperjs": "^1.5.12",
|
||||
"date-fns": "^2.21.1",
|
||||
"dompurify": "^2.2.9",
|
||||
"escape-string-regexp": "^5.0.0",
|
||||
"front-matter": "^4.0.2",
|
||||
"html-entities": "^2.3.2",
|
||||
"jsonlint-mod": "^1.7.6",
|
||||
"marked": "^2.0.7",
|
||||
"micromustache": "^8.0.3",
|
||||
"mime": "^2.5.2",
|
||||
"mitt": "^2.1.0",
|
||||
"nanoid": "^3.1.23",
|
||||
"pinia": "^2.0.0-alpha.13",
|
||||
"prettier": "^2.3.1",
|
||||
"pretty-ms": "^7.0.1",
|
||||
"qrcode": "^1.4.4",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass": "^1.35.1",
|
||||
"tinymce": "^5.7.1",
|
||||
"typescript": "^4.2.4",
|
||||
"vite": "^2.3.7",
|
||||
"vue": "^3.0.5",
|
||||
"vue-i18n": "^9.1.6",
|
||||
"vue-router": "^4.0.6",
|
||||
"vuedraggable": "^4.0.3"
|
||||
"@fullcalendar/core": "5.7.2",
|
||||
"@fullcalendar/daygrid": "5.7.2",
|
||||
"@fullcalendar/interaction": "5.7.2",
|
||||
"@fullcalendar/list": "5.7.2",
|
||||
"@fullcalendar/timegrid": "5.7.2",
|
||||
"@popperjs/core": "2.9.2",
|
||||
"@rollup/plugin-yaml": "3.0.0",
|
||||
"@sindresorhus/slugify": "2.1.0",
|
||||
"@tinymce/tinymce-vue": "4.0.3",
|
||||
"@types/base-64": "1.0.0",
|
||||
"@types/bytes": "3.1.0",
|
||||
"@types/codemirror": "5.60.0",
|
||||
"@types/color": "3.0.1",
|
||||
"@types/diff": "5.0.0",
|
||||
"@types/dompurify": "2.2.2",
|
||||
"@types/lodash": "4.14.170",
|
||||
"@types/markdown-it": "12.0.2",
|
||||
"@types/marked": "2.0.3",
|
||||
"@types/mime-types": "2.1.0",
|
||||
"@types/ms": "0.7.31",
|
||||
"@types/qrcode": "1.4.0",
|
||||
"@vitejs/plugin-vue": "1.2.3",
|
||||
"@vue/cli-plugin-babel": "4.5.13",
|
||||
"@vue/cli-plugin-router": "4.5.13",
|
||||
"@vue/cli-plugin-typescript": "4.5.13",
|
||||
"@vue/cli-plugin-vuex": "4.5.13",
|
||||
"@vue/cli-service": "4.5.13",
|
||||
"@vue/compiler-sfc": "3.1.1",
|
||||
"axios": "0.21.1",
|
||||
"base-64": "1.0.0",
|
||||
"codemirror": "5.61.1",
|
||||
"copyfiles": "2.4.1",
|
||||
"cropperjs": "1.5.12",
|
||||
"date-fns": "2.22.1",
|
||||
"dompurify": "2.2.9",
|
||||
"escape-string-regexp": "5.0.0",
|
||||
"front-matter": "4.0.2",
|
||||
"html-entities": "2.3.2",
|
||||
"jsonlint-mod": "1.7.6",
|
||||
"marked": "2.0.7",
|
||||
"micromustache": "8.0.3",
|
||||
"mime": "2.5.2",
|
||||
"mitt": "2.1.0",
|
||||
"nanoid": "3.1.23",
|
||||
"pinia": "2.0.0-beta.2",
|
||||
"prettier": "2.3.1",
|
||||
"pretty-ms": "7.0.1",
|
||||
"qrcode": "1.4.4",
|
||||
"rimraf": "3.0.2",
|
||||
"sass": "1.35.1",
|
||||
"tinymce": "5.8.1",
|
||||
"typescript": "4.3.2",
|
||||
"vite": "2.3.7",
|
||||
"vue": "3.1.1",
|
||||
"vue-i18n": "9.1.6",
|
||||
"vue-router": "4.0.8",
|
||||
"vuedraggable": "4.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,13 +30,13 @@
|
||||
"license": "ISC",
|
||||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
|
||||
"devDependencies": {
|
||||
"directory-tree": "^2.2.9",
|
||||
"fs-extra": "^10.0.0",
|
||||
"lodash.get": "^4.4.2",
|
||||
"micromark": "^2.10.1",
|
||||
"npm-watch": "^0.10.0",
|
||||
"slugify": "^1.5.3",
|
||||
"vuepress": "^1.7.1",
|
||||
"vuepress-plugin-clean-urls": "^1.1.2"
|
||||
"directory-tree": "2.2.9",
|
||||
"fs-extra": "7.0.1",
|
||||
"lodash.get": "4.4.2",
|
||||
"micromark": "2.11.4",
|
||||
"npm-watch": "0.10.0",
|
||||
"slugify": "1.5.3",
|
||||
"vuepress": "1.8.2",
|
||||
"vuepress-plugin-clean-urls": "1.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
975
package-lock.json
generated
975
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
76
package.json
76
package.json
@@ -21,44 +21,44 @@
|
||||
"cli": "cross-env DIRECTUS_DEV=true NODE_ENV=development DOTENV_CONFIG_PATH=api/.env ts-node -r dotenv/config --script-mode --transpile-only api/src/cli/index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/dockerode": "^3.2.3",
|
||||
"@types/jest": "^26.0.22",
|
||||
"@types/listr": "^0.14.3",
|
||||
"@types/node": "^15.12.0",
|
||||
"@types/supertest": "^2.0.11",
|
||||
"@typescript-eslint/eslint-plugin": "^4.27.0",
|
||||
"@typescript-eslint/parser": "^4.27.0",
|
||||
"axios": "^0.21.1",
|
||||
"dockerode": "^3.3.0",
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-prettier-vue": "^3.1.0",
|
||||
"eslint-plugin-vue": "^7.11.1",
|
||||
"globby": "^11.0.3",
|
||||
"jest": "^27.0.4",
|
||||
"knex": "^0.95.6",
|
||||
"lerna": "^4.0.0",
|
||||
"lint-staged": "^11.0.0",
|
||||
"listr": "^0.14.3",
|
||||
"mysql": "^2.18.1",
|
||||
"nanoid": "^3.1.23",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"oracledb": "^5.1.0",
|
||||
"pg": "^8.6.0",
|
||||
"prettier": "^2.3.1",
|
||||
"simple-git-hooks": "^2.4.1",
|
||||
"sqlite3": "^5.0.2",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-prettier": "^8.0.2",
|
||||
"stylelint-config-rational-order": "^0.1.2",
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"stylelint-order": "^4.1.0",
|
||||
"stylelint-scss": "^3.19.0",
|
||||
"supertest": "^6.1.3",
|
||||
"tedious": "^11.0.8",
|
||||
"ts-jest": "^27.0.2",
|
||||
"ts-node": "^10.0.0"
|
||||
"@types/dockerode": "3.2.3",
|
||||
"@types/jest": "26.0.23",
|
||||
"@types/listr": "0.14.3",
|
||||
"@types/node": "15.12.2",
|
||||
"@types/supertest": "2.0.11",
|
||||
"@typescript-eslint/eslint-plugin": "4.27.0",
|
||||
"@typescript-eslint/parser": "4.27.0",
|
||||
"axios": "0.21.1",
|
||||
"dockerode": "3.3.0",
|
||||
"eslint": "7.28.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-plugin-prettier": "3.4.0",
|
||||
"eslint-plugin-prettier-vue": "3.1.0",
|
||||
"eslint-plugin-vue": "7.11.1",
|
||||
"globby": "11.0.3",
|
||||
"jest": "27.0.4",
|
||||
"knex": "0.95.6",
|
||||
"lerna": "4.0.0",
|
||||
"lint-staged": "11.0.0",
|
||||
"listr": "0.14.3",
|
||||
"mysql": "2.18.1",
|
||||
"nanoid": "3.1.23",
|
||||
"npm-run-all": "4.1.5",
|
||||
"oracledb": "5.2.0",
|
||||
"pg": "8.6.0",
|
||||
"prettier": "2.3.1",
|
||||
"simple-git-hooks": "2.4.1",
|
||||
"sqlite3": "5.0.2",
|
||||
"stylelint": "13.13.1",
|
||||
"stylelint-config-prettier": "8.0.2",
|
||||
"stylelint-config-rational-order": "0.1.2",
|
||||
"stylelint-config-standard": "22.0.0",
|
||||
"stylelint-order": "4.1.0",
|
||||
"stylelint-scss": "3.19.0",
|
||||
"supertest": "6.1.3",
|
||||
"tedious": "11.0.9",
|
||||
"ts-jest": "27.0.3",
|
||||
"ts-node": "10.0.0"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "npx lint-staged"
|
||||
|
||||
@@ -76,19 +76,19 @@
|
||||
"yargs-parser": "^20.2.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/figlet": "^1.5.0",
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/js-yaml": "^4.0.0",
|
||||
"@types/marked-terminal": "^3.1.1",
|
||||
"jest": "^27.0.4",
|
||||
"nock": "^13.0.10",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.3.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "^27.0.2",
|
||||
"ts-node": "^10.0.0",
|
||||
"typescript": "^4.3.2"
|
||||
"@types/figlet": "1.5.1",
|
||||
"@types/fs-extra": "9.0.11",
|
||||
"@types/jest": "26.0.23",
|
||||
"@types/js-yaml": "4.0.1",
|
||||
"@types/marked-terminal": "3.1.1",
|
||||
"jest": "27.0.4",
|
||||
"nock": "13.1.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "2.3.1",
|
||||
"rimraf": "3.0.2",
|
||||
"ts-jest": "27.0.3",
|
||||
"ts-node": "10.0.0",
|
||||
"typescript": "4.3.2"
|
||||
},
|
||||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
|
||||
}
|
||||
|
||||
@@ -39,16 +39,16 @@
|
||||
"normalize-path": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/jest": "^26.0.22",
|
||||
"@types/node": "^15.12.0",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"jest": "^27.0.4",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.3.2"
|
||||
"@types/fs-extra": "9.0.11",
|
||||
"@types/jest": "26.0.23",
|
||||
"@types/node": "15.12.2",
|
||||
"@types/normalize-path": "3.0.0",
|
||||
"dotenv": "8.6.0",
|
||||
"fs-extra": "7.0.1",
|
||||
"jest": "27.0.4",
|
||||
"npm-run-all": "4.1.5",
|
||||
"ts-jest": "27.0.3",
|
||||
"typescript": "4.3.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -38,16 +38,16 @@
|
||||
"normalize-path": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lukeed/uuid": "^2.0.0",
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/jest": "^26.0.22",
|
||||
"@types/node": "^15.12.0",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"jest": "^27.0.4",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.3.2"
|
||||
"@lukeed/uuid": "2.0.0",
|
||||
"@types/fs-extra": "9.0.11",
|
||||
"@types/jest": "26.0.23",
|
||||
"@types/node": "15.12.2",
|
||||
"@types/normalize-path": "3.0.0",
|
||||
"dotenv": "8.6.0",
|
||||
"jest": "27.0.4",
|
||||
"npm-run-all": "4.1.5",
|
||||
"ts-jest": "27.0.3",
|
||||
"typescript": "4.3.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -39,17 +39,17 @@
|
||||
"normalize-path": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lukeed/uuid": "^2.0.0",
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/jest": "^26.0.22",
|
||||
"@types/node": "^15.12.0",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"jest": "^27.0.4",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.3.2"
|
||||
"@lukeed/uuid": "2.0.0",
|
||||
"@types/fs-extra": "9.0.11",
|
||||
"@types/jest": "26.0.23",
|
||||
"@types/node": "15.12.2",
|
||||
"@types/normalize-path": "3.0.0",
|
||||
"dotenv": "8.6.0",
|
||||
"fs-extra": "7.0.1",
|
||||
"jest": "27.0.4",
|
||||
"npm-run-all": "4.1.5",
|
||||
"ts-jest": "27.0.3",
|
||||
"typescript": "4.3.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -50,13 +50,13 @@
|
||||
},
|
||||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/jest": "^26.0.22",
|
||||
"@types/node": "^15.12.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"jest": "^27.0.4",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.3.2"
|
||||
"@types/fs-extra": "9.0.11",
|
||||
"@types/jest": "26.0.23",
|
||||
"@types/node": "15.12.2",
|
||||
"dotenv": "8.6.0",
|
||||
"jest": "27.0.4",
|
||||
"npm-run-all": "4.1.5",
|
||||
"ts-jest": "27.0.3",
|
||||
"typescript": "4.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,15 +33,15 @@
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^19.0.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "^2.52.0",
|
||||
"rollup-plugin-sourcemaps": "^0.6.3",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"typescript": "^4.3.2"
|
||||
"@rollup/plugin-commonjs": "19.0.0",
|
||||
"@rollup/plugin-json": "4.1.0",
|
||||
"@rollup/plugin-node-resolve": "13.0.0",
|
||||
"rimraf": "3.0.2",
|
||||
"rollup": "2.52.0",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"rollup-plugin-typescript2": "0.30.0",
|
||||
"typescript": "4.3.2"
|
||||
},
|
||||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
|
||||
}
|
||||
|
||||
@@ -10,12 +10,12 @@
|
||||
"directus"
|
||||
],
|
||||
"dependencies": {
|
||||
"@directus/sdk-js": "^9.0.0-rc.53",
|
||||
"@directus/sdk-js": "9.0.0-rc.53",
|
||||
"@lnfusion/gatsby-source-graphql": "0.0.4",
|
||||
"chalk": "^4.1.1",
|
||||
"gatsby-source-filesystem": "^3.7.1",
|
||||
"invariant": "^2.2.4",
|
||||
"ms": "^2.1.3"
|
||||
"chalk": "2.4.2",
|
||||
"gatsby-source-filesystem": "3.7.1",
|
||||
"invariant": "2.2.4",
|
||||
"ms": "2.1.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/directus/directus#readme",
|
||||
"devDependencies": {
|
||||
"npm-watch": "^0.10.0",
|
||||
"typescript": "^4.3.2"
|
||||
"npm-watch": "0.10.0",
|
||||
"typescript": "4.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"knex-schema-inspector": "^1.3.0",
|
||||
|
||||
@@ -47,26 +47,26 @@
|
||||
"axios": "^0.21.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^19.0.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.0",
|
||||
"@types/jest": "^26.0.22",
|
||||
"argon2": "^0.28.1",
|
||||
"dotenv": "^10.0.0",
|
||||
"jest": "^27.0.3",
|
||||
"jest-environment-jsdom-global": "^2.0.4",
|
||||
"mockdate": "^3.0.5",
|
||||
"nock": "^13.0.10",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "^2.52.0",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
"rollup-plugin-sourcemaps": "^0.6.3",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"ts-jest": "^27.0.2",
|
||||
"ts-node": "^10.0.0",
|
||||
"typescript": "^4.3.2"
|
||||
"@rollup/plugin-commonjs": "19.0.0",
|
||||
"@rollup/plugin-json": "4.1.0",
|
||||
"@rollup/plugin-node-resolve": "13.0.0",
|
||||
"@types/jest": "26.0.23",
|
||||
"argon2": "0.28.2",
|
||||
"dotenv": "8.6.0",
|
||||
"jest": "27.0.4",
|
||||
"jest-environment-jsdom-global": "2.0.4",
|
||||
"mockdate": "3.0.5",
|
||||
"nock": "13.1.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.2",
|
||||
"rollup": "2.52.0",
|
||||
"rollup-plugin-copy": "3.4.0",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"rollup-plugin-typescript2": "0.30.0",
|
||||
"ts-jest": "27.0.3",
|
||||
"ts-node": "10.0.0",
|
||||
"typescript": "4.3.2"
|
||||
},
|
||||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
|
||||
}
|
||||
|
||||
@@ -40,9 +40,9 @@
|
||||
],
|
||||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
|
||||
"devDependencies": {
|
||||
"npm-watch": "^0.10.0",
|
||||
"swagger-cli": "^4.0.4",
|
||||
"swagger-ui-watcher": "^2.1.11"
|
||||
"npm-watch": "0.10.0",
|
||||
"swagger-cli": "4.0.4",
|
||||
"swagger-ui-watcher": "2.1.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"openapi3-ts": "^2.0.1"
|
||||
|
||||
Reference in New Issue
Block a user