Skip to content

Commit 34d724b

Browse files
committed
chore: update deps
1 parent b4b361f commit 34d724b

File tree

2 files changed

+1283
-3180
lines changed

2 files changed

+1283
-3180
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,22 @@
1515
"test": "jest --no-cache",
1616
"lint": "eslint src --ext .js,.ts",
1717
"format": "prettier --write .",
18+
"up": "npx npm-check-updates -u",
1819
"backup": "git add . && git commit -m \"chore: backup\" && git push",
1920
"prepare": "simple-git-hooks"
2021
},
2122
"devDependencies": {
22-
"eslint": "^8.5.0",
23-
"eslint-config-prettier": "^8.3.0",
24-
"eslint-plugin-prettier": "^4.0.0",
25-
"jest": "^27.4.7",
26-
"lint-staged": "11.1.2",
27-
"pkg": "^5.7.0",
28-
"prettier": "^2.5.1",
23+
"eslint": "^8.38.0",
24+
"eslint-config-prettier": "^8.8.0",
25+
"eslint-plugin-prettier": "^4.2.1",
26+
"jest": "^29.5.0",
27+
"lint-staged": "13.2.1",
28+
"pkg": "^5.8.1",
29+
"prettier": "^2.8.7",
2930
"simple-git-hooks": "^2.8.1"
3031
},
3132
"dependencies": {
32-
"dayjs": "^1.10.7"
33+
"dayjs": "^1.11.7"
3334
},
3435
"simple-git-hooks": {
3536
"pre-commit": "pnpm exec lint-staged --concurrent false",
@@ -40,4 +41,4 @@
4041
"prettier --write ."
4142
]
4243
}
43-
}
44+
}

0 commit comments

Comments
 (0)