File tree Expand file tree Collapse file tree 30 files changed +18194
-31875
lines changed Expand file tree Collapse file tree 30 files changed +18194
-31875
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
"engines" : {
23
23
"node" : " >= 14"
24
24
},
25
+ "workspaces" : [
26
+ " packages/*"
27
+ ],
25
28
"scripts" : {
26
- "install" : " lerna bootstrap" ,
27
29
"publish" : " lerna publish --force-publish && git commit -am \" chore: Update changelog\" && git push origin" ,
28
30
"publish:major" : " lerna publish major && git commit -am \" chore: Update changelog\" && git push origin" ,
29
31
"publish:minor" : " lerna publish minor && git commit -am \" chore: Update changelog\" && git push origin" ,
40
42
"test" : " npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests"
41
43
},
42
44
"devDependencies" : {
43
- "@typescript-eslint/eslint-plugin" : " ^5.57.1 " ,
44
- "@typescript-eslint/parser" : " ^5.57.1 " ,
45
- "c8" : " ^7.13 .0" ,
46
- "eslint" : " ^8.37 .0" ,
45
+ "@typescript-eslint/eslint-plugin" : " ^5.59.11 " ,
46
+ "@typescript-eslint/parser" : " ^5.59.11 " ,
47
+ "c8" : " ^8.0 .0" ,
48
+ "eslint" : " ^8.42 .0" ,
47
49
"eslint-config-prettier" : " ^8.8.0" ,
48
50
"eslint-plugin-prettier" : " ^4.2.1" ,
49
- "lerna" : " ^6.6 .1" ,
50
- "npm-check-updates" : " ^16.10.2 " ,
51
- "prettier" : " ^2.8.7 " ,
52
- "typescript" : " ^5.0 .3"
51
+ "lerna" : " ^7.0 .1" ,
52
+ "npm-check-updates" : " ^16.10.12 " ,
53
+ "prettier" : " ^2.8.8 " ,
54
+ "typescript" : " ^5.1 .3"
53
55
}
54
56
}
Original file line number Diff line number Diff line change 57
57
"devDependencies" : {
58
58
"@types/mocha" : " ^10.0.1" ,
59
59
"@types/mongodb" : " ^4.0.6" ,
60
- "@types/node" : " ^18.15.11 " ,
60
+ "@types/node" : " ^20.3.1 " ,
61
61
"mocha" : " ^10.2.0" ,
62
- "mongodb" : " ^5.2 .0" ,
62
+ "mongodb" : " ^5.6 .0" ,
63
63
"shx" : " ^0.3.4" ,
64
64
"ts-node" : " ^10.9.1" ,
65
- "typescript" : " ^5.0 .3"
65
+ "typescript" : " ^5.1 .3"
66
66
},
67
67
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
68
68
}
Original file line number Diff line number Diff line change 51
51
},
52
52
"devDependencies" : {
53
53
"@types/mocha" : " ^10.0.1" ,
54
- "@types/node" : " ^18.15.11 " ,
54
+ "@types/node" : " ^20.3.1 " ,
55
55
"mocha" : " ^10.2.0" ,
56
56
"shx" : " ^0.3.4" ,
57
57
"ts-node" : " ^10.9.1" ,
58
- "typescript" : " ^5.0 .3"
58
+ "typescript" : " ^5.1 .3"
59
59
},
60
60
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
61
61
}
Original file line number Diff line number Diff line change 66
66
"@feathersjs/socketio" : " ^5.0.5" ,
67
67
"@feathersjs/socketio-client" : " ^5.0.5" ,
68
68
"@types/mocha" : " ^10.0.1" ,
69
- "@types/node" : " ^18.15.11 " ,
70
- "axios" : " ^1.3.4 " ,
69
+ "@types/node" : " ^20.3.1 " ,
70
+ "axios" : " ^1.4.0 " ,
71
71
"mocha" : " ^10.2.0" ,
72
72
"shx" : " ^0.3.4" ,
73
73
"ts-node" : " ^10.9.1" ,
74
- "typescript" : " ^5.0 .3"
74
+ "typescript" : " ^5.1 .3"
75
75
},
76
76
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
77
77
}
Original file line number Diff line number Diff line change 64
64
"@feathersjs/memory" : " ^5.0.5" ,
65
65
"@feathersjs/schema" : " ^5.0.5" ,
66
66
"@types/bcryptjs" : " ^2.4.2" ,
67
- "@types/lodash" : " ^4.14.192 " ,
67
+ "@types/lodash" : " ^4.14.195 " ,
68
68
"@types/mocha" : " ^10.0.1" ,
69
- "@types/node" : " ^18.15.11 " ,
69
+ "@types/node" : " ^20.3.1 " ,
70
70
"mocha" : " ^10.2.0" ,
71
71
"shx" : " ^0.3.4" ,
72
72
"ts-node" : " ^10.9.1" ,
73
- "typescript" : " ^5.0 .3"
73
+ "typescript" : " ^5.1 .3"
74
74
},
75
75
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
76
76
}
Original file line number Diff line number Diff line change 65
65
"grant" : " ^5.4.21" ,
66
66
"koa-session" : " ^6.4.0" ,
67
67
"lodash" : " ^4.17.21" ,
68
- "qs" : " ^6.11.1 "
68
+ "qs" : " ^6.11.2 "
69
69
},
70
70
"devDependencies" : {
71
71
"@feathersjs/memory" : " ^5.0.5" ,
72
72
"@types/cookie-session" : " ^2.0.44" ,
73
73
"@types/express" : " ^4.17.17" ,
74
- "@types/koa-session" : " ^6.4.0 " ,
75
- "@types/lodash" : " ^4.14.192 " ,
74
+ "@types/koa-session" : " ^6.4.1 " ,
75
+ "@types/lodash" : " ^4.14.195 " ,
76
76
"@types/mocha" : " ^10.0.1" ,
77
- "@types/node" : " ^18.15.11 " ,
77
+ "@types/node" : " ^20.3.1 " ,
78
78
"@types/tough-cookie" : " ^4.0.2" ,
79
- "axios" : " ^1.3.4 " ,
79
+ "axios" : " ^1.4.0 " ,
80
80
"mocha" : " ^10.2.0" ,
81
81
"shx" : " ^0.3.4" ,
82
- "tough-cookie" : " ^4.1.2 " ,
82
+ "tough-cookie" : " ^4.1.3 " ,
83
83
"ts-node" : " ^10.9.1" ,
84
- "typescript" : " ^5.0 .3"
84
+ "typescript" : " ^5.1 .3"
85
85
},
86
86
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
87
87
}
Original file line number Diff line number Diff line change 59
59
"@feathersjs/hooks" : " ^0.8.1" ,
60
60
"@feathersjs/schema" : " ^5.0.5" ,
61
61
"@feathersjs/transport-commons" : " ^5.0.5" ,
62
- "@types/jsonwebtoken" : " ^9.0.1 " ,
62
+ "@types/jsonwebtoken" : " ^9.0.2 " ,
63
63
"jsonwebtoken" : " ^9.0.0" ,
64
64
"lodash" : " ^4.17.21" ,
65
65
"long-timeout" : " ^0.1.1" ,
66
66
"uuid" : " ^9.0.0"
67
67
},
68
68
"devDependencies" : {
69
69
"@feathersjs/memory" : " ^5.0.5" ,
70
- "@types/lodash" : " ^4.14.192 " ,
70
+ "@types/lodash" : " ^4.14.195 " ,
71
71
"@types/mocha" : " ^10.0.1" ,
72
- "@types/node" : " ^18.15.11 " ,
73
- "@types/uuid" : " ^9.0.1 " ,
72
+ "@types/node" : " ^20.3.1 " ,
73
+ "@types/uuid" : " ^9.0.2 " ,
74
74
"mocha" : " ^10.2.0" ,
75
75
"shx" : " ^0.3.4" ,
76
76
"ts-node" : " ^10.9.1" ,
77
- "typescript" : " ^5.0 .3"
77
+ "typescript" : " ^5.1 .3"
78
78
},
79
79
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
80
80
}
Original file line number Diff line number Diff line change 54
54
"dependencies" : {
55
55
"@feathersjs/generators" : " ^5.0.5" ,
56
56
"chalk" : " ^4.0.1" ,
57
- "commander" : " ^10.0.0 "
57
+ "commander" : " ^10.0.1 "
58
58
},
59
59
"devDependencies" : {
60
60
"@feathersjs/adapter-commons" : " ^5.0.5" ,
75
75
"@feathersjs/transport-commons" : " ^5.0.5" ,
76
76
"@feathersjs/typebox" : " ^5.0.5" ,
77
77
"@types/mocha" : " ^10.0.1" ,
78
- "@types/node" : " ^18.15.11 " ,
79
- "@types/prettier" : " ^2.7.2 " ,
80
- "axios" : " ^1.3.4 " ,
78
+ "@types/node" : " ^20.3.1 " ,
79
+ "@types/prettier" : " ^2.7.3 " ,
80
+ "axios" : " ^1.4.0 " ,
81
81
"mocha" : " ^10.2.0" ,
82
82
"shx" : " ^0.3.4" ,
83
83
"ts-node" : " ^10.9.1" ,
84
- "type-fest" : " ^3.8 .0" ,
85
- "typescript" : " ^5.0 .3"
84
+ "type-fest" : " ^3.12 .0" ,
85
+ "typescript" : " ^5.1 .3"
86
86
},
87
87
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
88
88
}
Original file line number Diff line number Diff line change 56
56
"@feathersjs/socketio-client" : " ^5.0.5"
57
57
},
58
58
"devDependencies" : {
59
- "@babel/core" : " ^7.21.4 " ,
60
- "@babel/preset-env" : " ^7.21.4 " ,
59
+ "@babel/core" : " ^7.22.5 " ,
60
+ "@babel/preset-env" : " ^7.22.5 " ,
61
61
"@feathersjs/express" : " ^5.0.5" ,
62
62
"@feathersjs/memory" : " ^5.0.5" ,
63
63
"@feathersjs/socketio" : " ^5.0.5" ,
67
67
"mocha-puppeteer" : " ^0.14.0" ,
68
68
"node-fetch" : " ^2.6.1" ,
69
69
"shx" : " ^0.3.4" ,
70
- "socket.io-client" : " ^4.6.1 " ,
70
+ "socket.io-client" : " ^4.6.2 " ,
71
71
"superagent" : " ^8.0.9" ,
72
- "ts-loader" : " ^9.4.2 " ,
73
- "typescript" : " ^5.0 .3" ,
74
- "webpack" : " ^5.77 .0" ,
75
- "webpack-cli" : " ^5.0.1 " ,
76
- "webpack-merge" : " ^5.8 .0"
72
+ "ts-loader" : " ^9.4.3 " ,
73
+ "typescript" : " ^5.1 .3" ,
74
+ "webpack" : " ^5.87 .0" ,
75
+ "webpack-cli" : " ^5.1.4 " ,
76
+ "webpack-merge" : " ^5.9 .0"
77
77
},
78
78
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
79
79
}
Original file line number Diff line number Diff line change 53
53
},
54
54
"devDependencies" : {
55
55
"@types/mocha" : " ^10.0.1" ,
56
- "@types/node" : " ^18.15.11 " ,
56
+ "@types/node" : " ^20.3.1 " ,
57
57
"mocha" : " ^10.2.0" ,
58
58
"shx" : " ^0.3.4" ,
59
59
"ts-node" : " ^10.9.1" ,
60
- "typescript" : " ^5.0 .3"
60
+ "typescript" : " ^5.1 .3"
61
61
},
62
62
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
63
63
}
Original file line number Diff line number Diff line change 66
66
},
67
67
"devDependencies" : {
68
68
"@types/mocha" : " ^10.0.1" ,
69
- "@types/node" : " ^18.15.11 " ,
69
+ "@types/node" : " ^20.3.1 " ,
70
70
"mocha" : " ^10.2.0" ,
71
71
"shx" : " ^0.3.4" ,
72
72
"ts-node" : " ^10.9.1" ,
73
- "typescript" : " ^5.0 .3"
73
+ "typescript" : " ^5.1 .3"
74
74
},
75
75
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
76
76
}
Original file line number Diff line number Diff line change 51
51
"devDependencies" : {
52
52
"@feathersjs/feathers" : " ^5.0.5" ,
53
53
"@types/mocha" : " ^10.0.1" ,
54
- "@types/node" : " ^18.15.11 " ,
54
+ "@types/node" : " ^20.3.1 " ,
55
55
"mocha" : " ^10.2.0" ,
56
56
"shx" : " ^0.3.4" ,
57
57
"ts-node" : " ^10.9.1" ,
58
- "typescript" : " ^5.0 .3"
58
+ "typescript" : " ^5.1 .3"
59
59
},
60
60
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
61
61
}
Original file line number Diff line number Diff line change 59
59
"@feathersjs/transport-commons" : " ^5.0.5" ,
60
60
"@types/compression" : " ^1.7.2" ,
61
61
"@types/express" : " ^4.17.17" ,
62
- "@types/express-serve-static-core" : " ^4.17.33 " ,
62
+ "@types/express-serve-static-core" : " ^4.17.35 " ,
63
63
"compression" : " ^1.7.4" ,
64
64
"cors" : " ^2.8.5" ,
65
65
"express" : " ^4.18.2"
66
66
},
67
67
"devDependencies" : {
68
68
"@feathersjs/authentication-local" : " ^5.0.5" ,
69
69
"@feathersjs/tests" : " ^5.0.5" ,
70
- "@types/lodash" : " ^4.14.192 " ,
70
+ "@types/lodash" : " ^4.14.195 " ,
71
71
"@types/mocha" : " ^10.0.1" ,
72
- "@types/node" : " ^18.15.11 " ,
73
- "axios" : " ^1.3.4 " ,
72
+ "@types/node" : " ^20.3.1 " ,
73
+ "axios" : " ^1.4.0 " ,
74
74
"lodash" : " ^4.17.21" ,
75
75
"mocha" : " ^10.2.0" ,
76
76
"shx" : " ^0.3.4" ,
77
77
"ts-node" : " ^10.9.1" ,
78
- "typescript" : " ^5.0 .3"
78
+ "typescript" : " ^5.1 .3"
79
79
},
80
80
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
81
81
}
Original file line number Diff line number Diff line change 64
64
},
65
65
"devDependencies" : {
66
66
"@types/mocha" : " ^10.0.1" ,
67
- "@types/node" : " ^18.15.11 " ,
67
+ "@types/node" : " ^20.3.1 " ,
68
68
"mocha" : " ^10.2.0" ,
69
69
"shx" : " ^0.3.4" ,
70
70
"ts-node" : " ^10.9.1" ,
71
- "typescript" : " ^5.0 .3"
71
+ "typescript" : " ^5.1 .3"
72
72
},
73
73
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
74
74
}
Original file line number Diff line number Diff line change 55
55
"@feathershq/pinion" : " ^0.3.5" ,
56
56
"chalk" : " ^4.0.1" ,
57
57
"lodash" : " ^4.17.21" ,
58
- "prettier" : " ^2.8.7 " ,
59
- "typescript" : " ^5.0 .3"
58
+ "prettier" : " ^2.8.8 " ,
59
+ "typescript" : " ^5.1 .3"
60
60
},
61
61
"devDependencies" : {
62
62
"@feathersjs/adapter-commons" : " ^5.0.5" ,
77
77
"@feathersjs/transport-commons" : " ^5.0.5" ,
78
78
"@feathersjs/typebox" : " ^5.0.5" ,
79
79
"@types/mocha" : " ^10.0.1" ,
80
- "@types/node" : " ^18.15.11 " ,
81
- "@types/prettier" : " ^2.7.2 " ,
82
- "axios" : " ^1.3.4 " ,
80
+ "@types/node" : " ^20.3.1 " ,
81
+ "@types/prettier" : " ^2.7.3 " ,
82
+ "axios" : " ^1.4.0 " ,
83
83
"mocha" : " ^10.2.0" ,
84
- "mongodb" : " ^5.2 .0" ,
84
+ "mongodb" : " ^5.6 .0" ,
85
85
"mssql" : " ^9.1.1" ,
86
86
"mysql" : " ^2.18.1" ,
87
- "pg" : " ^8.10 .0" ,
87
+ "pg" : " ^8.11 .0" ,
88
88
"shx" : " ^0.3.4" ,
89
89
"sqlite3" : " ^5.1.6" ,
90
90
"ts-node" : " ^10.9.1" ,
91
- "type-fest" : " ^3.8 .0" ,
92
- "typescript" : " ^5.0 .3"
91
+ "type-fest" : " ^3.12 .0" ,
92
+ "typescript" : " ^5.1 .3"
93
93
},
94
94
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
95
95
}
Original file line number Diff line number Diff line change 63
63
"@feathersjs/adapter-tests" : " ^5.0.5" ,
64
64
"@feathersjs/schema" : " ^5.0.5" ,
65
65
"@types/mocha" : " ^10.0.1" ,
66
- "@types/node" : " ^18.15.11 " ,
66
+ "@types/node" : " ^20.3.1 " ,
67
67
"knex" : " ^2.4.2" ,
68
68
"mocha" : " ^10.2.0" ,
69
- "pg" : " ^8.10 .0" ,
69
+ "pg" : " ^8.11 .0" ,
70
70
"shx" : " ^0.3.4" ,
71
71
"sqlite3" : " ^5.1.6" ,
72
- "typescript" : " ^5.0 .3"
72
+ "typescript" : " ^5.1 .3"
73
73
},
74
74
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
75
75
}
Original file line number Diff line number Diff line change 59
59
"@types/koa-qs" : " ^2.0.0" ,
60
60
"@types/koa-static" : " ^4.0.2" ,
61
61
"@types/koa__cors" : " ^4.0.0" ,
62
- "koa" : " ^2.14.1 " ,
62
+ "koa" : " ^2.14.2 " ,
63
63
"koa-body" : " ^6.0.1" ,
64
64
"koa-compose" : " ^4.1.0" ,
65
65
"koa-qs" : " ^3.0.0" ,
71
71
"@feathersjs/tests" : " ^5.0.5" ,
72
72
"@types/koa-compose" : " ^3.2.5" ,
73
73
"@types/mocha" : " ^10.0.1" ,
74
- "@types/node" : " ^18.15.11 " ,
75
- "axios" : " ^1.3.4 " ,
74
+ "@types/node" : " ^20.3.1 " ,
75
+ "axios" : " ^1.4.0 " ,
76
76
"mocha" : " ^10.2.0" ,
77
77
"shx" : " ^0.3.4" ,
78
78
"ts-node" : " ^10.9.1" ,
79
- "typescript" : " ^5.0 .3"
79
+ "typescript" : " ^5.1 .3"
80
80
},
81
81
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
82
82
}
Original file line number Diff line number Diff line change 58
58
"@feathersjs/adapter-tests" : " ^5.0.5" ,
59
59
"@feathersjs/feathers" : " ^5.0.5" ,
60
60
"@types/mocha" : " ^10.0.1" ,
61
- "@types/node" : " ^18.15.11 " ,
61
+ "@types/node" : " ^20.3.1 " ,
62
62
"mocha" : " ^10.2.0" ,
63
63
"shx" : " ^0.3.4" ,
64
64
"ts-node" : " ^10.9.1" ,
65
- "typescript" : " ^5.0 .3"
65
+ "typescript" : " ^5.1 .3"
66
66
},
67
67
"gitHead" : " 90caf635aec850550b9d37bea2762af959d9e8d5"
68
68
}
You can’t perform that action at this time.
0 commit comments