Skip to content

Commit

Permalink
v0.2.0-beta.26
Browse files Browse the repository at this point in the history
  • Loading branch information
nmn committed Nov 17, 2023
1 parent 061c575 commit 8e6b19e
Show file tree
Hide file tree
Showing 18 changed files with 488 additions and 416 deletions.
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "^1.6.22",
"@orama/plugin-docusaurus": "^1.2.4",
"@stylexjs/stylex": "0.2.0-beta.25",
"@stylexjs/stylex": "0.2.0-beta.26",
"clsx": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@stylexjs/babel-plugin": "0.2.0-beta.25",
"@stylexjs/babel-plugin": "0.2.0-beta.26",
"clean-css": "^5.3.2",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
Expand Down
10 changes: 5 additions & 5 deletions apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"lint": "next lint"
},
"dependencies": {
"@stylexjs/stylex": "^0.2.0-beta.25",
"@stylexjs/open-props": "^0.2.0-beta.25",
"@stylexjs/stylex": "^0.2.0-beta.26",
"@stylexjs/open-props": "^0.2.0-beta.26",
"bright": "^0.8.4",
"react": "^18",
"react-dom": "^18",
"next": "14.0.1"
},
"devDependencies": {
"@stylexjs/babel-plugin": "^0.2.0-beta.25",
"@stylexjs/eslint-plugin": "^0.2.0-beta.25",
"@stylexjs/nextjs-plugin": "^0.2.0-beta.25",
"@stylexjs/babel-plugin": "^0.2.0-beta.26",
"@stylexjs/eslint-plugin": "^0.2.0-beta.26",
"@stylexjs/nextjs-plugin": "^0.2.0-beta.26",
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
Expand Down
6 changes: 3 additions & 3 deletions apps/rollup-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-example",
"version": "0.2.0-beta.25",
"version": "0.2.0-beta.26",
"description": "A simple rollup example to test stylexjs/rollup-plugin",
"main": "index.js",
"scripts": {
Expand All @@ -9,10 +9,10 @@
},
"license": "MIT",
"dependencies": {
"@stylexjs/stylex": "0.2.0-beta.25"
"@stylexjs/stylex": "0.2.0-beta.26"
},
"devDependencies": {
"rollup": "^4.0.2",
"@stylexjs/rollup-plugin": "0.2.0-beta.25"
"@stylexjs/rollup-plugin": "0.2.0-beta.26"
}
}
6 changes: 3 additions & 3 deletions apps/webpack-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-example",
"version": "0.2.0-beta.25",
"version": "0.2.0-beta.26",
"description": "A simple rollup example to test stylexjs/rollup-plugin",
"main": "index.js",
"scripts": {
Expand All @@ -9,10 +9,10 @@
},
"license": "MIT",
"dependencies": {
"@stylexjs/stylex": "0.2.0-beta.25"
"@stylexjs/stylex": "0.2.0-beta.26"
},
"devDependencies": {
"@stylexjs/webpack-plugin": "0.2.0-beta.25",
"@stylexjs/webpack-plugin": "0.2.0-beta.26",
"html-webpack-plugin": "^5.5.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
Expand Down
Loading

0 comments on commit 8e6b19e

Please sign in to comment.