Skip to content

Commit

Permalink
chore(deps): update dependency @cybozu/license-manager to ^1.2.0 (#709)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tuan Pham <[email protected]>
  • Loading branch information
renovate[bot] and tuanphamcybozu authored Mar 27, 2024
1 parent 7a03186 commit e37186c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"build:ts": "ncc build ./src/cli/main.ts -m",
"build:artifacts": "run-s build license:analyze license:extract compress",
"package": "pkg ./dist/index.js --compress Brotli -o bin/cli-kintone -t linux,macos,win",
"license:analyze": "license-manager analyze",
"license:extract": "license-manager extract",
"license:analyze": "license-manager analyze -c license-manager.config.js",
"license:extract": "license-manager extract -c license-manager.config.js",
"compress": "zx ./scripts/compress-to-zip-file.mjs",
"typecheck": "tsc --pretty --noEmit",
"test": "jest",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@babel/preset-typescript": "^7.24.1",
"@cucumber/cucumber": "^10.3.1",
"@cybozu/eslint-config": "^22.0.2",
"@cybozu/license-manager": "^1.1.0",
"@cybozu/license-manager": "^1.2.0",
"@types/inquirer": "^8.2.10",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.26",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e37186c

Please sign in to comment.