Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thynson committed Sep 11, 2021
1 parent d238b06 commit cc94efa
Show file tree
Hide file tree
Showing 14 changed files with 963 additions and 956 deletions.
4 changes: 2 additions & 2 deletions examples/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@sensejs/typeorm": "workspace:*",
"@sensejs/utility": "workspace:*",
"config": "^3.3.6",
"fp-ts": "^2.10.5",
"fp-ts": "^2.11.1",
"io-ts": "^2.2.16",
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.2",
"typeorm": "^0.2.34"
"typeorm": "^0.2.37"
},
"devDependencies": {
"@types/config": "^0.0.38"
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,40 +7,40 @@
"license": "ISC",
"private": true,
"devDependencies": {
"@commitlint/cli": "^13.0.0",
"@commitlint/config-conventional": "^13.0.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/jest": "^26.0.24",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.2",
"@types/koa-bodyparser": "^4.3.3",
"@types/koa-qs": "^2.0.0",
"@types/koa__cors": "^3.0.3",
"@types/koa__router": "^8.0.5",
"@types/lodash": "^4.14.171",
"@types/koa__router": "^8.0.8",
"@types/lodash": "^4.14.172",
"@types/long": "^4.0.1",
"@types/node": "^14.17.5",
"@types/node": "^14.17.15",
"@types/superagent": "^4.1.12",
"@types/supertest": "^2.0.11",
"@types/traverse": "^0.6.32",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"husky": "^7.0.0",
"jest": "^27.0.6",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"husky": "^7.0.2",
"jest": "^27.1.1",
"kafkajs": "^1.15.0",
"lint-staged": "^11.0.0",
"lint-staged": "^11.1.2",
"lodash": "^4.17.21",
"prettier": "^2.3.2",
"prettier": "^2.4.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0",
"source-map-support": "^0.5.19",
"rxjs": "^7.3.0",
"source-map-support": "^0.5.20",
"sqlite3": "^5.0.2",
"supertest": "^6.1.3",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"tslib": "^2.3.0",
"supertest": "^6.1.6",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"tslib": "^2.3.1",
"typeorm": "^0.3.0-rc.21",
"typescript": "^4.3.5"
"typescript": "^4.4.3"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "ISC",
"dependencies": {
"traverse": "^0.6.6",
"tslib": "^2.3.0"
"tslib": "^2.3.1"
},
"devDependencies": {
"@sensejs/core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"reflect-metadata": "^0.1.13"
},
"dependencies": {
"tslib": "^2.3.0"
"tslib": "^2.3.1"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"author": "LAN Xingcan",
"license": "ISC",
"dependencies": {
"@sensejs/utility": "workspace:^0.9.0-alpha.0",
"rxjs": "^7.2.0",
"tslib": "^2.3.0",
"@sensejs/utility": "workspace:^0.9.0-alpha.1",
"rxjs": "^7.3.0",
"tslib": "^2.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
6 changes: 4 additions & 2 deletions packages/http-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@
"access": "public"
},
"dependencies": {
"tslib": "^1.10.0",
"@sensejs/utility": "workspace:^0.9.0-alpha.0"
"@sensejs/utility": "workspace:^0.9.0-alpha.1",
"tslib": "^1.14.1"
},
"devDependencies": {
"@sensejs/container": "workspace:^0.9.0-alpha.3",
"@sensejs/core": "workspace:*",
"reflect-metadata": "^0.1.13"
},
"peerDependencies": {
"@sensejs/container": "workspace:^0.9.0-alpha.0",
"@sensejs/core": "workspace:^0.9.0-alpha.0",
"reflect-metadata": "^0.1.13"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/http-koa-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
},
"dependencies": {
"@koa/cors": "^3.1.0",
"@koa/router": "^10.0.0",
"@sensejs/utility": "workspace:^0.9.0-alpha.0",
"@koa/router": "^10.1.1",
"@sensejs/utility": "workspace:^0.9.0-alpha.1",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-qs": "^3.0.0",
"lodash": "^4.17.21",
"tslib": "^2.3.0"
"tslib": "^2.3.1"
},
"devDependencies": {
"@sensejs/http-common": "workspace:*",
"@sensejs/container": "workspace:*",
"@sensejs/core": "workspace:*",
"@sensejs/http-common": "workspace:*",
"@sensejs/testing-utility": "workspace:*"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/kafkajs-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"author": "LAN Xingcan",
"license": "ISC",
"dependencies": {
"@sensejs/utility": "workspace:^0.9.0-alpha.0",
"@sensejs/utility": "workspace:^0.9.0-alpha.1",
"lightning-pool": "^3.1.3",
"long": "^4.0.0",
"rxjs": "^7.2.0",
"tslib": "^2.3.0"
"rxjs": "^7.3.0",
"tslib": "^2.3.1"
},
"peerDependencies": {
"kafkajs": "^1.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/kafkajs-zstd-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "LAN Xingcan",
"license": "ISC",
"dependencies": {
"tslib": "^2.3.0",
"tslib": "^2.3.1",
"zstd-napi": "^0.0.6"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/kafkajs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"author": "LAN Xingcan",
"license": "ISC",
"dependencies": {
"@sensejs/kafkajs-standalone": "workspace:^0.9.0-alpha.0",
"@sensejs/utility": "workspace:^0.9.0-alpha.0",
"@sensejs/kafkajs-standalone": "workspace:^0.9.0-alpha.1",
"@sensejs/utility": "workspace:^0.9.0-alpha.1",
"lodash": "^4.17.21",
"tslib": "^2.3.0"
"tslib": "^2.3.1"
},
"devDependencies": {
"@sensejs/container": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"colors": "^1.4.0",
"moment": "^2.29.1",
"tslib": "^2.3.0"
"tslib": "^2.3.1"
},
"devDependencies": {
"@sensejs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"author": "LAN Xingcan",
"license": "ISC",
"dependencies": {
"@sensejs/utility": "workspace:^0.9.0-alpha.0",
"tslib": "^2.3.0"
"@sensejs/utility": "workspace:^0.9.0-alpha.1",
"tslib": "^2.3.1"
},
"devDependencies": {
"@sensejs/container": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/utility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "LAN Xingcan",
"license": "ISC",
"dependencies": {
"tslib": "^2.3.0",
"tslib": "^2.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit cc94efa

Please sign in to comment.