Skip to content

Commit

Permalink
chore: update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Jul 11, 2023
1 parent ab22abf commit e3adca3
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 410 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,31 +48,31 @@
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.1",
"@rollup/plugin-typescript": "^11.1.2",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/filter-github-action": "^0.6.13",
"@technote-space/github-action-helper": "^5.3.17",
"@technote-space/github-action-log-helper": "^0.2.19",
"@technote-space/github-action-test-helper": "^0.11.17",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vitest/coverage-c8": "^0.32.2",
"eslint": "^8.43.0",
"@types/node": "^20.4.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^8.44.0",
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"memize": "^2.1.0",
"nock": "^13.3.1",
"pinst": "^3.0.0",
"rollup": "^3.25.1",
"typescript": "^5.1.3",
"vitest": "^0.32.2"
"rollup": "^3.26.2",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit e3adca3

Please sign in to comment.