Skip to content

Commit eec8bd1

Browse files
fix: revert rollup common js plugin version
1 parent 403afda commit eec8bd1

File tree

2 files changed

+187
-187
lines changed

2 files changed

+187
-187
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"release": "./bin/release-ga",
4040
"test": "yarn lint && yarn typecheck && yarn cover",
4141
"typecheck": "tsc --noEmit",
42-
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
42+
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 -x @rollup/plugin-commonjs && yarn install && yarn upgrade && yarn audit"
4343
},
4444
"dependencies": {
4545
"@technote-space/github-action-helper": "^5.3.10",
@@ -51,24 +51,24 @@
5151
"js-yaml": "^4.1.0"
5252
},
5353
"devDependencies": {
54-
"@commitlint/cli": "^17.4.3",
55-
"@commitlint/config-conventional": "^17.4.3",
56-
"@rollup/plugin-commonjs": "^24.0.1",
54+
"@commitlint/cli": "^17.4.4",
55+
"@commitlint/config-conventional": "^17.4.4",
56+
"@rollup/plugin-commonjs": "^22.0.2",
5757
"@rollup/plugin-json": "^6.0.0",
5858
"@rollup/plugin-node-resolve": "^15.0.1",
5959
"@rollup/plugin-typescript": "^11.0.0",
6060
"@sindresorhus/tsconfig": "^3.0.1",
6161
"@technote-space/github-action-test-helper": "^0.11.2",
62-
"@types/node": "^18.13.0",
63-
"@typescript-eslint/eslint-plugin": "^5.52.0",
64-
"@typescript-eslint/parser": "^5.52.0",
62+
"@types/node": "^18.14.0",
63+
"@typescript-eslint/eslint-plugin": "^5.53.0",
64+
"@typescript-eslint/parser": "^5.53.0",
6565
"@vitest/coverage-c8": "^0.28.5",
6666
"eslint": "^8.34.0",
6767
"eslint-plugin-import": "^2.27.5",
6868
"husky": "^8.0.3",
6969
"lint-staged": "^13.1.2",
7070
"pinst": "^3.0.0",
71-
"rollup": "^3.15.0",
71+
"rollup": "^3.17.2",
7272
"typescript": "^4.9.5",
7373
"vitest": "^0.28.5"
7474
},

0 commit comments

Comments
 (0)