Skip to content

Commit

Permalink
Fixing ts-essential dependency placement (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzkrasner authored Dec 18, 2024
1 parent 02581cf commit 38fd86f
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 12 deletions.
3 changes: 2 additions & 1 deletion apps/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.6.2",
"vite": "^5.4.8"
"vite": "^5.4.8",
"ts-essentials": "10.0.2"
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"turbo": "^2.1.2",
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.7",
"ts-essentials": "^10.0.2",
"typescript": "^5.6.2"
},
"pnpm": {
Expand Down
3 changes: 2 additions & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"dag-jose": "^5.1.1",
"multiformats": "^13.3.0",
"multihashes-sync": "^2.0.0",
"uint8arrays": "^5.1.0"
"uint8arrays": "^5.1.0",
"ts-essentials": "^10.0.2"
},
"devDependencies": {
"@didtools/key-did": "^1.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/model-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"@ceramic-sdk/http-client": "workspace:^",
"@ceramic-sdk/test-utils": "workspace:^",
"@didtools/key-did": "^1.0.0",
"dids": "^5.0.2"
"dids": "^5.0.2",
"ts-essentials": "^10.0.2"
},
"jest": {
"extensionsToTreatAsEsm": [".ts"],
Expand Down
3 changes: 2 additions & 1 deletion packages/model-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"@didtools/key-did": "^1.0.0",
"@types/lodash.ismatch": "^4.4.9",
"json-schema-typed": "^8.0.1",
"multiformats": "^13.3.0"
"multiformats": "^13.3.0",
"ts-essentials": "^10.0.2"
},
"jest": {
"extensionsToTreatAsEsm": [".ts"],
Expand Down
3 changes: 2 additions & 1 deletion packages/model-instance-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"@ceramic-sdk/http-client": "workspace:^",
"@didtools/key-did": "^1.0.0",
"dids": "^5.0.2",
"uint8arrays": "^5.1.0"
"uint8arrays": "^5.1.0",
"ts-essentials": "^10.0.2"
},
"jest": {
"extensionsToTreatAsEsm": [".ts"],
Expand Down
3 changes: 2 additions & 1 deletion packages/model-instance-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"ajv-formats": "^3.0.1",
"codeco": "^1.4.3",
"fast-json-patch": "^3.1.1",
"uint8arrays": "^5.1.0"
"uint8arrays": "^5.1.0",
"ts-essentials": "^10.0.2"
},
"devDependencies": {
"@ceramic-sdk/model-instance-client": "workspace:^",
Expand Down
3 changes: 2 additions & 1 deletion packages/model-instance-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"@ceramic-sdk/identifiers": "workspace:^",
"@didtools/codecs": "^3.0.0",
"codeco": "^1.4.3",
"object-sizeof": "^2.6.4"
"object-sizeof": "^2.6.4",
"ts-essentials": "^10.0.2"
},
"devDependencies": {
"multiformats": "^13.3.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/model-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"codeco": "^1.4.3",
"json-ptr": "^3.1.1"
"json-ptr": "^3.1.1",
"ts-essentials": "^10.0.2"
},
"devDependencies": {
"@ceramic-sdk/test-utils": "workspace:^",
Expand Down
27 changes: 24 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38fd86f

Please sign in to comment.