Skip to content

Commit 75107a4

Browse files
committed
chore(deps): Update dependencies
1 parent 5b1afe3 commit 75107a4

4 files changed

Lines changed: 1899 additions & 2433 deletions

File tree

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
"**/.yarn": true,
44
"**/docs": true
55
},
6-
"npm.packageManager": "yarn",
7-
"eslint.packageManager": "yarn",
8-
"jest.jestCommandLine": "jest --runInBand",
96
"typescript.tsdk": "node_modules/typescript/lib"
107
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
## Features
2222

2323
- 🌎 **Universal:** Works in Node.js, browsers, and Deno
24-
- 📦 **Lightweight:** Less runtime codes, [7kB+ minified and gzipped](https://bundlephobia.com/package/masto@6.0.0-alpha.7)
24+
- 📦 **Lightweight:** Less runtime codes, [6kB+ minified and gzipped](https://bundlephobia.com/package/masto)
2525
- 📚 **TypeScript:** Written in TypeScript, and provides type definitions
2626
- 🧪 **Tested:** 99% test coverage using a real Mastodon server
2727
- 🤓 **Maintained:** Actively maintained by a Fediverse lover [since 2018](https://github.com/neet/masto.js/releases/tag/1.0.0)

package.json

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -34,44 +34,44 @@
3434
"events-to-async": "^2.0.1",
3535
"isomorphic-ws": "^5.0.0",
3636
"ts-custom-error": "^3.3.1",
37-
"ws": "^8.13.0"
37+
"ws": "^8.16.0"
3838
},
3939
"devDependencies": {
4040
"@rollup/plugin-commonjs": "^25.0.7",
41-
"@rollup/plugin-json": "^6.0.1",
42-
"@rollup/plugin-typescript": "^11.1.5",
41+
"@rollup/plugin-json": "^6.1.0",
42+
"@rollup/plugin-typescript": "^11.1.6",
4343
"@semantic-release/changelog": "^6.0.3",
4444
"@semantic-release/git": "^10.0.1",
45-
"@size-limit/preset-small-lib": "^10.0.1",
46-
"@types/jest": "^29.5.6",
47-
"@types/node": "^20.8.9",
48-
"@types/ws": "^8.5.8",
49-
"@typescript-eslint/eslint-plugin": "^6.9.0",
50-
"@typescript-eslint/parser": "^6.9.0",
45+
"@size-limit/preset-small-lib": "^11.0.2",
46+
"@types/jest": "^29.5.12",
47+
"@types/node": "^20.11.19",
48+
"@types/ws": "^8.5.10",
49+
"@typescript-eslint/eslint-plugin": "^7.0.2",
50+
"@typescript-eslint/parser": "^7.0.2",
5151
"conventional-changelog-conventionalcommits": "^7.0.1",
52-
"cspell": "^7.3.8",
53-
"eslint": "^8.52.0",
54-
"eslint-config-prettier": "^9.0.0",
55-
"eslint-plugin-import": "^2.29.0",
56-
"eslint-plugin-prettier": "^5.0.1",
57-
"eslint-plugin-simple-import-sort": "^10.0.0",
58-
"eslint-plugin-unicorn": "^48.0.1",
52+
"cspell": "^8.4.1",
53+
"eslint": "^8.56.0",
54+
"eslint-config-prettier": "^9.1.0",
55+
"eslint-plugin-import": "^2.29.1",
56+
"eslint-plugin-prettier": "^5.1.3",
57+
"eslint-plugin-simple-import-sort": "^12.0.0",
58+
"eslint-plugin-unicorn": "^51.0.1",
5959
"get-port": "^5.1.1",
6060
"ioredis": "^5.3.2",
6161
"iterator-helpers-polyfill": "^2.3.3",
6262
"jest": "^29.6.4",
6363
"npm-run-all": "^4.1.5",
64-
"prettier": "^3.0.3",
65-
"rollup": "^4.1.4",
64+
"prettier": "^3.2.5",
65+
"rollup": "^4.12.0",
6666
"rollup-plugin-auto-external": "^2.0.0",
6767
"rollup-plugin-dts": "^6.1.0",
6868
"rollup-plugin-node-globals": "^1.4.0",
6969
"semantic-release": "^22.0.5",
70-
"size-limit": "^10.0.1",
71-
"ts-jest": "^29.1.1",
70+
"size-limit": "^11.0.2",
71+
"ts-jest": "^29.1.2",
7272
"tslib": "^2.6.2",
73-
"typedoc": "^0.25.2",
74-
"typescript": "^5.2.2",
73+
"typedoc": "^0.25.8",
74+
"typescript": "^5.3.3",
7575
"undici": "^6.6.2"
7676
},
7777
"files": [
@@ -100,5 +100,10 @@
100100
"limit": "7.5 kB",
101101
"path": "./dist/index.js"
102102
}
103-
]
103+
],
104+
"resolutions": {
105+
"string-width": "4.2.3",
106+
"strip-ansi": "6.0.1",
107+
"wrap-ansi": "7.0.0"
108+
}
104109
}

0 commit comments

Comments
 (0)