Skip to content

Commit 8de2117

Browse files
authored
Merge pull request #323 from learn-ark/deps-update
deps: update
2 parents 2362ed4 + 378a9c6 commit 8de2117

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v1
23+
uses: actions/setup-node@v2
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Install
@@ -51,7 +51,7 @@ jobs:
5151
replace: "\"@arkecosystem/core-snapshots\": {}, \"@arkecosystem/custom-transactions\": {},"
5252
include: "__tests__/e2e/lib/config/nodes/.*/plugins.js"
5353
- name: Use Node.js ${{ matrix.node-version }}
54-
uses: actions/setup-node@v1
54+
uses: actions/setup-node@v2
5555
with:
5656
node-version: ${{ matrix.node-version }}
5757
- name: Install and build packages

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@
3434
"@arkecosystem/core-event-emitter": "2.7.25",
3535
"@arkecosystem/core-interfaces": "2.7.25",
3636
"@arkecosystem/core-state": "2.7.25",
37-
"@arkecosystem/core-transactions": "2.7.1",
37+
"@arkecosystem/core-transactions": "2.7.25",
3838
"@arkecosystem/crypto": "2.7.25",
3939
"bytebuffer": "5.0.1"
4040
},
4141
"devDependencies": {
4242
"@arkecosystem/core-utils": "2.7.25",
43-
"@sindresorhus/tsconfig": "0.7.0",
43+
"@sindresorhus/tsconfig": "1.0.2",
4444
"@types/jest": "26.0.23",
45-
"@types/node": "12.12.47",
45+
"@types/node": "14.17.2",
4646
"tslint": "6.1.3",
4747
"tslint-config-prettier": "1.18.0",
48-
"typescript": "4.0.3",
49-
"typedoc": "0.19.2",
50-
"ts-jest": "26.4.1",
51-
"jest": "26.6.3",
48+
"typescript": "4.3.2",
49+
"typedoc": "0.20.36",
50+
"ts-jest": "26.5.6",
51+
"jest": "27.0.4",
5252
"jest-extended": "0.11.5",
5353
"regenerator-runtime": "0.13.7",
54-
"npm-check-updates": "9.0.2",
55-
"cross-env": "7.0.2",
54+
"npm-check-updates": "11.6.0",
55+
"cross-env": "7.0.3",
5656
"del-cli": "3.0.1"
5757
},
5858
"jest": {

0 commit comments

Comments
 (0)