Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 991e5ad

Browse files
chore: update npm dependencies
1 parent dafa65f commit 991e5ad

File tree

2 files changed

+311
-231
lines changed

2 files changed

+311
-231
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@babel/preset-env": "^7.20.2",
4444
"@commitlint/cli": "^17.3.0",
4545
"@commitlint/config-conventional": "^17.3.0",
46-
"@rollup/plugin-commonjs": "^23.0.5",
47-
"@rollup/plugin-json": "^5.0.2",
46+
"@rollup/plugin-commonjs": "^24.0.0",
47+
"@rollup/plugin-json": "^6.0.0",
4848
"@rollup/plugin-node-resolve": "^15.0.1",
4949
"@rollup/plugin-typescript": "^10.0.1",
5050
"@sindresorhus/tsconfig": "^3.0.1",
@@ -53,21 +53,21 @@
5353
"@technote-space/github-action-log-helper": "^0.2.9",
5454
"@technote-space/github-action-test-helper": "^0.11.1",
5555
"@technote-space/release-github-actions-cli": "^1.9.3",
56-
"@types/node": "^18.11.16",
57-
"@typescript-eslint/eslint-plugin": "^5.46.1",
58-
"@typescript-eslint/parser": "^5.46.1",
56+
"@types/node": "^18.11.17",
57+
"@typescript-eslint/eslint-plugin": "^5.47.0",
58+
"@typescript-eslint/parser": "^5.47.0",
5959
"@vercel/ncc": "^0.36.0",
60-
"@vitest/coverage-c8": "^0.25.8",
60+
"@vitest/coverage-c8": "^0.26.0",
6161
"eslint": "^8.30.0",
6262
"eslint-plugin-import": "^2.26.0",
6363
"husky": "^8.0.2",
6464
"lint-staged": "^13.1.0",
6565
"multimatch": "^6.0.0",
6666
"nock": "^13.2.9",
6767
"pinst": "^3.0.0",
68-
"rollup": "^3.7.4",
68+
"rollup": "^3.7.5",
6969
"typescript": "^4.9.4",
70-
"vitest": "^0.25.8"
70+
"vitest": "^0.26.0"
7171
},
7272
"publishConfig": {
7373
"access": "public"

0 commit comments

Comments
 (0)