Skip to content

Commit

Permalink
Merge pull request #207 from Brooooooklyn/upgrade-dependencies
Browse files Browse the repository at this point in the history
chore: upgrade dependencies
  • Loading branch information
Brooooooklyn authored Oct 7, 2022
2 parents c47d7d8 + 7c50811 commit 4b8b471
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 377 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,17 @@
"postpublish": "pinst --enable"
},
"devDependencies": {
"@napi-rs/cli": "^2.10.3",
"@types/node": "^18.6.2",
"@napi-rs/cli": "^2.12.0",
"@swc-node/register": "^1.5.1",
"@swc/core": "^1.3.4",
"@types/node": "^18.8.3",
"@types/pinyin": "^2.10.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"ava": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"ava": "^4.3.3",
"benny": "^3.7.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.20.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -91,8 +93,7 @@
"pinst": "^3.0.0",
"pinyin": "^2.11.2",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
"typescript": "^4.8.4"
},
"lint-staged": {
"*.@(js|ts|tsx)": [
Expand All @@ -111,7 +112,7 @@
},
"ava": {
"require": [
"ts-node/register/transpile-only"
"@swc-node/register"
],
"extensions": [
"ts"
Expand Down
Loading

0 comments on commit 4b8b471

Please sign in to comment.