Skip to content

Commit

Permalink
Merge pull request #228 from smartprocure/feature/change-contexture-u…
Browse files Browse the repository at this point in the history
…til-version-ranges

Change contexture-util version ranges
  • Loading branch information
stellarhoof authored Jun 18, 2024
2 parents 6ad696e + 91a5537 commit 06a0ef5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/provider-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/smartprocure/contexture/tree/main/packages/provider-elasticsearch",
"dependencies": {
"contexture-util": "^0.1.1",
"contexture-util": "^0.1.2",
"debug": "^4.3.1",
"escape-string-regexp": "^5.0.0",
"futil": "^1.76.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/smartprocure/contexture/tree/main/packages/provider-mongo",
"packageManager": "[email protected]",
"dependencies": {
"contexture-util": "0.1.2",
"contexture-util": "^0.1.2",
"debug": "^4.3.1",
"futil": "^1.76.4",
"lodash": "^4.17.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"dependencies": {
"@chakra-ui/react-use-outside-click": "^2.1.0",
"contexture": "^0.12.23",
"contexture-util": "0.1.2",
"contexture-util": "^0.1.2",
"escape-string-regexp": "^5.0.0",
"futil": "^1.76.4",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/smartprocure/contexture/tree/main/packages/server",
"dependencies": {
"contexture-util": "0.1.2",
"contexture-util": "^0.1.2",
"date-fns": "^2.11.1",
"futil": "^1.76.4",
"lodash": "^4.17.21",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7891,7 +7891,7 @@ __metadata:
"@elastic/elasticsearch": ^7.11.0
agentkeepalive: ^4.1.4
contexture: ^0.12.22
contexture-util: ^0.1.1
contexture-util: ^0.1.2
debug: ^4.3.1
escape-string-regexp: ^5.0.0
futil: ^1.76.4
Expand Down Expand Up @@ -7922,7 +7922,7 @@ __metadata:
resolution: "contexture-mongo@workspace:packages/provider-mongo"
dependencies:
contexture: ^0.12.23
contexture-util: 0.1.2
contexture-util: ^0.1.2
debug: ^4.3.1
futil: ^1.76.4
lodash: ^4.17.4
Expand Down Expand Up @@ -7973,7 +7973,7 @@ __metadata:
contexture: ^0.12.23
contexture-client: ^2.53.7
contexture-elasticsearch: ^1.27.5
contexture-util: 0.1.2
contexture-util: ^0.1.2
elasticsearch-browser: ^14.2.2
emoji-datasource: ^5.0.1
escape-string-regexp: ^5.0.0
Expand Down Expand Up @@ -8009,7 +8009,7 @@ __metadata:
languageName: unknown
linkType: soft

"contexture-util@0.1.2, contexture-util@^0.1.1, contexture-util@workspace:packages/util":
"contexture-util@^0.1.2, contexture-util@workspace:packages/util":
version: 0.0.0-use.local
resolution: "contexture-util@workspace:packages/util"
dependencies:
Expand All @@ -8021,7 +8021,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "contexture@workspace:packages/server"
dependencies:
contexture-util: 0.1.2
contexture-util: ^0.1.2
date-fns: ^2.11.1
futil: ^1.76.4
lodash: ^4.17.21
Expand Down

0 comments on commit 06a0ef5

Please sign in to comment.