Skip to content

Commit 9166932

Browse files
chore: update npm dependencies
1 parent 98d627a commit 9166932

File tree

2 files changed

+383
-276
lines changed

2 files changed

+383
-276
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,34 +38,34 @@
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.5.6"
41+
"npm-check-updates": "^16.6.0"
4242
},
4343
"devDependencies": {
4444
"@actions/core": "^1.10.0",
4545
"@actions/github": "^5.1.1",
4646
"@commitlint/cli": "^17.3.0",
4747
"@commitlint/config-conventional": "^17.3.0",
48-
"@rollup/plugin-commonjs": "^23.0.4",
49-
"@rollup/plugin-json": "^5.0.2",
48+
"@rollup/plugin-commonjs": "^24.0.0",
49+
"@rollup/plugin-json": "^6.0.0",
5050
"@rollup/plugin-node-resolve": "^15.0.1",
5151
"@rollup/plugin-typescript": "^10.0.1",
5252
"@sindresorhus/tsconfig": "^3.0.1",
5353
"@technote-space/github-action-helper": "^5.3.10",
5454
"@technote-space/github-action-pr-helper": "^2.4.0",
5555
"@technote-space/github-action-test-helper": "^0.11.1",
5656
"@technote-space/release-github-actions-cli": "^1.9.3",
57-
"@types/node": "^18.11.15",
58-
"@typescript-eslint/eslint-plugin": "^5.46.1",
59-
"@typescript-eslint/parser": "^5.46.1",
60-
"@vitest/coverage-c8": "^0.25.8",
61-
"eslint": "^8.29.0",
57+
"@types/node": "^18.11.17",
58+
"@typescript-eslint/eslint-plugin": "^5.47.0",
59+
"@typescript-eslint/parser": "^5.47.0",
60+
"@vitest/coverage-c8": "^0.26.0",
61+
"eslint": "^8.30.0",
6262
"eslint-plugin-import": "^2.26.0",
6363
"husky": "^8.0.2",
6464
"lint-staged": "^13.1.0",
6565
"pinst": "^3.0.0",
66-
"rollup": "^3.7.4",
66+
"rollup": "^3.7.5",
6767
"typescript": "^4.9.4",
68-
"vitest": "^0.25.8"
68+
"vitest": "^0.26.1"
6969
},
7070
"publishConfig": {
7171
"access": "public"

0 commit comments

Comments
 (0)