Skip to content

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Oct 28, 2023
1 parent a7630b6 commit f22af2a
Show file tree
Hide file tree
Showing 5 changed files with 975 additions and 1,227 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20.5.1"
node-version: "20.6.1"
cache: yarn

- name: Install dependencies
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "20.5.1"
node-version: "20.6.1"
cache: yarn

- name: Setup Mastodon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "20.5.1"
node-version: "20.6.1"
cache: yarn

- name: Setup Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20.5.1"
node-version: "20.6.1"
cache: yarn

- run: yarn install --frozen-lockfiles
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,47 +31,47 @@
},
"dependencies": {
"change-case": "^4.1.2",
"events-to-async": "^2.0.0",
"events-to-async": "^2.0.1",
"isomorphic-ws": "^5.0.0",
"ts-custom-error": "^3.3.1",
"ws": "^8.13.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-typescript": "^11.1.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-typescript": "^11.1.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/proper-lockfile": "^4.1.2",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"@types/proper-lockfile": "^4.1.3",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"conventional-changelog-conventionalcommits": "^7.0.1",
"cspell": "^7.2.0",
"eslint": "^8.48.0",
"cspell": "^7.3.8",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.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",
"get-port": "^5.1.1",
"iterator-helpers-polyfill": "^2.3.1",
"iterator-helpers-polyfill": "^2.3.3",
"jest": "^29.6.4",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"proper-lockfile": "^4.1.2",
"rollup": "^3.28.1",
"rollup": "^4.1.4",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-node-globals": "^1.4.0",
"semantic-release": "^21.1.1",
"semantic-release": "^22.0.5",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
"typedoc": "^0.25.0",
"typedoc": "^0.25.2",
"typescript": "^5.2.2",
"undici": "^5.23.0"
"undici": "^5.27.0"
},
"files": [
"README.md",
Expand Down
Loading

0 comments on commit f22af2a

Please sign in to comment.