Skip to content

Commit

Permalink
chore: Update all deps (#6)
Browse files Browse the repository at this point in the history
* chore: Update all deps

* chore: Update GH action

* chore: Update GH action for Node v21
  • Loading branch information
ukstv authored Jan 3, 2024
1 parent ba8a26c commit 0c5edd7
Show file tree
Hide file tree
Showing 5 changed files with 2,183 additions and 1,751 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['14.x', '16.x']
node: ['20.x', '21.x']
os: [ubuntu-latest, macOS-latest]

steps:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v3
Expand Down
35 changes: 16 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,24 @@
},
"homepage": "https://github.com/ceramicnetwork/js-dag-jose-utils#readme",
"devDependencies": {
"@jest/globals": "^28.1.3",
"@jest/globals": "^29.7.0",
"@skypack/package-check": "^0.2.2",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.209",
"@swc/jest": "^0.2.20",
"@types/jest": "^28.1.6",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"del-cli": "^5.0.0",
"eslint": "^8.19.0",
"eslint-config-3box": "^0.4.0",
"eslint-plugin-jest": "^26.5.3",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"turbo": "^1.3.1",
"typedoc": "0.23.10",
"typedoc-plugin-markdown": "^3.12.1",
"typescript": "~4.7.4"
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.102",
"@swc/jest": "^0.2.29",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"del-cli": "^5.1.0",
"eslint": "^8.56.0",
"eslint-config-3box": "^1.0.0",
"eslint-plugin-jest": "^27.6.1",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"turbo": "^1.11.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@ipld/dag-cbor": "^7.0.1",
"multiformats": "^11.0.1"
"@ipld/dag-cbor": "^9.0.7",
"multiformats": "^13.0.0"
}
}
Loading

0 comments on commit 0c5edd7

Please sign in to comment.