Skip to content

Commit c2de9c1

Browse files
committed
fix(package): fixes deps ranges
relates to #1
1 parent 5ff0d6e commit c2de9c1

File tree

3 files changed

+60
-716
lines changed

3 files changed

+60
-716
lines changed

packages/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"typescript": "^3.9.5"
7474
},
7575
"dependencies": {
76-
"@ucast/core": "^0.0.1"
76+
"@ucast/core": "^1.0.0"
7777
}
7878
}

packages/mongo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"typescript": "^3.9.5"
7373
},
7474
"dependencies": {
75-
"@ucast/core": "^0.0.1"
75+
"@ucast/core": "^1.0.0"
7676
}
7777
}

0 commit comments

Comments
 (0)