Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit 638cd7b

Browse files
committed
chore: update deps
1 parent 8e82631 commit 638cd7b

File tree

9 files changed

+338
-665
lines changed

9 files changed

+338
-665
lines changed

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"extends": ["@antfu"],
3-
"rules": {}
3+
"rules": {
4+
"no-console": "off",
5+
"import/no-duplicates": "off"
6+
}
47
}

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@
3636
"esbuild": ">=0.13.12"
3737
},
3838
"devDependencies": {
39-
"@antfu/eslint-config": "^0.10.0",
40-
"@antfu/ni": "^0.10.1",
41-
"@types/node": "^16.11.7",
39+
"@antfu/eslint-config": "^0.16.1",
40+
"@antfu/ni": "^0.12.0",
41+
"@types/node": "^17.0.15",
4242
"bumpp": "^7.1.1",
43-
"eslint": "^8.2.0",
44-
"execa": "^5.1.1",
45-
"uvu": "^0.5.2"
43+
"eslint": "^8.8.0",
44+
"execa": "^6.0.0",
45+
"typescript": "^4.5.5",
46+
"uvu": "^0.5.3"
4647
}
4748
}

0 commit comments

Comments
 (0)