Skip to content

Commit 6f7e87e

Browse files
committed
refactor: use workspace:^ instead of workspace:* for consistency
1 parent 5227eea commit 6f7e87e

File tree

32 files changed

+37
-36
lines changed

32 files changed

+37
-36
lines changed

bun.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/synth-c/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"author": "SylphX",
3030
"license": "MIT",
3131
"dependencies": {
32-
"@sylphx/synth": "workspace:*",
32+
"@sylphx/synth": "workspace:^",
3333
"tree-sitter": "^0.21.1",
3434
"tree-sitter-c": "^0.23.1"
3535
},

packages/synth-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"author": "SylphX",
3030
"license": "MIT",
3131
"dependencies": {
32-
"@sylphx/synth": "workspace:*"
32+
"@sylphx/synth": "workspace:^"
3333
},
3434
"devDependencies": {
3535
"typescript": "^5.7.3",

packages/synth-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"author": "Synth",
3434
"license": "MIT",
3535
"dependencies": {
36-
"@sylphx/synth": "workspace:*"
36+
"@sylphx/synth": "workspace:^"
3737
},
3838
"devDependencies": {
3939
"@types/bun": "latest",

packages/synth-go/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"author": "SylphX",
2828
"license": "MIT",
2929
"dependencies": {
30-
"@sylphx/synth": "workspace:*",
30+
"@sylphx/synth": "workspace:^",
3131
"tree-sitter": "^0.21.1",
3232
"tree-sitter-go": "^0.23.3"
3333
},

packages/synth-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"author": "Synth",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@sylphx/synth": "workspace:*",
35+
"@sylphx/synth": "workspace:^",
3636
"graphql": "^16.9.0"
3737
},
3838
"devDependencies": {

packages/synth-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"author": "",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@sylphx/synth": "workspace:*"
35+
"@sylphx/synth": "workspace:^"
3636
},
3737
"devDependencies": {
3838
"@types/node": "^22.0.0",

packages/synth-ini/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"author": "SylphX",
3131
"license": "MIT",
3232
"dependencies": {
33-
"@sylphx/synth": "workspace:*"
33+
"@sylphx/synth": "workspace:^"
3434
},
3535
"devDependencies": {
3636
"typescript": "^5.7.3",

packages/synth-java/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"author": "SylphX",
3030
"license": "MIT",
3131
"dependencies": {
32-
"@sylphx/synth": "workspace:*",
32+
"@sylphx/synth": "workspace:^",
3333
"tree-sitter": "^0.21.1",
3434
"tree-sitter-java": "^0.23.4"
3535
},

packages/synth-js-format/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"author": "",
3030
"license": "MIT",
3131
"dependencies": {
32-
"@sylphx/synth": "workspace:*",
33-
"@sylphx/synth-js": "workspace:*"
32+
"@sylphx/synth": "workspace:^",
33+
"@sylphx/synth-js": "workspace:^"
3434
},
3535
"devDependencies": {
3636
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)