Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 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": "^13.6.0",
"@vueuse/core": "^13.8.0",
"date-fns": "^4.1.0",
"element-plus": "^2.10.5",
"element-plus": "^2.11.1",
"query-string": "^9.2.2",
"shiki": "^3.9.1",
"vue": "^3.5.18"
"shiki": "^3.12.0",
"vue": "^3.5.20"
},
"devDependencies": {
"@feathersjs/generators": "^5.0.34",
"@iconify-json/carbon": "^1.2.11",
"@types/node": "^24.1.0",
"@unocss/preset-typography": "^66.3.3",
"@unocss/reset": "^66.3.3",
"@unocss/transformer-directives": "^66.3.3",
"@iconify-json/carbon": "^1.2.13",
"@types/node": "^24.3.0",
"@unocss/preset-typography": "^66.5.0",
"@unocss/reset": "^66.5.0",
"@unocss/transformer-directives": "^66.5.0",
"@vitejs/plugin-vue": "^6.0.1",
"esno": "^4.8.0",
"fast-glob": "^3.3.3",
"flexsearch": "^0.8.205",
"https-localhost": "^4.7.1",
"markdown-it": "^14.1.0",
"sass": "^1.89.2",
"sass": "^1.91.0",
"sitemap": "^8.0.0",
"unocss": "^66.3.3",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"vite-plugin-pwa": "^1.0.2",
"vitepress": "^1.6.3",
"unocss": "^66.5.0",
"unplugin-auto-import": "^20.1.0",
"unplugin-vue-components": "^29.0.0",
"vite-plugin-pwa": "^1.0.3",
"vitepress": "^1.6.4",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-search": "^1.0.4-alpha.22",
"workbox-window": "^7.3.0"
Expand Down
1,275 changes: 738 additions & 537 deletions package-lock.json

Large diffs are not rendered by default.

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.10",
"@types/mongodb": "^4.0.6",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"mocha": "^11.7.1",
"mongodb": "^6.18.0",
"mongodb": "^6.19.0",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
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.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@feathersjs/socketio": "^5.0.34",
"@feathersjs/socketio-client": "^5.0.34",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"axios": "^1.11.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/bcryptjs": "^2.4.6",
"@types/lodash": "^4.17.20",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
"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,12 +72,12 @@
"@types/express": "^4.17.21",
"@types/koa-session": "^6.4.5",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"@types/tough-cookie": "^4.0.5",
"axios": "^1.11.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
"tough-cookie": "^5.1.2",
"tough-cookie": "^6.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@feathersjs/memory": "^5.0.34",
"@types/lodash": "^4.17.20",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"@types/uuid": "^10.0.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@feathersjs/generators": "^5.0.34",
"chalk": "^5.4.1",
"chalk": "^5.6.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, 5.6.1 of chalk is currently compromised:

https://news.ycombinator.com/item?id=45169657

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Addressed via #3613 and released as 5.0.35.

"commander": "^13.1.0"
},
"devDependencies": {
Expand All @@ -76,7 +76,7 @@
"@feathersjs/transport-commons": "^5.0.34",
"@feathersjs/typebox": "^5.0.34",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"@types/prettier": "^2.7.3",
"axios": "^1.11.0",
"mocha": "^11.7.1",
Expand Down
8 changes: 4 additions & 4 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.34"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/core": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@feathersjs/express": "^5.0.34",
"@feathersjs/memory": "^5.0.34",
"@feathersjs/socketio": "^5.0.34",
Expand All @@ -68,9 +68,9 @@
"shx": "^0.4.0",
"socket.io-client": "^4.8.1",
"superagent": "^10.2.3",
"ts-loader": "^9.5.2",
"ts-loader": "^9.5.4",
"typescript": "^5.9.2",
"webpack": "^5.101.0",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
},
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.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
"@feathersjs/feathers": "^5.0.34",
"@feathersjs/schema": "^5.0.34",
"@types/config": "^3.3.5",
"config": "^4.1.0"
"config": "^4.1.1"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
"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.34",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@feathersjs/tests": "^5.0.34",
"@types/lodash": "^4.17.20",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"axios": "^1.11.0",
"lodash": "^4.17.21",
"mocha": "^11.7.1",
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.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@featherscloud/pinion": "^0.5.5",
"chalk": "^5.4.1",
"chalk": "^5.6.0",
"lodash": "^4.17.21",
"prettier": "^3.6.2",
"typescript": "^5.9.2"
Expand All @@ -77,18 +77,18 @@
"@feathersjs/transport-commons": "^5.0.34",
"@feathersjs/typebox": "^5.0.34",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"@types/prettier": "^2.7.3",
"axios": "^1.11.0",
"knex": "^3.1.0",
"mocha": "^11.7.1",
"mongodb": "^6.18.0",
"mongodb": "^6.19.0",
"mssql": "^11.0.1",
"mysql": "^2.18.1",
"pg": "^8.16.3",
"shx": "^0.4.0",
"sqlite3": "^5.1.7",
"tsx": "^4.20.3",
"tsx": "^4.20.5",
"type-fest": "^4.41.0",
"typescript": "^5.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@feathersjs/adapter-tests": "^5.0.34",
"@feathersjs/schema": "^5.0.34",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"knex": "^3.1.0",
"mocha": "^11.7.1",
"pg": "^8.16.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@feathersjs/feathers": "^5.0.34",
"@feathersjs/transport-commons": "^5.0.34",
"@koa/cors": "^5.0.0",
"@types/koa": "^2.15.0",
"@types/koa": "^3.0.0",
"@types/koa-qs": "^2.0.3",
"@types/koa-static": "^4.0.4",
"@types/koa__cors": "^5.0.0",
Expand All @@ -71,7 +71,7 @@
"@feathersjs/tests": "^5.0.34",
"@types/koa-compose": "^3.2.8",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"axios": "^1.11.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
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.34",
"@feathersjs/feathers": "^5.0.34",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
"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.34"
},
"peerDependencies": {
"mongodb": "^6.18.0"
"mongodb": "^6.19.0"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.34",
"@feathersjs/schema": "^5.0.34",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"mocha": "^11.7.1",
"mongodb-memory-server": "^10.1.4",
"mongodb-memory-server": "^10.2.0",
"shx": "^0.4.0",
"typescript": "^5.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@feathersjs/memory": "^5.0.34",
"@feathersjs/tests": "^5.0.34",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"@types/node-fetch": "^2.6.13",
"@types/qs": "^6.14.0",
"axios": "^1.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
"devDependencies": {
"@feathersjs/memory": "^5.0.34",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"ajv-formats": "^3.0.1",
"mocha": "^11.7.1",
"shx": "^0.4.0",
"typescript": "^5.9.2"
},
"peerDependencies": {
"typescript": ">=5.8"
"typescript": ">=5.9"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
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.34",
"@feathersjs/tests": "^5.0.34",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
"socket.io-client": "^4.8.1",
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.34",
"@feathersjs/tests": "^5.0.34",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"lodash": "^4.17.21",
"mocha": "^11.7.1",
"shx": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@feathersjs/feathers": "^5.0.34",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/encodeurl": "^1.0.3",
"@types/lodash": "^4.17.20",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/typebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.3.0",
"mocha": "^11.7.1",
"shx": "^0.4.0",
"typescript": "^5.9.2"
Expand Down
Loading