We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163f691 commit 6084da0Copy full SHA for 6084da0
package.json
@@ -55,19 +55,19 @@
55
"@technote-space/github-action-test-helper": "^0.11.2",
56
"@technote-space/release-github-actions-cli": "^1.9.3",
57
"@types/node": "^18.11.18",
58
- "@typescript-eslint/eslint-plugin": "^5.49.0",
59
- "@typescript-eslint/parser": "^5.49.0",
60
- "@vitest/coverage-c8": "^0.28.3",
61
- "eslint": "^8.32.0",
+ "@typescript-eslint/eslint-plugin": "^5.50.0",
+ "@typescript-eslint/parser": "^5.50.0",
+ "@vitest/coverage-c8": "^0.28.4",
+ "eslint": "^8.33.0",
62
"eslint-plugin-import": "^2.27.5",
63
"fast-glob": "^3.2.12",
64
"husky": "^8.0.3",
65
"lint-staged": "^13.1.0",
66
"nock": "^13.3.0",
67
"pinst": "^3.0.0",
68
- "rollup": "^3.11.0",
69
- "typescript": "^4.9.4",
70
- "vitest": "^0.28.3"
+ "rollup": "^3.13.0",
+ "typescript": "^4.9.5",
+ "vitest": "^0.28.4"
71
},
72
"publishConfig": {
73
"access": "public"
0 commit comments