Skip to content

Commit 6eadb9a

Browse files
committed
chore: 🤖 move json-joy dependencies to peerDependencies
1 parent e62efef commit 6eadb9a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,24 +116,27 @@
116116
},
117117
"peerDependencies": {
118118
"rxjs": "7",
119-
"tslib": "2"
119+
"tslib": "2",
120+
"@jsonjoy.com/base64": "^1.1.2",
121+
"@jsonjoy.com/json-pack": "^1.0.4",
122+
"@jsonjoy.com/util": "^1.3.0"
120123
},
121124
"peerDependenciesMeta": {
122125
"rxjs": {
123126
"optional": true
124127
}
125128
},
126129
"dependencies": {
127-
"@jsonjoy.com/base64": "^1.1.2",
128-
"@jsonjoy.com/json-pack": "^1.0.4",
129-
"@jsonjoy.com/util": "^1.3.0",
130130
"arg": "^5.0.2",
131131
"hyperdyperid": "^1.2.0",
132132
"sonic-forest": "^1.0.3",
133133
"thingies": "^2.1.1",
134134
"tree-dump": "^1.0.2"
135135
},
136136
"devDependencies": {
137+
"@jsonjoy.com/base64": "^1.1.2",
138+
"@jsonjoy.com/json-pack": "^1.0.4",
139+
"@jsonjoy.com/util": "^1.3.0",
137140
"@types/benchmark": "^2.1.5",
138141
"@types/jest": "^29.5.12",
139142
"benchmark": "^2.1.4",

0 commit comments

Comments
 (0)