Skip to content

Commit adf32f6

Browse files
committed
Update dependencies and clean npm ignore
1 parent da3e826 commit adf32f6

File tree

3 files changed

+225
-214
lines changed

3 files changed

+225
-214
lines changed

.npmignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
pnpm-lock.yaml
2-
31
**/*.test.ts
42
**/types.ts
53
**/errors.ts

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@
3535
"devDependencies": {
3636
"@logux/eslint-config": "^46.1.1",
3737
"@types/ws": "^8.2.2",
38-
"@typescript-eslint/eslint-plugin": "^5.8.0",
39-
"@typescript-eslint/parser": "^5.8.0",
40-
"c8": "^7.10.0",
41-
"check-dts": "^0.6.5",
42-
"clean-publish": "^3.4.4",
43-
"eslint": "^8.5.0",
38+
"@typescript-eslint/eslint-plugin": "^5.9.0",
39+
"@typescript-eslint/parser": "^5.9.0",
40+
"c8": "^7.11.0",
41+
"check-dts": "^0.6.6",
42+
"clean-publish": "^3.4.5",
43+
"eslint": "^8.6.0",
4444
"eslint-config-standard": "^16.0.3",
45-
"eslint-plugin-import": "^2.25.3",
45+
"eslint-plugin-import": "^2.25.4",
4646
"eslint-plugin-node": "^11.1.0",
4747
"eslint-plugin-prefer-let": "^3.0.1",
4848
"eslint-plugin-promise": "^6.0.0",
4949
"nanodelay": "^2.0.2",
5050
"nanospy": "^0.4.0",
5151
"tsm": "^2.2.1",
5252
"typescript": "^4.5.4",
53-
"uvu": "^0.5.2",
53+
"uvu": "^0.5.3",
5454
"ws": "^8.4.0"
5555
},
5656
"prettier": {

0 commit comments

Comments
 (0)