Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Feb 11, 2023
1 parent 0e98d51 commit b2e58df
Show file tree
Hide file tree
Showing 3 changed files with 1,021 additions and 618 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,38 +37,38 @@
"ws": "^8.12.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/qs": "^6.9.7",
"@types/semver": "^7.3.10",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cspell": "^6.18.1",
"eslint": "^8.31.0",
"cspell": "^6.22.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^45.0.2",
"iterator-helpers-polyfill": "^2.2.8",
"jest": "^29.2.2",
"jest": "^29.4.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.2",
"rollup": "^3.9.1",
"prettier": "^2.8.4",
"rollup": "^3.15.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^5.1.1",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-typescript2": "^0.34.1",
"semantic-release": "^20.0.2",
"ts-jest": "^29.0.3",
"semantic-release": "^20.1.0",
"ts-jest": "^29.0.5",
"typedoc": "^0.23.24",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"files": [
"README.md",
Expand Down
4 changes: 2 additions & 2 deletions src/mastodon/v1/repositories/marker-repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export interface FetchMarkersParams {
}

export type CreateMarkersParams = {
readonly /** ID of the last status read in the timeline. */
[key in MarkerTimeline]?: Pick<MarkerItem, 'lastReadId'>;
/** ID of the last status read in the timeline. */
readonly [key in MarkerTimeline]?: Pick<MarkerItem, 'lastReadId'>;
};

export class MarkerRepository
Expand Down
Loading

0 comments on commit b2e58df

Please sign in to comment.