Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Jan 10, 2024
1 parent 760b8bb commit e95860c
Show file tree
Hide file tree
Showing 4 changed files with 1,055 additions and 751 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: { push: { branches: [ master ] }, pull_request: { branches: [ master ] } }
jobs:
lib:
if: github.event_name == 'push'
strategy: { matrix: { os: [ ubuntu-latest, windows-latest, macos-latest ], node: [ 14, 16 ] }, fail-fast: false }
strategy: { matrix: { os: [ ubuntu-latest, windows-latest, macos-latest ], node: [ 16, 18 ] }, fail-fast: false }
runs-on: ${{ matrix.os }}
steps:
- { uses: actions/setup-node@v1, with: { node-version: "${{ matrix.node }}" } }
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": "[email protected]:vladimiry/electron-rpc-api.git",
"engines": {
"node": ">=14"
"node": ">=16"
},
"keywords": [
"electron",
Expand Down Expand Up @@ -45,31 +45,31 @@
"electron": ">=5.0.0"
},
"dependencies": {
"pubsub-to-rpc-api": "^8.0.0",
"pure-uuid": "^1.6.2",
"rxjs": "^7.5.6",
"tslib": "^2.4.0"
"pubsub-to-rpc-api": "^8.0.2",
"pure-uuid": "^1.8.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^18.7.16",
"@types/sinon": "^10.0.13",
"ava": "^4.3.3",
"cross-env": "^7.0.3",
"format-imports": "^3.1.0",
"husky": "^8.0.1",
"format-imports": "^4.0.0",
"husky": "^8.0.3",
"install-peers": "^1.0.4",
"lint-staged": "^13.0.3",
"npm-run-all2": "^6.0.2",
"rewiremock": "^3.14.3",
"rimraf": "^3.0.2",
"sinon": "^14.0.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"lint-staged": "^15.2.0",
"npm-run-all2": "^6.1.1",
"rewiremock": "^3.14.5",
"rimraf": "^5.0.5",
"sinon": "^17.0.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tslint": "^6.1.3",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-rules-bunch": "^1.0.0",
"typescript": "^4.8.3"
"typescript": "^5.3.3"
},
"resolutions": {
"*/**/tslib": "^2.x"
Expand Down
1 change: 1 addition & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"./tslint-extending/tslint-consistent-codestyle.json"
],
"rules": {
"no-shadowed-variable": false,
"max-line-length": [
true,
140
Expand Down
Loading

0 comments on commit e95860c

Please sign in to comment.