Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 56e198b

Browse files
P0lipXVincentX
authored andcommitted
fix: make deps less relaxed (#15)
1 parent db14df7 commit 56e198b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test.watch": "yarn test --watch"
4747
},
4848
"dependencies": {
49-
"@stoplight/json": "1.x.x",
49+
"@stoplight/json": "1.9.x",
5050
"dependency-graph": "0.8.x",
5151
"fast-memoize": "2.x.x",
5252
"immer": "2.x.x",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@
651651
resolved "https://registry.yarnpkg.com/@stoplight/fast-safe-stringify/-/fast-safe-stringify-2.1.2.tgz#2811eff4989c3d4c5c9a3789f057e25358db0899"
652652
integrity sha512-ayw3qQ9KNn2K5q6ggrLclh+rdZsSLwYIUz3uAer1NzaCpalJLR4g32G845ylgq7Xy2AunMHnNfD3FC3s0rUcsA==
653653

654-
"@stoplight/json@1.x.x":
654+
"@stoplight/json@1.9.x":
655655
version "1.9.0"
656656
resolved "https://registry.yarnpkg.com/@stoplight/json/-/json-1.9.0.tgz#904887e8aea1eb8657b12b2a7efc259562b765fd"
657657
integrity sha512-5DwyrS+B2lGKVeDyNBaq1iTL2ovXaNVgh98r/jwO3z4A2d/xLffmPwnjgUByga+UBUbFMCFXdM3nj134V3Mt+w==

0 commit comments

Comments
 (0)