Skip to content

Commit

Permalink
[renovate] Update NPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent 52e57e2 commit 9e60be1
Show file tree
Hide file tree
Showing 8 changed files with 2,601 additions and 2,522 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"devDependencies": {
"lerna": "^3.22.1",
"tslint": "^6.1.2",
"tslint": "^6.1.3",
"tslint-config-standard": "^9.0.0",
"typescript": "^3.9.5"
"typescript": "^3.9.10"
}
}
24 changes: 12 additions & 12 deletions packages/example-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-project",
"version": "1.0.5",
"version": "1.0.6",
"description": "Example project using sqrs",
"main": "index.js",
"scripts": {
Expand All @@ -18,22 +18,22 @@
"dependencies": {
"@brainhubeu/sqrs": "^1.0.3",
"@brainhubeu/sqrs-inversify": "^1.0.3",
"chalk": "^4.1.0",
"express": "^4.17.1",
"chalk": "^4.1.2",
"express": "^4.19.2",
"http-status-codes": "^1.4.0",
"inversify": "^5.0.1",
"inversify": "^5.1.1",
"sqlite3": "^4.2.0",
"typeorm": "^0.2.25",
"yup": "^0.29.1"
"typeorm": "^0.3.20",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/supertest": "^2.0.9",
"@types/yup": "^0.26.37",
"@types/express": "^4.17.21",
"@types/supertest": "^2.0.16",
"@types/yup": "^0.32.0",
"supertest": "^4.0.2",
"ts-node": "^8.10.2",
"tslint": "^6.1.2",
"typescript": "^3.9.5",
"utility-types": "^3.10.0"
"tslint": "^6.1.3",
"typescript": "^3.9.10",
"utility-types": "^3.11.0"
}
}
1,301 changes: 754 additions & 547 deletions packages/example-project/yarn.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions packages/sqrs-inversify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainhubeu/sqrs-inversify",
"version": "1.0.5",
"version": "1.0.6",
"description": "InversifyJS helpers for sqrs package",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,21 +24,21 @@
"license": "MIT",
"devDependencies": {
"@brainhubeu/sqrs": "^1.0.3",
"@types/jest": "23.3.13",
"inversify": "^5.0.1",
"jest": "^26.0.1",
"reflect-metadata": "^0.1.13",
"@types/jest": "23.3.14",
"inversify": "^5.1.1",
"jest": "^26.6.3",
"reflect-metadata": "^0.2.2",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.1",
"tslint": "^6.1.2",
"typescript": "^3.9.5"
"ts-jest": "^26.5.6",
"tslint": "^6.1.3",
"typescript": "^3.9.10"
},
"dependencies": {
"inversify-vanillajs-helpers": "2.0.0"
},
"peerDependencies": {
"@brainhubeu/sqrs": "^1.0.0",
"inversify": "^5.0.0"
"inversify": "^5.1.1"
},
"jest": {
"preset": "ts-jest",
Expand Down
Loading

0 comments on commit 9e60be1

Please sign in to comment.