Skip to content

Commit

Permalink
fix(deps): update dependency tslib to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kostyazgara committed Nov 4, 2022
1 parent e343f88 commit e3f056f
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 33 deletions.
37 changes: 22 additions & 15 deletions .pnp.cjs

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

Binary file not shown.
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.0.8",
"pg": "8.8.0",
"prettier": "2.7.1",
"tslib": "2.4.0",
"tslib": "2.4.1",
"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.0"
"tslib": "2.4.1"
},
"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.0"
"tslib": "2.4.1"
},
"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.0"
"tslib": "2.4.1"
},
"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.3.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.7",
"tslib": "2.4.0"
"tslib": "2.4.1"
}
}
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.0"
"tslib": "2.4.1"
},
"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.0"
"tslib": "2.4.1"
},
"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.0"
"tslib": "2.4.1"
},
"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.0"
"tslib": "2.4.1"
},
"peerDependencies": {
"@knexion/core": "^0.0.0",
Expand Down
25 changes: 16 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 e3f056f

Please sign in to comment.