Skip to content

Commit 97ba473

Browse files
chore: update npm dependencies
1 parent 4d57b6a commit 97ba473

File tree

2 files changed

+327
-276
lines changed

2 files changed

+327
-276
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
3939
},
4040
"dependencies": {
41-
"npm-check-updates": "^16.4.1"
41+
"npm-check-updates": "^16.4.3"
4242
},
4343
"devDependencies": {
4444
"@actions/core": "^1.10.0",
4545
"@actions/github": "^5.1.1",
46-
"@commitlint/cli": "^17.2.0",
47-
"@commitlint/config-conventional": "^17.2.0",
46+
"@commitlint/cli": "^17.3.0",
47+
"@commitlint/config-conventional": "^17.3.0",
4848
"@rollup/plugin-commonjs": "^23.0.2",
4949
"@rollup/plugin-json": "^5.0.1",
5050
"@rollup/plugin-node-resolve": "^15.0.1",
@@ -55,17 +55,17 @@
5555
"@technote-space/github-action-test-helper": "^0.11.0",
5656
"@technote-space/release-github-actions-cli": "^1.9.3",
5757
"@types/node": "^18.11.9",
58-
"@typescript-eslint/eslint-plugin": "^5.43.0",
59-
"@typescript-eslint/parser": "^5.43.0",
60-
"@vitest/coverage-c8": "^0.25.2",
61-
"eslint": "^8.27.0",
58+
"@typescript-eslint/eslint-plugin": "^5.44.0",
59+
"@typescript-eslint/parser": "^5.44.0",
60+
"@vitest/coverage-c8": "^0.25.3",
61+
"eslint": "^8.28.0",
6262
"eslint-plugin-import": "^2.26.0",
6363
"husky": "^8.0.2",
6464
"lint-staged": "^13.0.3",
6565
"pinst": "^3.0.0",
66-
"rollup": "^3.3.0",
66+
"rollup": "^3.4.0",
6767
"typescript": "^4.9.3",
68-
"vitest": "^0.25.2"
68+
"vitest": "^0.25.3"
6969
},
7070
"publishConfig": {
7171
"access": "public"

0 commit comments

Comments
 (0)