Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit f638cc2

Browse files
committed
monorepo
1 parent bc6619d commit f638cc2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"pretest": "npm run lint"
1616
},
1717
"bin": {
18-
"rxdi": "./dist/main.js"
18+
"rxdi-commit": "./dist/main.js"
1919
},
2020
"repository": {
2121
"type": "git",
@@ -24,26 +24,26 @@
2424
"author": "Kristiyan Tachev",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@rxdi/core": "^0.2.7",
27+
"@rxdi/core": "^0.7.38",
2828
"chalk": "^2.4.2",
2929
"cli-table": "^0.3.1",
30-
"graphql": "^14.2.1",
30+
"graphql": "^14.5.8",
3131
"graphql-request": "^1.8.2",
3232
"ora": "^3.2.0"
3333
},
3434
"devDependencies": {
35-
"@types/graphql": "^14.2.0",
36-
"@types/jest": "^24.0.11",
37-
"@types/node": "^11.13.0",
35+
"@types/graphql": "^14.5.0",
36+
"@types/jest": "^24.0.22",
37+
"@types/node": "^12.0.10",
3838
"apollo-codegen": "^0.16.5",
3939
"graphql-document-collector": "^0.2.2",
40-
"jest": "^24.6.0",
41-
"jest-cli": "^24.6.0",
40+
"jest": "^24.8.0",
41+
"jest-cli": "^24.8.1",
4242
"parcel-plugin-shebang": "^1.2.3",
43-
"ts-jest": "^24.0.1",
44-
"tslint": "^5.15.0",
43+
"ts-jest": "^24.0.2",
44+
"tslint": "^5.20.1",
4545
"tslint-language-service": "^0.9.9",
46-
"typescript": "^3.4.1"
46+
"typescript": "^3.5.3"
4747
},
4848
"jest": {
4949
"testEnvironment": "node",

0 commit comments

Comments
 (0)