chore(release): merge main (96c9112a33)

This commit is contained in:
github-actions[bot] 2022-05-06 16:42:28 +00:00
commit bef0526fc4
3 changed files with 12 additions and 12 deletions

View file

@ -6,7 +6,7 @@
"main": "src/index.ts",
"engines": {
"node": " >=16.0.0",
"yarn": ">=1.22.0"
"yarn": "^1.22.0"
},
"scripts": {
"format": "prettier --ignore-unknown --write \"**/*.*\"",
@ -42,7 +42,7 @@
"devDependencies": {
"@commitlint/cli": "16.2.4",
"@commitlint/config-conventional": "16.2.4",
"@types/node": "16.11.31",
"@types/node": "16.11.32",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"@vercel/ncc": "0.33.4",
@ -55,6 +55,6 @@
"prettier": "2.6.2",
"standard-version": "9.3.2",
"ts-node": "10.7.0",
"typescript": "4.6.3"
"typescript": "4.6.4"
}
}