Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update #79

Merged
merged 4 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
cache: "pnpm"

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Build Packages
run: pnpm build

- name: Publish JSR
run: npx jsr publish
run: pnpm run jsr
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: "pnpm"

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Build Packages
run: pnpm build
Expand Down
4 changes: 2 additions & 2 deletions examples/esbuild-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dev": "node scripts/dev.mjs"
},
"dependencies": {
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"@stylexjs/open-props": "^0.9.3",
"@stylexjs/stylex": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"unplugin-stylex": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions examples/farm-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "farm build"
},
"dependencies": {
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"@stylexjs/open-props": "^0.9.3",
"@stylexjs/stylex": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/rollup-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "rollup -c"
},
"dependencies": {
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"@stylexjs/open-props": "^0.9.3",
"@stylexjs/stylex": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/rsbuild-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"build": "rsbuild build"
},
"dependencies": {
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"@stylexjs/open-props": "^0.9.3",
"@stylexjs/stylex": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/rspack-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dependencies": {
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"@stylexjs/open-props": "^0.9.3",
"@stylexjs/stylex": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "vite build"
},
"dependencies": {
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"@stylexjs/open-props": "^0.9.3",
"@stylexjs/stylex": "^0.9.3",
"solid-js": "^1.8.18"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"build": "vite build"
},
"dependencies": {
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"@stylexjs/open-props": "^0.9.3",
"@stylexjs/stylex": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"build": "vue-tsc && vite build"
},
"dependencies": {
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"@stylexjs/open-props": "^0.9.3",
"@stylexjs/stylex": "^0.9.3",
"vue": "^3.5.12"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@stylexjs/open-props": "^0.6.0",
"@stylexjs/stylex": "^0.6.0",
"@stylexjs/open-props": "^0.9.3",
"@stylexjs/stylex": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@
"packageManager": "[email protected]",
"description": "Unplugin for stylex",
"repository": "https://github.com/eryue0220/unplugin-stylex",
"keywords": ["unplugin", "stylex", "stylex-plugin", "farm", "esbuild", "rollup", "rspack", "vite"],
"keywords": [
"unplugin",
"stylex",
"stylex-plugin",
"farm",
"esbuild",
"rolldown",
"rollup",
"rspack",
"svelte",
"vite"
],
"author": "eryue0220<[email protected]>",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -63,6 +74,7 @@
"lint": "pnpm biome lint .",
"check": "pnpm biome check . --line-width=120 --quote-style=single --indent-style=space --indent-width=2 --semicolons=as-needed",
"ci": "pnpm run lint && pnpm run check",
"jsr": "pnpm dlx jsr publish",
"changeset": "pnpm dlx @changesets/cli add",
"changeset:version": "pnpm dlx @changesets/cli version && pnpm install",
"changeset:release": "pnpm run build && pnpm dlx @changesets/cli publish"
Expand All @@ -79,7 +91,7 @@
"@babel/plugin-syntax-jsx": "^7.25.9",
"@babel/plugin-syntax-typescript": "^7.25.9",
"@rollup/pluginutils": "^5.1.3",
"@stylexjs/babel-plugin": "^0.5.1",
"@stylexjs/babel-plugin": "^0.9.3",
"unplugin": "^1.15.0"
},
"devDependencies": {
Expand Down
Loading
Loading