Skip to content

Commit fe4d07d

Browse files
authored
refactor: some types (#119)
feat: add search for two services chore: upgrade many dependencies including vite, vitests and stripe
1 parent c9f54d0 commit fe4d07d

15 files changed

+4711
-53
lines changed

package-lock.json

+8-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -51,36 +51,36 @@
5151
"release:minor": "npm version minor && npm publish",
5252
"release:major": "npm version major && npm publish",
5353
"lint": "eslint src/**/*.ts test/**/*.ts --fix",
54-
"vitest": "vitest",
55-
"test": "vitest run",
54+
"vitest": "vitest --typecheck",
55+
"test": "vitest run --typecheck",
5656
"coverage": "vitest run --coverage"
5757
},
5858
"dependencies": {
59-
"@feathersjs/adapter-commons": "^5.0.8",
60-
"@feathersjs/commons": "^5.0.8",
61-
"@feathersjs/errors": "^5.0.8",
62-
"@feathersjs/express": "^5.0.8",
63-
"@feathersjs/feathers": "^5.0.8",
59+
"@feathersjs/adapter-commons": "^5.0.21",
60+
"@feathersjs/commons": "^5.0.21",
61+
"@feathersjs/errors": "^5.0.21",
62+
"@feathersjs/express": "^5.0.21",
63+
"@feathersjs/feathers": "^5.0.21",
6464
"debug": "^4.3.4",
65-
"stripe": "^13.3.0"
65+
"stripe": "^14.14.0"
6666
},
6767
"devDependencies": {
6868
"@types/debug": "^4.1.8",
69-
"@types/node": "^20.5.7",
70-
"@typescript-eslint/eslint-plugin": "^6.5.0",
71-
"@typescript-eslint/parser": "^6.5.0",
69+
"@types/node": "^20.11.16",
70+
"@typescript-eslint/eslint-plugin": "^6.20.0",
71+
"@typescript-eslint/parser": "^6.20.0",
7272
"eslint": "^8.48.0",
7373
"eslint-config-prettier": "^9.0.0",
7474
"eslint-plugin-import": "^2.28.1",
7575
"eslint-plugin-prefer-arrow": "^1.2.3",
7676
"eslint-plugin-prettier": "^5.0.0",
7777
"prettier": "^3.0.3",
7878
"unbuild": "^2.0.0",
79-
"vite": "^4.4.9",
80-
"vitest": "^0.34.3"
79+
"vite": "^5.0.12",
80+
"vitest": "^1.2.2"
8181
},
8282
"peerDependencies": {
8383
"@feathersjs/feathers": "^5.0.0",
84-
"stripe": "^13.0.0"
84+
"stripe": "^14.14.0"
8585
}
8686
}

0 commit comments

Comments
 (0)