Skip to content

Commit

Permalink
fix(deps): update dependency tslib to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kostyazgara committed Mar 27, 2023
1 parent 8b66c95 commit 1069df4
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 33 deletions.
30 changes: 15 additions & 15 deletions .pnp.cjs

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"nx": "15.8.5",
"pg": "8.9.0",
"prettier": "2.8.4",
"tslib": "2.4.1",
"tslib": "2.5.0",
"typescript": "4.8.4"
},
"packageManager": "yarn@3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "jest tests/**/*.spec.ts --coverage"
},
"dependencies": {
"tslib": "2.4.1"
"tslib": "2.5.0"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cursor-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "jest tests/**/*.spec.ts --coverage"
},
"dependencies": {
"tslib": "2.4.1"
"tslib": "2.5.0"
},
"peerDependencies": {
"@knexion/core": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "jest tests/**/*.spec.ts --coverage"
},
"dependencies": {
"tslib": "2.4.1"
"tslib": "2.5.0"
},
"peerDependencies": {
"@knexion/core": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/knexion-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"knex": "2.4.2",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.7",
"tslib": "2.4.1"
"tslib": "2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/page-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "jest tests/**/*.spec.ts --coverage"
},
"dependencies": {
"tslib": "2.4.1"
"tslib": "2.5.0"
},
"peerDependencies": {
"@knexion/core": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/soft-delete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "jest tests/**/*.spec.ts --coverage"
},
"dependencies": {
"tslib": "2.4.1"
"tslib": "2.5.0"
},
"peerDependencies": {
"@knexion/core": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "jest tests/**/*.spec.ts --coverage"
},
"dependencies": {
"tslib": "2.4.1"
"tslib": "2.5.0"
},
"peerDependencies": {
"@knexion/core": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "jest tests/**/*.spec.ts --coverage"
},
"dependencies": {
"tslib": "2.4.1"
"tslib": "2.5.0"
},
"peerDependencies": {
"@knexion/core": "^0.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock

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

0 comments on commit 1069df4

Please sign in to comment.