Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 18, 2024
1 parent 95fbc6e commit 9b9e80d
Show file tree
Hide file tree
Showing 8 changed files with 581 additions and 599 deletions.
2 changes: 1 addition & 1 deletion api/http/signout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type SignOutRequest = {
session?: string
}

export type SignOutResponse = {}
export type SignOutResponse = Record<string, never>

const METHOD = 'DELETE'

Expand Down
9 changes: 8 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default [
{
groups: [
'side-effect',
['side-effect-style', 'style'],
'side-effect-style',
'style',
['builtin-type', 'type', 'builtin', 'external', 'unknown'],
[
'internal-type',
Expand Down Expand Up @@ -68,5 +69,11 @@ export default [
}
]
}
},
{
files: ['core/router.ts'],
rules: {
'@typescript-eslint/no-empty-object-type': 'off'
}
}
]
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"dependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.23",
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}
2 changes: 1 addition & 1 deletion loader-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@slowreader/core": "workspace:*",
"jsdom": "25.0.1",
"nanostores": "0.11.3",
"yaml": "2.5.1"
"yaml": "2.6.0"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"extension"
],
"devDependencies": {
"@logux/eslint-config": "53.4.0",
"@types/chrome": "^0.0.277",
"@types/node": "22.7.5",
"@logux/eslint-config": "53.4.1",
"@types/chrome": "^0.0.278",
"@types/node": "22.7.6",
"@types/ws": "8.5.12",
"better-node-test": "0.7.1",
"eslint": "9.12.0",
"eslint-plugin-svelte": "^2.44.1",
"eslint-plugin-svelte": "^2.45.1",
"husky": "^9.1.6",
"nano-staged": "0.8.0",
"postcss-html": "1.7.0",
Expand All @@ -65,11 +65,11 @@
"remark-lint-no-shell-dollars": "^4.0.0",
"remark-lint-smarty-pants-typography": "^1.1.0",
"remark-validate-links": "^13.0.1",
"stylelint": "16.9.0",
"stylelint": "16.10.0",
"svelte": "5.0.0-next.263",
"svelte-check": "4.0.2",
"svgo": "3.3.2",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 9b9e80d

Please sign in to comment.