Skip to content

Commit

Permalink
feat: upgrade to latest (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher authored Jun 9, 2024
1 parent 8b720b8 commit c710214
Show file tree
Hide file tree
Showing 125 changed files with 2,118 additions and 987 deletions.
Empty file removed examples/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion lint-staged.config.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
'*': ['biome check --no-errors-on-unmatched --files-ignore-unknown=true --apply-unsafe'],
'*': ['biome check --no-errors-on-unmatched --files-ignore-unknown=true --write --unsafe'],
}
2,081 changes: 1,323 additions & 758 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"check:coverage": "vitest run --coverage=true",
"check:project": "node-standards lint",
"check:types": "tsc -p tsconfig.json",
"lint": "biome check src test examples",
"lint:fix": "npm run lint -- --apply-unsafe",
"lint": "biome check",
"lint:fix": "npm run lint -- --write --unsafe",
"package": "rm -rf .dist && npm run build",
"prepare": "husky || true",
"test": "vitest run"
Expand All @@ -36,8 +36,8 @@
},
"devDependencies": {
"@skyleague/axioms": "^4.3.4",
"@skyleague/node-standards": "^7.0.2",
"@skyleague/therefore": "^5.8.2",
"@skyleague/node-standards": "^7.1.0",
"@skyleague/therefore": "^5.8.8",
"@types/split2": "^4.2.3",
"camelcase": "^8.0.0",
"got": "^14.3.0",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

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

5 changes: 3 additions & 2 deletions src/accounting-reports/schemas/accounting-report.schema.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/api-consumers/schemas/api-consumer.schema.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/api-consumers/schemas/get-all-response.schema.js

Large diffs are not rendered by default.

Loading

0 comments on commit c710214

Please sign in to comment.