Skip to content

Commit

Permalink
chore(rxdi): version bumped of rxdi in order to use latest rxjs 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stradivario committed Feb 21, 2023
1 parent 42d1ea4 commit 5062910
Show file tree
Hide file tree
Showing 13 changed files with 123 additions and 117 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"@types/node-notifier": "^5.4.0",
"@types/rimraf": "^2.0.2",
"@types/yamljs": "^0.2.30",
"@rxdi/dts-merge": "^0.0.239",
"@rxdi/dts-merge": "^0.7.71",
"parcel-plugin-electron-dotenv": "^0.1.0",
"dotenv-load": "^2.0.1",
"esbuild": "0.15.18"
},
"dependencies": {
"@rxdi/core": "^0.7.136",
"@rxdi/core": "^0.7.166",
"@sendgrid/mail": "6.5.2",
"graphql-voyager": "^1.0.0-rc.15",
"jsonwebtoken": "^8.3.0",
Expand All @@ -78,10 +78,10 @@
"@angular-devkit/schematics": "^7.3.7",
"@angular-devkit/schematics-cli": "^0.13.7",
"graphql": "^14.6.0",
"@rxdi/schematics": "0.7.37",
"@rxdi/schematics": "0.7.166",
"apollo-codegen": "0.20.2",
"chalk": "2.4.2",
"@rxdi/parcel-plugin-shebang": "^0.7.117",
"@rxdi/parcel-plugin-shebang": "^0.7.166",
"chokidar": "^3.0.0",
"cli-spinner": "0.2.8",
"commander": "8.2.0",
Expand All @@ -93,17 +93,17 @@
"humps": "2.0.1",
"node-emoji": "1.10.0",
"node-notifier": "^5.4.0",
"@rxdi/compressor": "^0.7.136",
"@rxdi/compressor": "^0.7.166",
"parcel-bundler": "1.12.3",
"rimraf": "2.6.3",
"rxjs": "6.5.2",
"shelljs": "0.8.3",
"yamljs": "0.3.0",
"@rxdi/graphql": "^0.7.136",
"@rxdi/graphql": "^0.7.166",
"apollo-server": "^2.12.0",
"@apollo/gateway": "^0.14.1",
"@rxdi/graphql-pubsub": "^0.7.136",
"@rxdi/hapi": "^0.7.136",
"@rxdi/graphql-pubsub": "^0.7.166",
"@rxdi/hapi": "^0.7.166",
"graphql-geojson": "^1.0.0",
"graphql-tools": "^5.0.0",
"apollo-link-http": "^1.5.3",
Expand All @@ -117,4 +117,4 @@
"ts-morph": "^1.3.1",
"js-yaml": "^4.1.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"moment": "^2.22.2"
},
"devDependencies": {
"@rxdi/core": "^0.7.136",
"@rxdi/core": "^0.7.166",
"@types/node": "^13.11.1",
"typescript": "^3.8.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"cli-spinner": "0.2.8",
"commander": "8.2.0",
"figlet": "1.2.1",
"@rxdi/compressor": "^0.7.136",
"@rxdi/compressor": "^0.7.166",
"graphql-document-collector": "0.2.1",
"systemjs": "0.21.4",
"node-emoji": "1.10.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"dependencies": {
"@gapi/daemon": "^1.8.139",
"@rxdi/core": "^0.7.136",
"@rxdi/graphql": "^0.7.136",
"@rxdi/graphql-pubsub": "^0.7.136",
"@rxdi/hapi": "^0.7.136",
"@rxdi/core": "^0.7.166",
"@rxdi/graphql": "^0.7.166",
"@rxdi/graphql-pubsub": "^0.7.166",
"@rxdi/hapi": "^0.7.166",
"graphql": "^14.6.0",
"graphql-geojson": "^1.0.0",
"graphql-tools": "^5.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"devDependencies": {
"@types/hapi": "^18.0.2",
"typescript": "^3.8.3",
"@rxdi/core": "^0.7.136",
"@rxdi/graphql": "^0.7.136",
"@rxdi/hapi": "^0.7.136"
"@rxdi/core": "^0.7.166",
"@rxdi/graphql": "^0.7.166",
"@rxdi/hapi": "^0.7.166"
}
}
2 changes: 1 addition & 1 deletion packages/federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@apollo/gateway": "^0.14.1",
"@rxdi/core": "^0.7.136",
"@rxdi/core": "^0.7.166",
"apollo-server": "^2.12.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gcli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@rxdi/parcel-plugin-shebang": "^0.7.117",
"@rxdi/parcel-plugin-shebang": "^0.7.166",
"@types/jest": "^25.2.1",
"@types/js-yaml": "^4.0.3",
"@types/node": "^13.11.1",
Expand All @@ -60,7 +60,7 @@
"node-fetch": "^2.1.2",
"rxjs": "6.5.2",
"stream-to-buffer": "^0.1.0",
"@rxdi/compressor": "^0.7.136",
"@rxdi/compressor": "^0.7.166",
"dotenv-load": "^2.0.1",
"esbuild": "0.15.18"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/microservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node-fetch": "^2.1.2"
},
"devDependencies": {
"@rxdi/core": "^0.7.136",
"@rxdi/core": "^0.7.166",
"@gapi/auth": "^1.8.22",
"@gapi/core": "^1.8.22",
"@types/graphql": "^14.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/onesignal-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"request": "^2.88.0"
},
"devDependencies": {
"@rxdi/core": "^0.7.136",
"@rxdi/core": "^0.7.166",
"@types/node": "^13.11.1",
"@types/request": "^2.48.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"graphql-playground-html": "1.6.13"
},
"devDependencies": {
"@rxdi/core": "^0.7.136",
"@rxdi/hapi": "^0.7.136",
"@rxdi/core": "^0.7.166",
"@rxdi/hapi": "^0.7.166",
"@types/hapi": "^18.0.2",
"@types/node": "^13.11.1",
"typescript": "^3.8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"sequelize-typescript": "^1.1.0"
},
"devDependencies": {
"@rxdi/core": "^0.7.136"
"@rxdi/core": "^0.7.166"
}
}
4 changes: 2 additions & 2 deletions packages/voyager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"graphql-voyager": "^1.0.0-rc.15"
},
"devDependencies": {
"@rxdi/core": "^0.7.136",
"@rxdi/hapi": "^0.7.136",
"@rxdi/core": "^0.7.166",
"@rxdi/hapi": "^0.7.166",
"@types/hapi": "^18.0.2",
"@types/node": "^13.11.1"
}
Expand Down
Loading

0 comments on commit 5062910

Please sign in to comment.