Skip to content

Commit

Permalink
Update Knex version to fix CockroachDB relationships showing multiple…
Browse files Browse the repository at this point in the history
… times (directus#14509)

* update knex version

* Update all knex uses

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
  • Loading branch information
2 people authored and qborisb committed Jul 22, 2022
1 parent 39cd0a2 commit 94dc0fc
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 27 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"json2csv": "^5.0.7",
"jsonwebtoken": "^8.5.1",
"keyv": "^4.3.0",
"knex": "^2.1.0",
"knex": "2.2.0",
"knex-schema-inspector": "^2.0.3",
"ldapjs": "^2.3.3",
"liquidjs": "^9.37.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"globby": "^11.0.4",
"jest": "28.1.2",
"jest-environment-node": "^28.1.2",
"knex": "^2.1.0",
"knex": "2.2.0",
"lint-staged": "^13.0.3",
"listr": "^0.14.3",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typescript": "4.5.2"
},
"dependencies": {
"knex": "^2.1.0",
"knex": "2.2.0",
"knex-schema-inspector": "^2.0.3",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"fs-extra": "10.0.0",
"geojson": "^0.5.0",
"joi": "17.4.2",
"knex": "^2.1.0",
"knex": "2.2.0",
"knex-schema-inspector": "^2.0.1",
"lodash": "4.17.21",
"micromustache": "^8.0.3",
Expand Down
41 changes: 18 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 94dc0fc

Please sign in to comment.