Skip to content

Commit da3aedf

Browse files
authored
Update dependency identifiers - ^1 (#1144)
* Update dependency identifiers - ^1
1 parent 2b68331 commit da3aedf

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

packages/argv-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prepublishOnly": "yarn build:pkg"
2626
},
2727
"dependencies": {
28-
"@simple-git/args-pathspec": "workspace:*"
28+
"@simple-git/args-pathspec": "workspace:^0"
2929
},
3030
"devDependencies": {
3131
"vite": "^7.0.0",

simple-git/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"dependencies": {
1717
"@kwsites/file-exists": "^1.1.1",
1818
"@kwsites/promise-deferred": "^1.1.1",
19-
"@simple-git/args-pathspec": "workspace:*",
20-
"@simple-git/argv-parser": "workspace:*",
19+
"@simple-git/args-pathspec": "workspace:^0",
20+
"@simple-git/argv-parser": "workspace:^0",
2121
"debug": "^4.4.0"
2222
},
2323
"devDependencies": {
2424
"@kwsites/promise-result": "^1.1.0",
25-
"@simple-git/babel-config": "workspace:*",
25+
"@simple-git/babel-config": "workspace:^1",
2626
"@types/debug": "^4.1.12",
2727
"@types/jest": "^29.2.2",
2828
"@types/node": "^22.15.30",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2771,7 +2771,7 @@ __metadata:
27712771
languageName: node
27722772
linkType: hard
27732773

2774-
"@simple-git/args-pathspec@workspace:*, @simple-git/args-pathspec@workspace:packages/args-pathspec":
2774+
"@simple-git/args-pathspec@workspace:^0, @simple-git/args-pathspec@workspace:packages/args-pathspec":
27752775
version: 0.0.0-use.local
27762776
resolution: "@simple-git/args-pathspec@workspace:packages/args-pathspec"
27772777
dependencies:
@@ -2780,17 +2780,17 @@ __metadata:
27802780
languageName: unknown
27812781
linkType: soft
27822782

2783-
"@simple-git/argv-parser@workspace:*, @simple-git/argv-parser@workspace:packages/argv-parser":
2783+
"@simple-git/argv-parser@workspace:^0, @simple-git/argv-parser@workspace:packages/argv-parser":
27842784
version: 0.0.0-use.local
27852785
resolution: "@simple-git/argv-parser@workspace:packages/argv-parser"
27862786
dependencies:
2787-
"@simple-git/args-pathspec": "workspace:*"
2787+
"@simple-git/args-pathspec": "workspace:^0"
27882788
vite: "npm:^7.0.0"
27892789
vitest: "npm:^3.0.0"
27902790
languageName: unknown
27912791
linkType: soft
27922792

2793-
"@simple-git/babel-config@npm:*, @simple-git/babel-config@workspace:*, @simple-git/babel-config@workspace:packages/babel-config":
2793+
"@simple-git/babel-config@npm:*, @simple-git/babel-config@workspace:^1, @simple-git/babel-config@workspace:packages/babel-config":
27942794
version: 0.0.0-use.local
27952795
resolution: "@simple-git/babel-config@workspace:packages/babel-config"
27962796
dependencies:
@@ -6648,9 +6648,9 @@ __metadata:
66486648
"@kwsites/file-exists": "npm:^1.1.1"
66496649
"@kwsites/promise-deferred": "npm:^1.1.1"
66506650
"@kwsites/promise-result": "npm:^1.1.0"
6651-
"@simple-git/args-pathspec": "workspace:*"
6652-
"@simple-git/argv-parser": "workspace:*"
6653-
"@simple-git/babel-config": "workspace:*"
6651+
"@simple-git/args-pathspec": "workspace:^0"
6652+
"@simple-git/argv-parser": "workspace:^0"
6653+
"@simple-git/babel-config": "workspace:^1"
66546654
"@types/debug": "npm:^4.1.12"
66556655
"@types/jest": "npm:^29.2.2"
66566656
"@types/node": "npm:^22.15.30"

0 commit comments

Comments
 (0)