Skip to content

Commit

Permalink
chore: update dep (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
eryue0220 committed Apr 17, 2024
1 parent e74087c commit 7d54bf6
Show file tree
Hide file tree
Showing 8 changed files with 1,463 additions and 1,273 deletions.
10 changes: 5 additions & 5 deletions examples/esbuild-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"dev": "node scripts/dev.mjs"
},
"dependencies": {
"@stylexjs/open-props": "^0.5.1",
"@stylexjs/stylex": "^0.5.1",
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"unplugin-stylex": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"esbuild": "^0.19.10"
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"esbuild": "^0.19.12"
}
}
10 changes: 5 additions & 5 deletions examples/rollup-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"build": "rollup -c"
},
"dependencies": {
"@stylexjs/open-props": "^0.5.1",
"@stylexjs/stylex": "^0.5.1",
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"rollup": "^4.13.0",
"rollup": "^4.14.3",
"rollup-plugin-serve": "^1.1.1",
"unplugin-stylex": "workspace:^"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/rspack-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"build": "rspack build"
},
"dependencies": {
"@stylexjs/open-props": "^0.5.1",
"@stylexjs/stylex": "^0.5.1",
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rspack/cli": "^0.5.4",
"@rspack/core": "^0.5.4",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@rspack/cli": "^0.5.9",
"@rspack/core": "^0.5.9",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"html-webpack-plugin": "^5.6.0",
"unplugin-stylex": "workspace:*"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"build": "vite build"
},
"dependencies": {
"@stylexjs/open-props": "^0.5.1",
"@stylexjs/stylex": "^0.5.1",
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"unplugin-stylex": "workspace:*",
"vite": "^5.0.10"
"vite": "^5.2.9"
}
}
14 changes: 9 additions & 5 deletions examples/vue-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,20 @@
"build": "vue-tsc && vite build"
},
"dependencies": {
"@stylexjs/open-props": "^0.5.1",
"@stylexjs/stylex": "^0.5.1",
"vue": "^3.3.11"
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"esbuild-example": "workspace:^",
"rollup-example": "^1.0.0",
"rspack-example": "workspace:^",
"vite-example": "^1.0.39",
"vue": "^3.4.23"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"unplugin-stylex": "workspace:*",
"vite": "^5.0.10",
"vite": "^5.2.9",
"vue-tsc": "^1.8.27"
}
}
12 changes: 6 additions & 6 deletions examples/webpack-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"build": "webpack build"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"babel-loader": "^9.1.3",
"html-webpack-plugin": "^5.6.0",
"unplugin-stylex": "workspace:*",
Expand All @@ -20,8 +20,8 @@
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@stylexjs/open-props": "^0.5.1",
"@stylexjs/stylex": "^0.5.1",
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,25 +74,25 @@
"@stylexjs/stylex": "^0.5.1"
},
"dependencies": {
"@babel/core": "^7.23.6",
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/plugin-syntax-typescript": "^7.23.3",
"@babel/core": "^7.24.4",
"@babel/plugin-syntax-flow": "^7.24.1",
"@babel/plugin-syntax-jsx": "^7.24.1",
"@babel/plugin-syntax-typescript": "^7.24.1",
"@rollup/pluginutils": "^5.1.0",
"@stylexjs/babel-plugin": "^0.5.1",
"unplugin": "^1.10.0"
"unplugin": "^1.10.1"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^1.6.2",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitest/coverage-v8": "^1.1.1",
"babel-plugin-syntax-hermes-parser": "^0.19.1",
"eslint": "^8.56.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.0"
"@stylistic/eslint-plugin-ts": "^1.7.2",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "^1.5.0",
"babel-plugin-syntax-hermes-parser": "^0.19.2",
"eslint": "^8.57.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vitest": "^1.5.0"
}
}
Loading

0 comments on commit 7d54bf6

Please sign in to comment.