Skip to content

Commit

Permalink
bump @twind/core peerDependency to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Dec 16, 2022
1 parent 8861034 commit a26657c
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 14 deletions.
17 changes: 17 additions & 0 deletions .changeset/dry-pumpkins-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@twind/intellisense': patch
'@twind/preset-autoprefix': patch
'@twind/preset-container-queries': patch
'@twind/preset-ext': patch
'@twind/preset-line-clamp': patch
'@twind/preset-radix-ui': patch
'@twind/preset-tailwind': patch
'@twind/preset-tailwind-forms': patch
'@twind/preset-typography': patch
'gatsby-plugin-twind': patch
'@twind/with-next': patch
'@twind/with-sveltekit': patch
'@twind/with-web-components': patch
---

bump @twind/core peerDependency to latest
2 changes: 1 addition & 1 deletion packages/intellisense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "^4.8.4"
},
"peerDependencies": {
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"typescript": "^4.8.4"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-autoprefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"style-vendorizer": "^2.2.3"
},
"peerDependencies": {
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"typescript": "^4.8.4"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-container-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
],
"peerDependencies": {
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"typescript": "^4.8.4"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
],
"peerDependencies": {
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"typescript": "^4.8.4"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-line-clamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
],
"peerDependencies": {
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"typescript": "^4.8.4"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-radix-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
],
"peerDependencies": {
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"typescript": "^4.8.4"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-tailwind-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
],
"peerDependencies": {
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"@twind/preset-tailwind": "^1.0.3",
"typescript": "^4.8.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
],
"peerDependencies": {
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"typescript": "^4.8.4"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
],
"peerDependencies": {
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"typescript": "^4.8.4"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/with-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
},
"peerDependencies": {
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"gatsby": "2.x || 3.x || 4.x",
"react": "16.x || 17.x || 18.x",
"react-dom": "16.x || 17.x || 18.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"entryPoint": "./index.d.ts"
},
"peerDependencies": {
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"next": "12.x",
"react": "^16.6.0 || 17.x || 18.x",
"typescript": "^4.8.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/with-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"// These are relative from within the dist/ folder": "",
"sideEffects": false,
"peerDependencies": {
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"react": "^16.6.0 || 17.x || 18.x",
"remix": "1.x",
"typescript": "^4.8.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/with-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"sideEffects": false,
"peerDependencies": {
"@sveltejs/kit": "^1.0.0",
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"typescript": "^4.8.4"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/with-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"// These are relative from within the dist/ folder": "",
"sideEffects": false,
"peerDependencies": {
"@twind/core": "^1.0.3",
"@twind/core": "^1.1.0",
"typescript": "^4.8.4"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit a26657c

Please sign in to comment.