Skip to content

Commit

Permalink
Bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul committed Jan 27, 2024
1 parent a7c3924 commit 2c24872
Show file tree
Hide file tree
Showing 8 changed files with 508 additions and 357 deletions.
2 changes: 1 addition & 1 deletion apps/qwik-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@internal/test-utils": "workspace:^",
"@stylexjs/stylex": "^0.4.1",
"@stylexjs/stylex": "^0.5.1",
"tsx": "^4.6.2",
"vite-plugin-stylex": "workspace:^"
}
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 @@ -14,7 +14,7 @@
"@remix-run/node": "^2.4.0",
"@remix-run/react": "^2.4.0",
"@remix-run/serve": "^2.4.0",
"@stylexjs/stylex": "^0.4.1",
"@stylexjs/stylex": "^0.5.1",
"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.4.1",
"@stylexjs/stylex": "^0.5.1",
"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 @@ -23,7 +23,7 @@
"type": "module",
"dependencies": {
"@internal/test-utils": "workspace:*",
"@stylexjs/stylex": "^0.4.1",
"@stylexjs/stylex": "^0.5.1",
"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.4.1",
"@stylexjs/stylex": "^0.5.1",
"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.4.1",
"@stylexjs/stylex": "^0.5.1",
"tsx": "^4.6.2",
"vite-plugin-stylex": "workspace:*",
"vue": "^3.3.11"
Expand Down
6 changes: 3 additions & 3 deletions packages/vite-plugin-stylex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"vite": "^4"
},
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.9",
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/plugin-syntax-typescript": "^7.23.3",
"@stylexjs/babel-plugin": "^0.4.1",
"@stylexjs/babel-plugin": "^0.5.1",
"compare-versions": "^6.1.0"
},
"peerDependencies": {
"@stylexjs/stylex": "^0.4.1",
"@stylexjs/stylex": "^0.5.1",
"vite": "^4 || ^5"
}
}
Loading

0 comments on commit 2c24872

Please sign in to comment.