Skip to content

Commit dcad72f

Browse files
authored
fix: Improve use of peer and dev dependencies (#14)
* fix: Improve use of peer and dev dependencies * Update lockfile
1 parent 2c04871 commit dcad72f

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

package.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@
4747
"publishConfig": {
4848
"access": "public"
4949
},
50-
"dependencies": {
51-
"@feathersjs/errors": "^5.0.35",
52-
"@feathersjs/feathers": "^5.0.35"
53-
},
50+
"dependencies": {},
5451
"devDependencies": {
5552
"@feathers-community/eslint-config": "^0.0.8",
5653
"@feathersjs/knex": "^5.0.35",
@@ -65,16 +62,12 @@
6562
"pg": "^8.16.3",
6663
"sequelize": "^6.37.7",
6764
"shx": "^0.4.0",
68-
"typescript": "^5.9.2",
69-
"vitest": "^3.2.4"
65+
"typescript": "^5.9.2"
7066
},
7167
"peerDependencies": {
72-
"@feathersjs/knex": ">=5",
73-
"@feathersjs/memory": ">=5",
74-
"feathers-sequelize": ">=7",
75-
"pg": ">=8",
76-
"sequelize": ">=6",
77-
"vitest": "^3.0.0"
68+
"vitest": "^3.0.0",
69+
"@feathersjs/errors": "^5.0.0",
70+
"@feathersjs/feathers": "^5.0.0"
7871
},
7972
"peerDependenciesMeta": {
8073
"@feathersjs/knex": {

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)