Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperLife1119 committed Jan 6, 2022
2 parents bdac08d + 2560f92 commit 7d01fac
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 66 deletions.
129 changes: 69 additions & 60 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@
"@angular/platform-browser-dynamic": "~10.1.0",
"@angular/router": "~10.1.0",
"rxjs": "~6.6.0",
"socket.io-client": "~4.4.0",
"socket.io-client": "4.4.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1001.0",
"@angular/cli": "~10.1.0",
"@angular/compiler-cli": "~10.1.0",
"@types/jasmine": "~3.5.0",
"@types/jasmine": "3.10.2",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@types/node": "12.20.38",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma": "5.2.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^10.1.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"ts-node": "8.10.2",
"tslint": "~6.1.0",
"typescript": "~4.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-socketio2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"socket.io-client": "^4.0.0"
"socket.io-client": "4.4.0"
}
}
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"config:base"
]
}

0 comments on commit 7d01fac

Please sign in to comment.