Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
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 packages/tcm-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@types/react": "18.3.3",
"@types/semver": "7.5.8",
"@types/shelljs": "0.8.15",
"auto-changelog": "2.4.0",
"auto-changelog": "2.5.0",
"autoprefixer": "10.4.21",
"babel-plugin-replace-identifiers": "0.1.1",
"cssnano": "7.0.6",
Expand Down
41 changes: 30 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7092,7 +7092,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
"@typescript-eslint/parser": "npm:7.18.0"
asyncro: "npm:3.0.0"
auto-changelog: "npm:2.4.0"
auto-changelog: "npm:2.5.0"
autoprefixer: "npm:10.4.21"
babel-plugin-annotate-pure-calls: "npm:0.5.0"
babel-plugin-dev-expression: "npm:0.2.3"
Expand Down Expand Up @@ -9342,18 +9342,19 @@ __metadata:
languageName: node
linkType: hard

"auto-changelog@npm:2.4.0":
version: 2.4.0
resolution: "auto-changelog@npm:2.4.0"
"auto-changelog@npm:2.5.0":
version: 2.5.0
resolution: "auto-changelog@npm:2.5.0"
dependencies:
commander: "npm:^7.2.0"
handlebars: "npm:^4.7.7"
import-cwd: "npm:^3.0.0"
node-fetch: "npm:^2.6.1"
parse-github-url: "npm:^1.0.2"
parse-github-url: "npm:^1.0.3"
semver: "npm:^7.3.5"
bin:
auto-changelog: src/index.js
checksum: 10c0/60790cc4d88338413e414376c0accbc299c773b9c79253a5de2535f598ec34ca94f6fc9ceb2f790b4d633b21ac54e00489de11dc4938670996667768c20d72b7
checksum: 10c0/aa4c0389f33902f7185e6956d1dc641db027577a5c2c37782aa5a5dee531030a59f37d943bd8f9e86c457e5a2c75983aab604467a834cb5992c266dc9ac4bbfd
languageName: node
linkType: hard

Expand Down Expand Up @@ -16759,6 +16760,15 @@ __metadata:
languageName: node
linkType: hard

"import-cwd@npm:^3.0.0":
version: 3.0.0
resolution: "import-cwd@npm:3.0.0"
dependencies:
import-from: "npm:^3.0.0"
checksum: 10c0/398eff50e400b0db4ccabf7626391ac3aa959d9f95e659cd26d217f9d33b41f3aa02b7056ac4c3a2bf1d12b359b4761756d784f470c223297774480f6546857d
languageName: node
linkType: hard

"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0":
version: 3.3.0
resolution: "import-fresh@npm:3.3.0"
Expand All @@ -16769,6 +16779,15 @@ __metadata:
languageName: node
linkType: hard

"import-from@npm:^3.0.0":
version: 3.0.0
resolution: "import-from@npm:3.0.0"
dependencies:
resolve-from: "npm:^5.0.0"
checksum: 10c0/83a40470190f2d9c6ca6a0a2d2de40e9d0b38eedeb2409320a44eaeed48751678e206c9ac7fefef18be19c95ad1cc0e98c844fdf631ab3d9a5597c3476e7525f
languageName: node
linkType: hard

"import-local@npm:3.1.0, import-local@npm:^3.0.2":
version: 3.1.0
resolution: "import-local@npm:3.1.0"
Expand Down Expand Up @@ -21930,12 +21949,12 @@ __metadata:
languageName: node
linkType: hard

"parse-github-url@npm:^1.0.2":
version: 1.0.2
resolution: "parse-github-url@npm:1.0.2"
"parse-github-url@npm:^1.0.3":
version: 1.0.3
resolution: "parse-github-url@npm:1.0.3"
bin:
parse-github-url: ./cli.js
checksum: 10c0/3405b8812bc3e2c6baf49f859212e587237e17f5f886899e1c977bf53898a78f1b491341c6937beb892a0706354e44487defb387e12e5adcf3f18236408dd3dc
parse-github-url: cli.js
checksum: 10c0/8a56103f0cdb6f9bd0ffcd7fd4fe1404a414f18441c4d89ab9d9c5eca3b43d6f7cdb899cb979f061df9d8a85d5af275cab05beff953b07f2ff65a6c2826b9293
languageName: node
linkType: hard

Expand Down