Skip to content

Commit

Permalink
Merge pull request #38 from dolittle/update-dependencies
Browse files Browse the repository at this point in the history
Update-dependencies
  • Loading branch information
woksin committed Dec 5, 2022
2 parents 3513e01 + d89c13a commit a7c3022
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup node v12
uses: actions/setup-node@v1
- uses: actions/checkout@v3
- name: Setup node v18
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 18
registry-url: "https://registry.npmjs.org"
- run: yarn
- run: yarn ci
Expand Down
4 changes: 2 additions & 2 deletions Source/Build/package.json
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@dolittle/typescript.config": "6.0.2",
"@dolittle/eslint-config": "6.0.2",
"eslint": "8.1.0",
"typescript": "4.4.4"
"eslint": "8.29.0",
"typescript": "4.9.3"
}
}
14 changes: 7 additions & 7 deletions Source/EslintConfig/package.json
Expand Up @@ -19,18 +19,18 @@
"ci": "echo nop"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsdoc": "37.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.6.4",
"eslint-plugin-no-null": "1.0.2"
},
"devDependencies": {
"eslint": "8.1.0",
"typescript": "4.4.4"
"eslint": "8.29.0",
"typescript": "4.9.3"
},
"peerDependencies": {
"eslint": ">=8.1.0"
"eslint": ">=8.29.0"
}
}
14 changes: 7 additions & 7 deletions Source/Testing/package.json
Expand Up @@ -28,18 +28,18 @@
"ci": "yarn build && yarn test"
},
"dependencies": {
"@types/chai": "4.2.22",
"@types/chai-as-promised": "7.1.4",
"@types/chai": "4.3.4",
"@types/chai-as-promised": "7.1.5",
"@types/mocha": "9.0.0",
"@types/sinon": "10.0.6",
"@types/sinon-chai": "3.2.5",
"chai": "4.3.4",
"@types/sinon": "10.0.13",
"@types/sinon-chai": "3.2.9",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"mocha": "9.1.3",
"mocha": "9.2.2",
"sinon": "12.0.1",
"sinon-chai": "3.7.0",
"ts-sinon": "2.0.2",
"ts-node": "10.4.0"
"ts-node": "10.9.1"
},
"devDependencies": {
"@dolittle/typescript.build": "6.0.2"
Expand Down

0 comments on commit a7c3022

Please sign in to comment.