Skip to content

Commit 9e6a442

Browse files
committed
Merge branch 'develop' of github.com:privatenumber/instant-mocha
2 parents a0654d3 + 032c5fb commit 9e6a442

File tree

5 files changed

+1530
-1371
lines changed

5 files changed

+1530
-1371
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version-file: '.nvmrc'
2020

2121
- name: Setup pnpm
22-
uses: pnpm/action-setup@v2.2.2
22+
uses: pnpm/action-setup@v2
2323
with:
2424
version: 7
2525
run_install: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version-file: '.nvmrc'
2727

2828
- name: Setup pnpm
29-
uses: pnpm/action-setup@v2.2.2
29+
uses: pnpm/action-setup@v2
3030
with:
3131
version: 7
3232
run_install: true

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"webpack": "4 || 5"
4242
},
4343
"dependencies": {
44-
"fs-require": "^1.4.0",
45-
"memfs": "^3.4.12",
44+
"fs-require": "^1.6.0",
45+
"memfs": "^3.5.0",
4646
"source-map-support": "^0.5.21",
4747
"yargs": "^16.2.0"
4848
},
@@ -52,21 +52,21 @@
5252
"@types/node": "^18.11.9",
5353
"@types/yargs": "^17.0.7",
5454
"aggregate-error": "^4.0.1",
55-
"chai": "^4.3.4",
55+
"chai": "^4.3.7",
5656
"es-jest": "^2.1.0",
57-
"eslint": "^8.27.0",
57+
"eslint": "^8.38.0",
5858
"execa": "^6.1.0",
59-
"fs-fixture": "^1.1.0",
60-
"lint-staged": "^13.0.3",
59+
"fs-fixture": "^1.2.0",
60+
"lint-staged": "^13.2.1",
6161
"lodash-es": "^4.17.21",
6262
"manten": "^0.5.0",
6363
"mocha": "10",
6464
"mocha8": "npm:mocha@8",
6565
"mocha9": "npm:mocha@9",
66-
"pkgroll": "^1.4.0",
66+
"pkgroll": "^1.9.0",
6767
"simple-git-hooks": "^2.8.1",
68-
"tsx": "^3.12.1",
69-
"typescript": "^4.9.3",
68+
"tsx": "^3.12.6",
69+
"typescript": "^4.9.5",
7070
"webpack": "5",
7171
"webpack4": "npm:webpack@4"
7272
},

0 commit comments

Comments
 (0)