Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency build-ts to v13.1.12 #129

Merged
merged 1 commit into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@typescript-eslint/parser": "8.20.0",
"@willbooster/eslint-config-ts": "10.6.1",
"@willbooster/prettier-config": "9.1.3",
"build-ts": "13.1.11",
"build-ts": "13.1.12",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "10.0.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3223,13 +3223,13 @@ __metadata:
languageName: node
linkType: hard

"@willbooster/shared-lib-node@npm:6.0.5":
version: 6.0.5
resolution: "@willbooster/shared-lib-node@npm:6.0.5"
"@willbooster/shared-lib-node@npm:6.0.6":
version: 6.0.6
resolution: "@willbooster/shared-lib-node@npm:6.0.6"
dependencies:
dotenv: "npm:16.4.7"
tree-kill: "npm:1.2.2"
checksum: 10c0/f0bab8851c027bd75e6d537d82ce7632c5329f6126b8f39c56a6503ba36c56a2f957938857742dbce2b09491fae00148b738e7f322d9e6ade9eb4b5086ee7e47
checksum: 10c0/2509d9ede2d68c87e043b906639c23d487197e34217a95084d041084e2c6d5ea0b54896c3df3c16b0a01f8007e000e57423509ead88b2969b329a2debb3768ba
languageName: node
linkType: hard

Expand Down Expand Up @@ -3530,7 +3530,7 @@ __metadata:
"@typescript-eslint/parser": "npm:8.20.0"
"@willbooster/eslint-config-ts": "npm:10.6.1"
"@willbooster/prettier-config": "npm:9.1.3"
build-ts: "npm:13.1.11"
build-ts: "npm:13.1.12"
conventional-changelog-conventionalcommits: "npm:8.0.0"
eslint: "npm:8.57.0"
eslint-config-prettier: "npm:10.0.1"
Expand Down Expand Up @@ -3821,9 +3821,9 @@ __metadata:
languageName: node
linkType: hard

"build-ts@npm:13.1.11":
version: 13.1.11
resolution: "build-ts@npm:13.1.11"
"build-ts@npm:13.1.12":
version: 13.1.12
resolution: "build-ts@npm:13.1.12"
dependencies:
"@babel/core": "npm:7.26.0"
"@babel/plugin-proposal-decorators": "npm:7.25.9"
Expand All @@ -3840,7 +3840,7 @@ __metadata:
"@rollup/plugin-replace": "npm:6.0.2"
"@rollup/plugin-terser": "npm:0.4.4"
"@rollup/pluginutils": "npm:5.1.4"
"@willbooster/shared-lib-node": "npm:6.0.5"
"@willbooster/shared-lib-node": "npm:6.0.6"
babel-plugin-polyfill-corejs3: "npm:0.11.0"
babel-plugin-transform-remove-console: "npm:6.9.4"
chalk: "npm:5.4.1"
Expand All @@ -3861,7 +3861,7 @@ __metadata:
yargs: "npm:17.7.2"
bin:
build-ts: bin/index.js
checksum: 10c0/7ac9c921862422884d495b1877920b20808235f5bcf87892ac15a794c3fff448b1328f7018b1ca6d21ca00fa5137bdaa45d65fa82f8d6b71c699101c1bdcf642
checksum: 10c0/fb70b5b945e84d0d82b4cb6f9a26b56d4d3c4f124d5157e4f8df6fc5b6eb233acbe12f9a1689bb8219c39913f5b7181e908bda63d3d4634b9492f5e51981059b
languageName: node
linkType: hard

Expand Down
Loading