Skip to content

Commit

Permalink
refactor: some types (#119)
Browse files Browse the repository at this point in the history
feat: add search for two services
chore: upgrade many dependencies including vite, vitests and stripe
  • Loading branch information
TheNoim authored Feb 2, 2024
1 parent c9f54d0 commit fe4d07d
Show file tree
Hide file tree
Showing 15 changed files with 4,711 additions and 53 deletions.
17 changes: 8 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,36 +51,36 @@
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"lint": "eslint src/**/*.ts test/**/*.ts --fix",
"vitest": "vitest",
"test": "vitest run",
"vitest": "vitest --typecheck",
"test": "vitest run --typecheck",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@feathersjs/adapter-commons": "^5.0.8",
"@feathersjs/commons": "^5.0.8",
"@feathersjs/errors": "^5.0.8",
"@feathersjs/express": "^5.0.8",
"@feathersjs/feathers": "^5.0.8",
"@feathersjs/adapter-commons": "^5.0.21",
"@feathersjs/commons": "^5.0.21",
"@feathersjs/errors": "^5.0.21",
"@feathersjs/express": "^5.0.21",
"@feathersjs/feathers": "^5.0.21",
"debug": "^4.3.4",
"stripe": "^13.3.0"
"stripe": "^14.14.0"
},
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"unbuild": "^2.0.0",
"vite": "^4.4.9",
"vitest": "^0.34.3"
"vite": "^5.0.12",
"vitest": "^1.2.2"
},
"peerDependencies": {
"@feathersjs/feathers": "^5.0.0",
"stripe": "^13.0.0"
"stripe": "^14.14.0"
}
}
Loading

0 comments on commit fe4d07d

Please sign in to comment.