Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit

Permalink
Moving ts-essentials to global dependencies (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzkrasner authored Nov 6, 2024
1 parent 0c2d32c commit ca931a3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 43 deletions.
1 change: 0 additions & 1 deletion apps/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"ts-essentials": "^10.0.2",
"typescript": "^5.6.2",
"vite": "^5.4.6"
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"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: 1 addition & 2 deletions packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
},
"devDependencies": {
"@didtools/key-did": "^1.0.0",
"dids": "^5.0.2",
"ts-essentials": "^10.0.2"
"dids": "^5.0.2"
},
"jest": {
"extensionsToTreatAsEsm": [".ts"],
Expand Down
3 changes: 1 addition & 2 deletions packages/model-instance-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"@ceramic-sdk/model-protocol": "workspace:^",
"@didtools/key-did": "^1.0.0",
"dids": "^5.0.2",
"multiformats": "^13.3.0",
"ts-essentials": "^10.0.2"
"multiformats": "^13.3.0"
},
"jest": {
"extensionsToTreatAsEsm": [".ts"],
Expand Down
3 changes: 1 addition & 2 deletions packages/model-instance-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"object-sizeof": "^2.6.4"
},
"devDependencies": {
"multiformats": "^13.3.0",
"ts-essentials": "^10.0.2"
"multiformats": "^13.3.0"
},
"jest": {
"extensionsToTreatAsEsm": [".ts"],
Expand Down
3 changes: 1 addition & 2 deletions packages/model-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"devDependencies": {
"@ceramic-sdk/test-utils": "workspace:^",
"json-schema-typed": "^8.0.1",
"multiformats": "^13.3.0",
"ts-essentials": "^10.0.2"
"multiformats": "^13.3.0"
},
"jest": {
"extensionsToTreatAsEsm": [".ts"],
Expand Down
40 changes: 6 additions & 34 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 ca931a3

Please sign in to comment.