Skip to content

Commit

Permalink
Fix workspace versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Sep 19, 2024
1 parent 10ee11f commit 62a9fa5
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "5.5.4"
},
"dependencies": {
"@unpic/core": "0.0.49",
"@unpic/core": "workspace:^",
"tslib": "^2.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"vitest": "^2.1.1"
},
"dependencies": {
"@unpic/core": "0.0.49",
"@unpic/core": "workspace:^",
"@unpic/pixels": "^1.2.2",
"@unpic/placeholder": "^0.1.2",
"blurhash": "^2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"web-component-analyzer": "2.0.0"
},
"dependencies": {
"@unpic/core": "0.0.49"
"@unpic/core": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vitest": "^2.1.1"
},
"dependencies": {
"@unpic/core": "0.0.49"
"@unpic/core": "workspace:^"
},
"peerDependencies": {
"preact": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@unpic/core": "0.0.49",
"@unpic/core": "workspace:^",
"eslint": "8.57.1",
"eslint-plugin-qwik": "^1.9.0",
"node-fetch": "3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"vitest": "^2.1.1"
},
"dependencies": {
"@unpic/core": "0.0.49"
"@unpic/core": "workspace:^"
},
"peerDependencies": {
"next": "^13.0.0 || ^14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
"vitest": "^2.1.1"
},
"dependencies": {
"@unpic/core": "0.0.49"
"@unpic/core": "workspace:^"
},
"browser": {
"./dist/server.js": "./dist/index.js"
}
}
}
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"type": "module",
"dependencies": {
"@unpic/core": "0.0.49",
"@unpic/core": "workspace:^",
"style-object-to-css-string": "1.1.3",
"unpic": "^3.18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@unpic/core": "0.0.49",
"@unpic/core": "workspace:^",
"vue": "^3.5.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"homepage": "https://unpic.pics/img/webc",
"dependencies": {
"@unpic/core": "0.0.49",
"@unpic/core": "workspace:^",
"style-object-to-css-string": "1.1.3"
},
"devDependencies": {
Expand Down

0 comments on commit 62a9fa5

Please sign in to comment.