Skip to content

Commit c5a4657

Browse files
author
Jason Kuhrt
authored
improve: tree-shakable @nexus/schema (#846)
Supports #119
1 parent b00c8b0 commit c5a4657

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@nexus/logger": "^0.1.0",
31-
"@nexus/schema": "^0.14.0-next.1",
31+
"@nexus/schema": "^0.14.0-next.2",
3232
"@types/express": "^4.17.2",
3333
"@types/node-fetch": "^2.5.5",
3434
"@types/prompts": "^2.0.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -487,10 +487,10 @@
487487
lodash "^4.17.15"
488488
strip-ansi "^6.0.0"
489489

490-
"@nexus/schema@^0.14.0-next.1":
491-
version "0.14.0-next.1"
492-
resolved "https://registry.yarnpkg.com/@nexus/schema/-/schema-0.14.0-next.1.tgz#ea822ce28fe914ff5167962d786bb803ee1e37e6"
493-
integrity sha512-J0gx1iyIYhOpQt7aorDqWilCkTNGVv/OMSloFAl3hwGxZpX6NqiFN34ZqO5szdX3qyHWbU9TeCK2RXvStzfPGA==
490+
"@nexus/schema@^0.14.0-next.2":
491+
version "0.14.0-next.2"
492+
resolved "https://registry.yarnpkg.com/@nexus/schema/-/schema-0.14.0-next.2.tgz#7703e18c207877004cf0ffd23612ae6d2792b8ec"
493+
integrity sha512-s+CYH1zlVe9cujksX5EqT4spcpFXXlZEGsmEiPCAOhYOLtad6HJEFcJdFNl/ssdwrua2phaYy9Pmz4/UCgxZFg==
494494
dependencies:
495495
iterall "^1.2.2"
496496
tslib "^1.9.3"

0 commit comments

Comments
 (0)