|
39 | 39 | "release": "./bin/release-ga", |
40 | 40 | "test": "yarn lint && yarn typecheck && yarn cover", |
41 | 41 | "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" |
43 | 43 | }, |
44 | 44 | "dependencies": { |
45 | 45 | "@technote-space/github-action-helper": "^5.3.10", |
|
51 | 51 | "js-yaml": "^4.1.0" |
52 | 52 | }, |
53 | 53 | "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", |
57 | 57 | "@rollup/plugin-json": "^6.0.0", |
58 | 58 | "@rollup/plugin-node-resolve": "^15.0.1", |
59 | 59 | "@rollup/plugin-typescript": "^11.0.0", |
60 | 60 | "@sindresorhus/tsconfig": "^3.0.1", |
61 | 61 | "@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", |
65 | 65 | "@vitest/coverage-c8": "^0.28.5", |
66 | 66 | "eslint": "^8.34.0", |
67 | 67 | "eslint-plugin-import": "^2.27.5", |
68 | 68 | "husky": "^8.0.3", |
69 | 69 | "lint-staged": "^13.1.2", |
70 | 70 | "pinst": "^3.0.0", |
71 | | - "rollup": "^3.15.0", |
| 71 | + "rollup": "^3.17.2", |
72 | 72 | "typescript": "^4.9.5", |
73 | 73 | "vitest": "^0.28.5" |
74 | 74 | }, |
|
0 commit comments