Skip to content

Commit

Permalink
Support StyleX 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul committed Jun 27, 2024
1 parent 63ff3d1 commit eb0900a
Show file tree
Hide file tree
Showing 11 changed files with 93 additions and 86 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-badgers-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vite-plugin-stylex": minor
---

Support StyleX 0.7.0
2 changes: 1 addition & 1 deletion apps/qwik-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@internal/test-utils": "workspace:^",
"@stylexjs/stylex": "^0.6.1",
"@stylexjs/stylex": "^0.7.0",
"tsx": "^4.6.2",
"vite-plugin-stylex": "workspace:^"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/react-strict-dom-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@stylexjs/open-props": "^0.3.0",
"@stylexjs/stylex": "^0.6.1",
"@stylexjs/stylex": "^0.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-strict-dom": "^0.0.3"
Expand Down
2 changes: 1 addition & 1 deletion apps/remix-css-url-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"@stylexjs/open-props": "^0.3.0",
"@stylexjs/stylex": "^0.6.1",
"@stylexjs/stylex": "^0.7.0",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/remix-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"@stylexjs/open-props": "^0.3.0",
"@stylexjs/stylex": "^0.6.1",
"@stylexjs/stylex": "^0.7.0",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@stylexjs/stylex": "^0.6.1",
"@stylexjs/stylex": "^0.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/sveltekit-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "module",
"dependencies": {
"@internal/test-utils": "workspace:*",
"@stylexjs/stylex": "^0.6.1",
"@stylexjs/stylex": "^0.7.0",
"tsx": "^4.6.2",
"vite-plugin-stylex": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@stylexjs/open-props": "^0.3.0",
"@stylexjs/stylex": "^0.6.1",
"@stylexjs/stylex": "^0.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/vue-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@internal/test-utils": "workspace:*",
"@stylexjs/stylex": "^0.6.1",
"@stylexjs/stylex": "^0.7.0",
"tsx": "^4.6.2",
"vite-plugin-stylex": "workspace:*",
"vue": "^3.3.11"
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin-stylex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/plugin-syntax-typescript": "^7.24.7",
"@stylexjs/babel-plugin": "^0.6.1",
"@stylexjs/babel-plugin": "^0.7.0",
"compare-versions": "^6.1.0"
},
"peerDependencies": {
"@stylexjs/stylex": "^0.6.1",
"@stylexjs/stylex": "^0.7.0",
"vite": "^5.2.7"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit eb0900a

Please sign in to comment.