mirror of
https://github.com/feathersjs/feathers.git
synced 2026-02-01 17:37:38 +00:00
chore(dependencies): Update all dependencies (#2841)
This commit is contained in:
parent
ec94421ea3
commit
8b89c8bab5
5274
docs/package-lock.json
generated
5274
docs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,28 +10,28 @@
|
||||
"start": "npm run dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^9.3.0",
|
||||
"@vueuse/core": "^9.4.0",
|
||||
"date-fns": "^2.29.3",
|
||||
"element-plus": "^2.2.19",
|
||||
"vue": "^3.2.40"
|
||||
"vue": "^3.2.41"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/cli": "^5.0.0-pre.28",
|
||||
"@iconify-json/carbon": "^1.1.8",
|
||||
"@types/node": "^18.8.3",
|
||||
"@unocss/preset-typography": "^0.45.26",
|
||||
"@unocss/reset": "^0.45.26",
|
||||
"@unocss/transformer-directives": "^0.45.26",
|
||||
"@vitejs/plugin-vue": "^3.1.2",
|
||||
"@iconify-json/carbon": "^1.1.9",
|
||||
"@types/node": "^18.11.9",
|
||||
"@unocss/preset-typography": "^0.46.3",
|
||||
"@unocss/reset": "^0.46.3",
|
||||
"@unocss/transformer-directives": "^0.46.3",
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"esno": "^0.16.3",
|
||||
"fast-glob": "^3.2.12",
|
||||
"https-localhost": "^4.7.1",
|
||||
"sass": "^1.55.0",
|
||||
"unocss": "^0.45.26",
|
||||
"unocss": "^0.46.3",
|
||||
"unplugin-auto-import": "^0.11.4",
|
||||
"unplugin-vue-components": "^0.22.8",
|
||||
"unplugin-vue-components": "^0.22.9",
|
||||
"vite-plugin-pwa": "^0.13.1",
|
||||
"vitepress": "^1.0.0-alpha.19",
|
||||
"vitepress": "^1.0.0-alpha.27",
|
||||
"workbox-window": "^6.5.4"
|
||||
}
|
||||
}
|
||||
|
||||
22188
package-lock.json
generated
22188
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -31,20 +31,20 @@
|
||||
"eslint": "eslint \"packages/**/*.ts\" --fix",
|
||||
"lint": "npm run prettier && npm run eslint",
|
||||
"compile": "lerna run compile",
|
||||
"update-dependencies": "ncu -u && lerna exec -- ncu -u -x node-fetch -x chalk -x axios",
|
||||
"update-dependencies": "ncu -u && lerna exec -- ncu -u -x node-fetch -x chalk",
|
||||
"clean": "find . -name node_modules -exec rm -rf '{}' + && find . -name package-lock.json -exec rm -rf '{}' +",
|
||||
"test:deno": "deno test --config deno/tsconfig.json deno/test.ts",
|
||||
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.39.0",
|
||||
"@typescript-eslint/parser": "^5.39.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
||||
"@typescript-eslint/parser": "^5.42.0",
|
||||
"c8": "^7.12.0",
|
||||
"eslint": "^8.24.0",
|
||||
"eslint": "^8.26.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"lerna": "^5.6.1",
|
||||
"npm-check-updates": "^16.3.8",
|
||||
"lerna": "^6.0.1",
|
||||
"npm-check-updates": "^16.3.16",
|
||||
"prettier": "^2.7.1",
|
||||
"typescript": "^4.8.4"
|
||||
}
|
||||
|
||||
@ -57,9 +57,9 @@
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/mongodb": "^4.0.6",
|
||||
"@types/node": "^18.8.2",
|
||||
"mocha": "^10.0.0",
|
||||
"mongodb": "^4.10.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"mocha": "^10.1.0",
|
||||
"mongodb": "^4.11.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -51,8 +51,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"mocha": "^10.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -66,9 +66,9 @@
|
||||
"@feathersjs/socketio": "^5.0.0-pre.32",
|
||||
"@feathersjs/socketio-client": "^5.0.0-pre.32",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"axios": "^0.27.2",
|
||||
"mocha": "^10.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"axios": "^1.1.3",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -64,10 +64,10 @@
|
||||
"@feathersjs/memory": "^5.0.0-pre.32",
|
||||
"@feathersjs/schema": "^5.0.0-pre.32",
|
||||
"@types/bcryptjs": "^2.4.2",
|
||||
"@types/lodash": "^4.14.186",
|
||||
"@types/lodash": "^4.14.187",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"mocha": "^10.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -72,12 +72,12 @@
|
||||
"@types/cookie-session": "^2.0.44",
|
||||
"@types/express": "^4.17.14",
|
||||
"@types/koa-session": "^5.10.6",
|
||||
"@types/lodash": "^4.14.186",
|
||||
"@types/lodash": "^4.14.187",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/tough-cookie": "^4.0.2",
|
||||
"axios": "^0.27.2",
|
||||
"mocha": "^10.0.0",
|
||||
"axios": "^1.1.3",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"tough-cookie": "^4.1.2",
|
||||
"ts-node": "^10.9.1",
|
||||
|
||||
@ -67,11 +67,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/memory": "^5.0.0-pre.32",
|
||||
"@types/lodash": "^4.14.186",
|
||||
"@types/lodash": "^4.14.187",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"mocha": "^10.0.0",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -75,13 +75,13 @@
|
||||
"@feathersjs/transport-commons": "^5.0.0-pre.32",
|
||||
"@feathersjs/typebox": "^5.0.0-pre.32",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/prettier": "^2.7.1",
|
||||
"axios": "^0.27.2",
|
||||
"mocha": "^10.0.0",
|
||||
"axios": "^1.1.3",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"type-fest": "^3.0.0",
|
||||
"type-fest": "^3.1.0",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
"gitHead": "b405e205fc6d9fbd42b42c7a3f30ea4bf33d121d"
|
||||
|
||||
@ -56,19 +56,19 @@
|
||||
"@feathersjs/socketio-client": "^5.0.0-pre.32"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.19.3",
|
||||
"@babel/preset-env": "^7.19.3",
|
||||
"@babel/core": "^7.19.6",
|
||||
"@babel/preset-env": "^7.19.4",
|
||||
"@feathersjs/express": "^5.0.0-pre.32",
|
||||
"@feathersjs/memory": "^5.0.0-pre.32",
|
||||
"@feathersjs/socketio": "^5.0.0-pre.32",
|
||||
"@feathersjs/tests": "^5.0.0-pre.32",
|
||||
"babel-loader": "^8.2.5",
|
||||
"mocha": "^10.0.0",
|
||||
"babel-loader": "^9.0.1",
|
||||
"mocha": "^10.1.0",
|
||||
"mocha-puppeteer": "^0.14.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"shx": "^0.3.4",
|
||||
"socket.io-client": "^4.5.2",
|
||||
"superagent": "^8.0.0",
|
||||
"socket.io-client": "^4.5.3",
|
||||
"superagent": "^8.0.3",
|
||||
"ts-loader": "^9.4.1",
|
||||
"typescript": "^4.8.4",
|
||||
"webpack": "^5.74.0",
|
||||
|
||||
@ -53,8 +53,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"mocha": "^10.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -66,8 +66,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"mocha": "^10.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -51,8 +51,8 @@
|
||||
"devDependencies": {
|
||||
"@feathersjs/feathers": "^5.0.0-pre.32",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"mocha": "^10.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -62,17 +62,17 @@
|
||||
"@types/express-serve-static-core": "^4.17.31",
|
||||
"compression": "^1.7.4",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.18.1"
|
||||
"express": "^4.18.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/authentication-local": "^5.0.0-pre.32",
|
||||
"@feathersjs/tests": "^5.0.0-pre.32",
|
||||
"@types/lodash": "^4.14.186",
|
||||
"@types/lodash": "^4.14.187",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"axios": "^0.27.2",
|
||||
"@types/node": "^18.11.9",
|
||||
"axios": "^1.1.3",
|
||||
"lodash": "^4.17.21",
|
||||
"mocha": "^10.0.0",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -64,8 +64,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"mocha": "^10.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -62,9 +62,9 @@
|
||||
"devDependencies": {
|
||||
"@feathersjs/adapter-tests": "^5.0.0-pre.32",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"@types/node": "^18.11.9",
|
||||
"knex": "^2.3.0",
|
||||
"mocha": "^10.0.0",
|
||||
"mocha": "^10.1.0",
|
||||
"pg": "^8.8.0",
|
||||
"shx": "^0.3.4",
|
||||
"sqlite3": "^5.1.2",
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
"@feathersjs/transport-commons": "^5.0.0-pre.32",
|
||||
"@koa/cors": "^4.0.0",
|
||||
"@types/koa": "^2.13.5",
|
||||
"@types/koa-bodyparser": "^4.3.8",
|
||||
"@types/koa-bodyparser": "^4.3.9",
|
||||
"@types/koa-qs": "^2.0.0",
|
||||
"@types/koa-static": "^4.0.2",
|
||||
"@types/koa__cors": "^3.3.0",
|
||||
@ -72,9 +72,9 @@
|
||||
"@feathersjs/tests": "^5.0.0-pre.32",
|
||||
"@types/koa-compose": "^3.2.5",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"axios": "^0.27.2",
|
||||
"mocha": "^10.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"axios": "^1.1.3",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -52,14 +52,14 @@
|
||||
"@feathersjs/adapter-commons": "^5.0.0-pre.32",
|
||||
"@feathersjs/commons": "^5.0.0-pre.32",
|
||||
"@feathersjs/errors": "^5.0.0-pre.32",
|
||||
"sift": "^16.0.0"
|
||||
"sift": "^16.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/adapter-tests": "^5.0.0-pre.32",
|
||||
"@feathersjs/feathers": "^5.0.0-pre.32",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"mocha": "^10.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -62,9 +62,9 @@
|
||||
"devDependencies": {
|
||||
"@feathersjs/adapter-tests": "^5.0.0-pre.32",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"mocha": "^10.0.0",
|
||||
"mongodb-memory-server": "^8.9.3",
|
||||
"@types/node": "^18.11.9",
|
||||
"mocha": "^10.1.0",
|
||||
"mongodb-memory-server": "^8.9.5",
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
|
||||
@ -64,15 +64,15 @@
|
||||
"@feathersjs/memory": "^5.0.0-pre.32",
|
||||
"@feathersjs/tests": "^5.0.0-pre.32",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/node-fetch": "^2.6.2",
|
||||
"@types/qs": "^6.9.7",
|
||||
"axios": "^0.27.2",
|
||||
"mocha": "^10.0.0",
|
||||
"axios": "^1.1.3",
|
||||
"mocha": "^10.1.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"rxjs": "^7.5.7",
|
||||
"shx": "^0.3.4",
|
||||
"superagent": "^8.0.0",
|
||||
"superagent": "^8.0.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/ban-ts-comment */
|
||||
// @ts-ignore
|
||||
import fetch from 'node-fetch'
|
||||
import { strict as assert } from 'assert'
|
||||
import { feathers } from '@feathersjs/feathers'
|
||||
|
||||
@ -66,9 +66,9 @@
|
||||
"devDependencies": {
|
||||
"@feathersjs/memory": "^5.0.0-pre.32",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"@types/node": "^18.11.9",
|
||||
"ajv-formats": "^2.1.1",
|
||||
"mocha": "^10.0.0",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
|
||||
@ -63,10 +63,10 @@
|
||||
"@feathersjs/socketio": "^5.0.0-pre.32",
|
||||
"@feathersjs/tests": "^5.0.0-pre.32",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"mocha": "^10.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"socket.io-client": "^4.5.2",
|
||||
"socket.io-client": "^4.5.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
|
||||
@ -56,18 +56,18 @@
|
||||
"@feathersjs/commons": "^5.0.0-pre.32",
|
||||
"@feathersjs/feathers": "^5.0.0-pre.32",
|
||||
"@feathersjs/transport-commons": "^5.0.0-pre.32",
|
||||
"socket.io": "^4.5.2"
|
||||
"socket.io": "^4.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/express": "^5.0.0-pre.32",
|
||||
"@feathersjs/memory": "^5.0.0-pre.32",
|
||||
"@feathersjs/tests": "^5.0.0-pre.32",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"@types/node": "^18.11.9",
|
||||
"lodash": "^4.17.21",
|
||||
"mocha": "^10.0.0",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"socket.io-client": "^4.5.2",
|
||||
"socket.io-client": "^4.5.3",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
"gitHead": "b405e205fc6d9fbd42b42c7a3f30ea4bf33d121d"
|
||||
|
||||
@ -44,15 +44,15 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/lodash": "^4.14.186",
|
||||
"axios": "^0.27.2",
|
||||
"@types/lodash": "^4.14.187",
|
||||
"axios": "^1.1.3",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/feathers": "^5.0.0-pre.32",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"mocha": "^10.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -62,10 +62,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/encodeurl": "^1.0.0",
|
||||
"@types/lodash": "^4.14.186",
|
||||
"@types/lodash": "^4.14.187",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"mocha": "^10.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
|
||||
@ -55,12 +55,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/schema": "^5.0.0-pre.32",
|
||||
"@sinclair/typebox": "^0.24.44"
|
||||
"@sinclair/typebox": "^0.25.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/node": "^18.8.2",
|
||||
"mocha": "^10.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"mocha": "^10.1.0",
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user