Skip to content

Commit

Permalink
fix(dependencies): Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jun 18, 2024
1 parent ffcc90b commit bb8cf55
Show file tree
Hide file tree
Showing 28 changed files with 1,569 additions and 1,359 deletions.
32 changes: 16 additions & 16 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,33 @@
"start": "npm run dev"
},
"dependencies": {
"@vueuse/core": "^10.9.0",
"@vueuse/core": "^10.11.0",
"date-fns": "^3.6.0",
"element-plus": "^2.7.2",
"element-plus": "^2.7.5",
"query-string": "^9.0.0",
"shiki": "^1.4.0",
"vue": "^3.4.26"
"shiki": "^1.7.0",
"vue": "^3.4.29"
},
"devDependencies": {
"@feathersjs/generators": "^5.0.24",
"@iconify-json/carbon": "^1.1.32",
"@types/node": "^20.12.8",
"@unocss/preset-typography": "^0.59.4",
"@unocss/reset": "^0.59.4",
"@unocss/transformer-directives": "^0.59.4",
"@vitejs/plugin-vue": "^5.0.4",
"@feathersjs/generators": "^5.0.26",
"@iconify-json/carbon": "^1.1.35",
"@types/node": "^20.14.4",
"@unocss/preset-typography": "^0.61.0",
"@unocss/reset": "^0.61.0",
"@unocss/transformer-directives": "^0.61.0",
"@vitejs/plugin-vue": "^5.0.5",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"flexsearch": "^0.7.43",
"https-localhost": "^4.7.1",
"markdown-it": "^14.1.0",
"sass": "^1.76.0",
"sitemap": "^7.1.1",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"sass": "^1.77.6",
"sitemap": "^8.0.0",
"unocss": "^0.61.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite-plugin-pwa": "^0.20.0",
"vitepress": "^1.1.4",
"vitepress": "^1.2.3",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-search": "^1.0.4-alpha.22",
"workbox-window": "^7.1.0"
Expand Down
2,784 changes: 1,497 additions & 1,287 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint": "npm run prettier && npm run eslint",
"compile": "lerna run compile",
"build:docs": "npm run build --workspace docs",
"update-dependencies": "ncu -u && npm exec --workspaces -- ncu -u --dep prod,dev,optional,peer -x node-fetch,\"@sinclair/typebox\"",
"update-dependencies": "npm exec --workspaces -- ncu -u --dep prod,dev,optional,peer -x eslint,node-fetch,\"@sinclair/typebox\"",
"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",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/mongodb": "^4.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"mocha": "^10.4.0",
"mongodb": "^6.5.0",
"mongodb": "^6.7.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"@feathersjs/socketio": "^5.0.26",
"@feathersjs/socketio-client": "^5.0.26",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"axios": "^1.6.8",
"@types/node": "^20.14.4",
"axios": "^1.7.2",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"@feathersjs/memory": "^5.0.26",
"@feathersjs/schema": "^5.0.26",
"@types/bcryptjs": "^2.4.6",
"@types/lodash": "^4.17.0",
"@types/lodash": "^4.17.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"@types/express": "^4.17.21",
"@types/koa-session": "^6.4.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"@types/tough-cookie": "^4.0.5",
"axios": "^1.6.8",
"axios": "^1.7.2",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"tough-cookie": "^4.1.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.26",
"@types/lodash": "^4.17.0",
"@types/lodash": "^4.17.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"@types/uuid": "^9.0.8",
"mocha": "^10.4.0",
"shx": "^0.3.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@feathersjs/generators": "^5.0.26",
"chalk": "^5.3.0",
"commander": "^12.0.0"
"commander": "^12.1.0"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.26",
Expand All @@ -76,13 +76,13 @@
"@feathersjs/transport-commons": "^5.0.26",
"@feathersjs/typebox": "^5.0.26",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"@types/prettier": "^2.7.3",
"axios": "^1.6.8",
"axios": "^1.7.2",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"type-fest": "^4.18.1",
"type-fest": "^4.20.1",
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@feathersjs/socketio-client": "^5.0.26"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@feathersjs/express": "^5.0.26",
"@feathersjs/memory": "^5.0.26",
"@feathersjs/socketio": "^5.0.26",
Expand All @@ -70,7 +70,7 @@
"superagent": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@feathersjs/feathers": "^5.0.26",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-serve-static-core": "^4.19.0",
"@types/express-serve-static-core": "^4.19.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.19.2"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.26",
"@feathersjs/tests": "^5.0.26",
"@types/lodash": "^4.17.0",
"@types/lodash": "^4.17.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"axios": "^1.6.8",
"@types/node": "^20.14.4",
"axios": "^1.7.2",
"lodash": "^4.17.21",
"mocha": "^10.4.0",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@featherscloud/pinion": "^0.5.4",
"chalk": "^5.3.0",
"lodash": "^4.17.21",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"devDependencies": {
Expand All @@ -78,19 +78,19 @@
"@feathersjs/transport-commons": "^5.0.26",
"@feathersjs/typebox": "^5.0.26",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"@types/prettier": "^2.7.3",
"axios": "^1.6.8",
"axios": "^1.7.2",
"knex": "^3.1.0",
"mocha": "^10.4.0",
"mongodb": "^6.5.0",
"mongodb": "^6.7.0",
"mssql": "^10.0.2",
"mysql": "^2.18.1",
"pg": "^8.11.5",
"pg": "^8.12.0",
"shx": "^0.3.4",
"sqlite3": "^5.1.7",
"tsx": "^4.9.0",
"type-fest": "^4.18.1",
"tsx": "^4.15.6",
"type-fest": "^4.20.1",
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
Expand Down
4 changes: 2 additions & 2 deletions packages/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"@feathersjs/adapter-tests": "^5.0.26",
"@feathersjs/schema": "^5.0.26",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"knex": "^3.1.0",
"mocha": "^10.4.0",
"pg": "^8.11.5",
"pg": "^8.12.0",
"shx": "^0.3.4",
"sqlite3": "^5.1.7",
"typescript": "^5.4.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"@feathersjs/tests": "^5.0.26",
"@types/koa-compose": "^3.2.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"axios": "^1.6.8",
"@types/node": "^20.14.4",
"axios": "^1.7.2",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@feathersjs/adapter-tests": "^5.0.26",
"@feathersjs/feathers": "^5.0.26",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
"@feathersjs/feathers": "^5.0.26"
},
"peerDependencies": {
"mongodb": "^6.5.0"
"mongodb": "^6.7.0"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.26",
"@feathersjs/schema": "^5.0.26",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"mocha": "^10.4.0",
"mongodb-memory-server": "^9.2.0",
"mongodb-memory-server": "^9.3.0",
"shx": "^0.3.4",
"typescript": "^5.4.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"@feathersjs/memory": "^5.0.26",
"@feathersjs/tests": "^5.0.26",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"@types/node-fetch": "^2.6.11",
"@types/qs": "^6.9.15",
"axios": "^1.6.8",
"axios": "^1.7.2",
"mocha": "^10.4.0",
"node-fetch": "^2.6.1",
"rxjs": "^7.8.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"@feathersjs/feathers": "^5.0.26",
"@feathersjs/hooks": "^0.9.0",
"@types/json-schema": "^7.0.15",
"ajv": "^8.13.0",
"ajv": "^8.16.0",
"ajv-formats": "^3.0.1",
"json-schema-to-ts": "^3.0.1"
"json-schema-to-ts": "^3.1.0"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.26",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"ajv-formats": "^3.0.1",
"mocha": "^10.4.0",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@feathersjs/socketio": "^5.0.26",
"@feathersjs/tests": "^5.0.26",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"socket.io-client": "^4.7.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@feathersjs/memory": "^5.0.26",
"@feathersjs/tests": "^5.0.26",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"lodash": "^4.17.21",
"mocha": "^10.4.0",
"shx": "^0.3.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"access": "public"
},
"dependencies": {
"@types/lodash": "^4.17.0",
"axios": "^1.6.8",
"@types/lodash": "^4.17.5",
"axios": "^1.7.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/feathers": "^5.0.26",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.4",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit bb8cf55

Please sign in to comment.