Skip to content

Commit 3eb5ca9

Browse files
committed
⬆️ Update packages for development
- `@types/chai` is upgraded from 4.2.21 to 4.2.22 - `@types/node` is upgraded from 16.7.8 to 16.11.6 - `@typescript-eslint/eslint-plugin` is upgraded from 4.30.0 to 5.3.0 - `@typescript-eslint/eslint-parser` is upgraded from 4.30.0 to 5.3.0 - `eslint` is upgraded from 7.32.0 to 8.2.0 - `mocha` is upgraded from 9.1.1 to 9.1.3 - `terser` is upgraded from 5.7.2 to 5.9.0 - `ts-node` is upgraded from 10.2.1 to 10.4.0 - `typescript` is upgraded from 4.4.2 to 4.4.4 Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent 97670f2 commit 3eb5ca9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
],
1212
"description": "Async Iterable Queue",
1313
"devDependencies": {
14-
"@types/chai": "^4.2.21",
14+
"@types/chai": "^4.2.22",
1515
"@types/mocha": "^9.0.0",
16-
"@types/node": "^16.7.8",
17-
"@typescript-eslint/eslint-plugin": "^4.30.0",
18-
"@typescript-eslint/parser": "^4.30.0",
16+
"@types/node": "^16.11.6",
17+
"@typescript-eslint/eslint-plugin": "^5.3.0",
18+
"@typescript-eslint/parser": "^5.3.0",
1919
"chai": "^4.3.4",
20-
"eslint": "^7.32.0",
21-
"mocha": "^9.1.1",
20+
"eslint": "^8.2.0",
21+
"mocha": "^9.1.3",
2222
"npm-run-all": "^4.1.5",
2323
"nyc": "^15.1.0",
2424
"rimraf": "^3.0.2",
25-
"terser": "^5.7.2",
26-
"ts-node": "^10.2.1",
27-
"typescript": "^4.4.2"
25+
"terser": "^5.9.0",
26+
"ts-node": "^10.4.0",
27+
"typescript": "^4.4.4"
2828
},
2929
"homepage": "https://github.com/kei-g/async-iterable-queue",
3030
"keywords": [

0 commit comments

Comments
 (0)