|
25 | 25 | "release:major": "npm version major && npm publish", |
26 | 26 | "changelog": "github_changelog_generator --max-issues 200 -u feathersjs-ecosystem -p feathers-hooks-common && git add CHANGELOG.md && git commit -am \"Updating changelog\"", |
27 | 27 | "lint": "eslint src/**/*.ts test/**/*.ts --fix", |
28 | | - "update-dependencies": "ncu -u -x ajv,mongodb", |
| 28 | + "update-dependencies": "ncu -u -x ajv", |
29 | 29 | "mocha": "mocha --require ts-node/register", |
30 | 30 | "coverage": "c8 npm run mocha", |
31 | 31 | "test": "npm run lint && npm run coverage" |
|
62 | 62 | "dist/**" |
63 | 63 | ], |
64 | 64 | "dependencies": { |
65 | | - "@feathers-plus/batch-loader": "^0.3.6", |
66 | | - "@feathersjs/commons": "^5.0.1", |
67 | | - "@feathersjs/errors": "^5.0.1", |
68 | | - "@feathersjs/feathers": "^5.0.1", |
| 65 | + "@feathersjs/errors": "^5.0.6", |
69 | 66 | "ajv": "^6.12.6", |
70 | 67 | "debug": "^4.3.4", |
71 | 68 | "graphql": "^16.6.0", |
72 | 69 | "lodash": "^4.17.21", |
73 | 70 | "traverse": "^0.6.7" |
74 | 71 | }, |
75 | 72 | "devDependencies": { |
| 73 | + "@feathers-plus/batch-loader": "^0.3.6", |
76 | 74 | "@feathers-plus/cache": "^1.4.0", |
77 | 75 | "@feathers-plus/graphql": "^1.10.0", |
78 | | - "@feathersjs/authentication": "^5.0.1", |
79 | | - "@feathersjs/authentication-local": "^5.0.1", |
80 | | - "@feathersjs/client": "^5.0.2", |
81 | | - "@feathersjs/express": "^5.0.1", |
82 | | - "@feathersjs/socketio": "^5.0.1", |
83 | | - "@feathersjs/socketio-client": "^5.0.2", |
84 | | - "@types/chai": "^4.3.4", |
| 76 | + "@feathersjs/authentication": "^5.0.6", |
| 77 | + "@feathersjs/authentication-local": "^5.0.6", |
| 78 | + "@feathersjs/client": "^5.0.6", |
| 79 | + "@feathersjs/express": "^5.0.6", |
| 80 | + "@feathersjs/memory": "^5.0.6", |
| 81 | + "@feathersjs/socketio": "^5.0.6", |
| 82 | + "@feathersjs/socketio-client": "^5.0.6", |
| 83 | + "@types/chai": "^4.3.5", |
85 | 84 | "@types/clone": "^2.1.1", |
86 | | - "@types/debug": "^4.1.7", |
87 | | - "@types/lodash": "^4.14.192", |
| 85 | + "@types/debug": "^4.1.8", |
| 86 | + "@types/lodash": "^4.14.195", |
88 | 87 | "@types/mocha": "^10.0.1", |
89 | | - "@types/node": "^18.15.11", |
| 88 | + "@types/node": "^20.3.1", |
90 | 89 | "@types/traverse": "^0.6.32", |
91 | | - "@typescript-eslint/eslint-plugin": "^5.57.0", |
92 | | - "@typescript-eslint/parser": "^5.57.0", |
93 | | - "c8": "^7.13.0", |
| 90 | + "@typescript-eslint/eslint-plugin": "^5.59.11", |
| 91 | + "@typescript-eslint/parser": "^5.59.11", |
| 92 | + "c8": "^8.0.0", |
94 | 93 | "chai": "^4.3.7", |
95 | 94 | "clone": "^2.1.2", |
96 | | - "eslint": "^8.37.0", |
| 95 | + "eslint": "^8.42.0", |
97 | 96 | "eslint-config-prettier": "^8.8.0", |
98 | 97 | "eslint-plugin-import": "^2.27.5", |
99 | 98 | "eslint-plugin-prefer-arrow": "^1.2.3", |
100 | 99 | "eslint-plugin-prettier": "^4.2.1", |
101 | | - "feathers-memory": "^4.1.0", |
102 | 100 | "mocha": "^10.2.0", |
103 | | - "mongodb": "^5.0.1", |
104 | | - "npm-check-updates": "^16.9.0", |
105 | | - "prettier": "^2.8.7", |
| 101 | + "mongodb": "^5.6.0", |
| 102 | + "npm-check-updates": "^16.10.12", |
| 103 | + "prettier": "^2.8.8", |
106 | 104 | "shx": "^0.3.4", |
107 | 105 | "sift": "^17.0.1", |
108 | 106 | "ts-node": "^10.9.1", |
109 | 107 | "tsup": "^6.7.0", |
110 | | - "typescript": "^5.0.3", |
111 | | - "vitepress": "^1.0.0-alpha.64" |
| 108 | + "typescript": "^5.1.3", |
| 109 | + "vitepress": "^1.0.0-beta.2" |
| 110 | + }, |
| 111 | + "peerDependencies": { |
| 112 | + "@feathersjs/feathers": "^5.0.0" |
112 | 113 | }, |
113 | 114 | "engines": { |
114 | 115 | "node": ">= 14" |
|
0 commit comments