Skip to content

Commit

Permalink
Merge pull request #1036 from neet/update-dependencies
Browse files Browse the repository at this point in the history
chore(deps): Update dependencies
  • Loading branch information
neet committed Feb 22, 2024
2 parents 5b1afe3 + 75107a4 commit 369d62a
Show file tree
Hide file tree
Showing 4 changed files with 1,899 additions and 2,433 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Expand Up @@ -3,8 +3,5 @@
"**/.yarn": true,
"**/docs": true
},
"npm.packageManager": "yarn",
"eslint.packageManager": "yarn",
"jest.jestCommandLine": "jest --runInBand",
"typescript.tsdk": "node_modules/typescript/lib"
}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@
## Features

- 🌎 **Universal:** Works in Node.js, browsers, and Deno
- 📦 **Lightweight:** Less runtime codes, [7kB+ minified and gzipped](https://bundlephobia.com/package/masto@6.0.0-alpha.7)
- 📦 **Lightweight:** Less runtime codes, [6kB+ minified and gzipped](https://bundlephobia.com/package/masto)
- 📚 **TypeScript:** Written in TypeScript, and provides type definitions
- 🧪 **Tested:** 99% test coverage using a real Mastodon server
- 🤓 **Maintained:** Actively maintained by a Fediverse lover [since 2018](https://github.com/neet/masto.js/releases/tag/1.0.0)
Expand Down
51 changes: 28 additions & 23 deletions package.json
Expand Up @@ -34,44 +34,44 @@
"events-to-async": "^2.0.1",
"isomorphic-ws": "^5.0.0",
"ts-custom-error": "^3.3.1",
"ws": "^8.13.0"
"ws": "^8.16.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@size-limit/preset-small-lib": "^10.0.1",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@size-limit/preset-small-lib": "^11.0.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"conventional-changelog-conventionalcommits": "^7.0.1",
"cspell": "^7.3.8",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"cspell": "^8.4.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unicorn": "^51.0.1",
"get-port": "^5.1.1",
"ioredis": "^5.3.2",
"iterator-helpers-polyfill": "^2.3.3",
"jest": "^29.6.4",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"rollup": "^4.1.4",
"prettier": "^3.2.5",
"rollup": "^4.12.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-node-globals": "^1.4.0",
"semantic-release": "^22.0.5",
"size-limit": "^10.0.1",
"ts-jest": "^29.1.1",
"size-limit": "^11.0.2",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typedoc": "^0.25.2",
"typescript": "^5.2.2",
"typedoc": "^0.25.8",
"typescript": "^5.3.3",
"undici": "^6.6.2"
},
"files": [
Expand Down Expand Up @@ -100,5 +100,10 @@
"limit": "7.5 kB",
"path": "./dist/index.js"
}
]
],
"resolutions": {
"string-width": "4.2.3",
"strip-ansi": "6.0.1",
"wrap-ansi": "7.0.0"
}
}

0 comments on commit 369d62a

Please sign in to comment.