Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 13, 2023
1 parent b268b0e commit c467d08
Show file tree
Hide file tree
Showing 10 changed files with 395 additions and 418 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*",
"examples/*"
"packages/*"
],
"scripts": {
"format": "prettier --write '**/*.{js,ts,yml,json}' --ignore-path .gitignore",
Expand All @@ -17,8 +16,8 @@
"docs": "typedoc --out docs --plugin typedoc-plugin-missing-exports"
},
"devDependencies": {
"depcheck": "^1.4.5",
"hd-scripts": "^8.0.0",
"depcheck": "^1.4.6",
"hd-scripts": "^8.1.1",
"lint-staged": "^14.0.1",
"prettier": "3.0.3",
"simple-git-hooks": "^2.9.0",
Expand Down
7 changes: 3 additions & 4 deletions packages/iso-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,11 @@
"@scure/base": "^1.1.3",
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.9",
"assert": "^2.0.0",
"hd-scripts": "^8.0.0",
"@types/node": "^20.6.0",
"assert": "^2.1.0",
"micro-bmark": "^0.3.1",
"mocha": "^10.2.0",
"playwright-test": "^12.3.0",
"playwright-test": "^12.3.1",
"typescript": "5.2.2"
},
"publishConfig": {
Expand Down
10 changes: 6 additions & 4 deletions packages/iso-did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"./core": {
"types": "./dist/src/core.d.ts",
"import": "./src/core.js"
},
"./types": {
"types": "./dist/src/types.d.ts"
}
},
"typesVersions": {
Expand Down Expand Up @@ -66,11 +69,10 @@
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.9",
"assert": "^2.0.0",
"hd-scripts": "^8.0.0",
"@types/node": "^20.6.0",
"assert": "^2.1.0",
"mocha": "^10.2.0",
"playwright-test": "^12.3.0",
"playwright-test": "^12.3.1",
"type-fest": "^4.3.1",
"typescript": "5.2.2"
},
Expand Down
9 changes: 4 additions & 5 deletions packages/iso-filecoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"test:browser": "playwright-test 'test/**/!(*.node).test.js'"
},
"dependencies": {
"@ipld/dag-cbor": "^9.0.4",
"@ipld/dag-cbor": "^9.0.5",
"@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.2",
"@scure/bip32": "^1.3.2",
Expand All @@ -105,11 +105,10 @@
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.9",
"assert": "^2.0.0",
"hd-scripts": "^8.0.0",
"@types/node": "^20.6.0",
"assert": "^2.1.0",
"mocha": "^10.2.0",
"playwright-test": "^12.3.0",
"playwright-test": "^12.3.1",
"typescript": "5.2.2"
},
"publishConfig": {
Expand Down
7 changes: 3 additions & 4 deletions packages/iso-passkeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.9",
"assert": "^2.0.0",
"hd-scripts": "^8.0.0",
"@types/node": "^20.6.0",
"assert": "^2.1.0",
"mocha": "^10.2.0",
"playwright-test": "^12.3.0",
"playwright-test": "^12.3.1",
"typescript": "5.2.2"
},
"publishConfig": {
Expand Down
7 changes: 3 additions & 4 deletions packages/iso-signatures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,10 @@
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.9",
"assert": "^2.0.0",
"hd-scripts": "^8.0.0",
"@types/node": "^20.6.0",
"assert": "^2.1.0",
"mocha": "^10.2.0",
"playwright-test": "^12.3.0",
"playwright-test": "^12.3.1",
"type-fest": "^4.3.1",
"typescript": "5.2.2"
},
Expand Down
7 changes: 2 additions & 5 deletions packages/iso-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,9 @@
"test:browser": "playwright-test 'test/**/!(*.node).test.js'"
},
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/node": "^20.5.9",
"assert": "^2.0.0",
"@types/node": "^20.6.0",
"delay": "^6.0.0",
"hd-scripts": "^8.0.0",
"playwright-test": "^12.3.0",
"playwright-test": "^12.3.1",
"typescript": "5.2.2"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit c467d08

Please sign in to comment.