Skip to content

Commit d9f9965

Browse files
authored
feat: make json-joy and thingies dependencies optional (#991)
1 parent a1b1576 commit d9f9965

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,7 @@
120120
"^.+\\.tsx?$": "ts-jest"
121121
}
122122
},
123-
"dependencies": {
124-
"json-joy": "^11.0.0",
125-
"thingies": "^1.11.1"
126-
},
123+
"dependencies": {},
127124
"devDependencies": {
128125
"@semantic-release/changelog": "^6.0.1",
129126
"@semantic-release/git": "^10.0.1",
@@ -137,6 +134,7 @@
137134
"husky": "^8.0.1",
138135
"isomorphic-git": "^1.24.2",
139136
"jest": "^29.0.0",
137+
"json-joy": "^11.0.0",
140138
"path-browserify": "^1.0.1",
141139
"prettier": "^2.7.1",
142140
"pretty-quick": "^4.0.0",
@@ -145,6 +143,7 @@
145143
"rimraf": "^5.0.0",
146144
"semantic-release": "^19.0.3",
147145
"tar-stream": "^3.1.2",
146+
"thingies": "^1.11.1",
148147
"ts-jest": "^29.1.0",
149148
"ts-loader": "^9.4.3",
150149
"ts-node": "^10.9.1",
@@ -158,8 +157,18 @@
158157
"webpack-dev-server": "^4.15.1"
159158
},
160159
"peerDependencies": {
160+
"json-joy": "^11.0.0",
161+
"thingies": "^1.11.1",
161162
"tslib": "2"
162163
},
164+
"peerDependenciesMeta": {
165+
"json-joy": {
166+
"optional": true
167+
},
168+
"thingies": {
169+
"optional": true
170+
}
171+
},
163172
"engines": {
164173
"node": ">= 4.0.0"
165174
}

0 commit comments

Comments
 (0)