diff --git a/Cargo.lock b/Cargo.lock index f634faef..1c7309d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2038,7 +2038,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "stylex_compiler_rs" -version = "0.5.0-rc.3" +version = "0.5.0" dependencies = [ "color-backtrace", "napi", @@ -2055,7 +2055,7 @@ dependencies = [ [[package]] name = "stylex_path_resolver" -version = "0.5.0-rc.3" +version = "0.5.0" dependencies = [ "anyhow", "color-backtrace", @@ -2077,7 +2077,7 @@ dependencies = [ [[package]] name = "stylex_shared" -version = "0.5.0-rc.3" +version = "0.5.0" dependencies = [ "anyhow", "color-backtrace", @@ -2110,7 +2110,7 @@ dependencies = [ [[package]] name = "stylex_swc_plugin" -version = "0.5.0-rc.3" +version = "0.5.0" dependencies = [ "color-backtrace", "ctor", @@ -2127,7 +2127,7 @@ dependencies = [ [[package]] name = "stylex_test_parser" -version = "0.5.0-rc.3" +version = "0.5.0" dependencies = [ "anyhow", "clap", diff --git a/apps/esbuild-unplugin-example/package.json b/apps/esbuild-unplugin-example/package.json index a7cd93c3..fc32bdbd 100644 --- a/apps/esbuild-unplugin-example/package.json +++ b/apps/esbuild-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/esbuild-unplugin-example", - "version": "0.5.0-rc.3", + "version": "0.5.0", "description": "A simple esbuild unplugin example to test @stylexswc/unplugin/esbuild", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.5.0-rc.3", + "@stylexswc/rs-compiler": "0.5.0", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.5.0-rc.3", + "@stylexswc/unplugin": "0.5.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/farm-unplugin-example/package.json b/apps/farm-unplugin-example/package.json index 4bc8610e..e76df52b 100644 --- a/apps/farm-unplugin-example/package.json +++ b/apps/farm-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/farm-unplugin-example", - "version": "0.5.0-rc.3", + "version": "0.5.0", "description": "A simple farm unplugin example to test @stylexswc/unplugin/farm", "private": true, "type": "module", @@ -10,10 +10,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.5.0-rc.3", + "@stylexswc/rs-compiler": "0.5.0", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.5.0-rc.3", + "@stylexswc/unplugin": "0.5.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/nextjs-example/package.json b/apps/nextjs-example/package.json index 932bd22e..8ba6de2d 100644 --- a/apps/nextjs-example/package.json +++ b/apps/nextjs-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/next-example", - "version": "0.5.0-rc.3", + "version": "0.5.0", "private": true, "scripts": { "clean": "rimraf .next", @@ -22,8 +22,8 @@ }, "devDependencies": { "@stylexjs/eslint-plugin": "^0.9.3", - "@stylexswc/nextjs-plugin": "0.5.0-rc.3", - "@stylexswc/rs-compiler": "0.5.0-rc.3", + "@stylexswc/nextjs-plugin": "0.5.0", + "@stylexswc/rs-compiler": "0.5.0", "@types/node": "^22.5.1", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", diff --git a/apps/nextjs-swc-example/package.json b/apps/nextjs-swc-example/package.json index 3eac7680..d8bfc42b 100644 --- a/apps/nextjs-swc-example/package.json +++ b/apps/nextjs-swc-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/next-swc-example", - "version": "0.5.0-rc.3", + "version": "0.5.0", "private": true, "deprecated": "This example deprecated since v0.5.0. Please use @stylexswc/next-example instead.", "scripts": { @@ -23,8 +23,8 @@ }, "devDependencies": { "@stylexjs/eslint-plugin": "^0.9.3", - "@stylexswc/nextjs-swc-plugin": "0.5.0-rc.3", - "@stylexswc/swc-plugin": "0.5.0-rc.3", + "@stylexswc/nextjs-swc-plugin": "0.5.0", + "@stylexswc/swc-plugin": "0.5.0", "@types/node": "^22.5.1", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", diff --git a/apps/rollup-example/package.json b/apps/rollup-example/package.json index 83467d0a..c235d725 100644 --- a/apps/rollup-example/package.json +++ b/apps/rollup-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rollup-example", - "version": "0.5.0-rc.3", + "version": "0.5.0", "description": "A simple rollup example to test @stylexswc/rollup-plugin", "private": true, "scripts": { @@ -10,6 +10,6 @@ "license": "MIT", "dependencies": { "@stylexjs/stylex": "^0.9.3", - "@stylexswc/rollup-plugin": "0.5.0-rc.3" + "@stylexswc/rollup-plugin": "0.5.0" } } diff --git a/apps/rollup-unplugin-example/package.json b/apps/rollup-unplugin-example/package.json index 96ceb0f7..981eac99 100644 --- a/apps/rollup-unplugin-example/package.json +++ b/apps/rollup-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rollup-unplugin-example", - "version": "0.5.0-rc.3", + "version": "0.5.0", "description": "A simple rollup unplugin example to test @stylexswc/unplugin/rollup", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.5.0-rc.3", + "@stylexswc/rs-compiler": "0.5.0", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.5.0-rc.3", + "@stylexswc/unplugin": "0.5.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/rsbuild-unplugin-example/package.json b/apps/rsbuild-unplugin-example/package.json index a22b898e..e9efefa1 100644 --- a/apps/rsbuild-unplugin-example/package.json +++ b/apps/rsbuild-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rsbuild-unplugin-example", - "version": "0.5.0-rc.3", + "version": "0.5.0", "description": "A simple rsbuild unplugin example to test @stylexswc/unplugin/rspack", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.5.0-rc.3", + "@stylexswc/rs-compiler": "0.5.0", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.5.0-rc.3", + "@stylexswc/unplugin": "0.5.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/rspack-unplugin-example/package.json b/apps/rspack-unplugin-example/package.json index 383ec2b3..a5cfaad4 100644 --- a/apps/rspack-unplugin-example/package.json +++ b/apps/rspack-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rspack-unplugin-example", - "version": "0.5.0-rc.3", + "version": "0.5.0", "description": "A simple rspack unplugin example to test @stylexswc/unplugin/rspack", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.5.0-rc.3", + "@stylexswc/rs-compiler": "0.5.0", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.5.0-rc.3", + "@stylexswc/unplugin": "0.5.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/solid-unplugin-example/package.json b/apps/solid-unplugin-example/package.json index 452f8504..83f25b91 100644 --- a/apps/solid-unplugin-example/package.json +++ b/apps/solid-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/solid-unplugin-example", - "version": "0.5.0-rc.3", + "version": "0.5.0", "description": "A simple solid unplugin example to test @stylexswc/unplugin/solid", "private": true, "type": "module", @@ -10,10 +10,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.5.0-rc.3", + "@stylexswc/rs-compiler": "0.5.0", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.5.0-rc.3", + "@stylexswc/unplugin": "0.5.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/vite-unplugin-example/package.json b/apps/vite-unplugin-example/package.json index fdf0bc5a..1e7db91e 100644 --- a/apps/vite-unplugin-example/package.json +++ b/apps/vite-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/vite-unplugin-example", - "version": "0.5.0-rc.3", + "version": "0.5.0", "description": "A simple vite unplugin example to test @stylexswc/unplugin/vite", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.5.0-rc.3", + "@stylexswc/rs-compiler": "0.5.0", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.5.0-rc.3", + "@stylexswc/unplugin": "0.5.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/vue-unplugin-example/package.json b/apps/vue-unplugin-example/package.json index c6931355..22454b9b 100644 --- a/apps/vue-unplugin-example/package.json +++ b/apps/vue-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/vue-unplugin-example", - "version": "0.5.0-rc.3", + "version": "0.5.0", "description": "A simple vue unplugin example to test @stylexswc/unplugin/vue", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.5.0-rc.3", + "@stylexswc/rs-compiler": "0.5.0", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.5.0-rc.3", + "@stylexswc/unplugin": "0.5.0", "vue": "^3.5.12" }, "devDependencies": { diff --git a/apps/webpack-example/package.json b/apps/webpack-example/package.json index 6dc763aa..9de40540 100644 --- a/apps/webpack-example/package.json +++ b/apps/webpack-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/webpack-example", - "version": "0.5.0-rc.3", + "version": "0.5.0", "description": "A simple webpack example to test stylexswc/webpack-plugin", "main": "./dist/index.js", "private": true, @@ -13,7 +13,7 @@ "@stylexjs/stylex": "^0.9.3" }, "devDependencies": { - "@stylexswc/webpack-plugin": "0.5.0-rc.3", + "@stylexswc/webpack-plugin": "0.5.0", "html-webpack-plugin": "^5.6.0", "webpack": "^5.94.0", "webpack-cli": "^5.1.4", diff --git a/apps/webpack-unplugin-example/package.json b/apps/webpack-unplugin-example/package.json index 44c44030..60582c73 100644 --- a/apps/webpack-unplugin-example/package.json +++ b/apps/webpack-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/webpack-unplugin-example", - "version": "0.5.0-rc.3", + "version": "0.5.0", "description": "A simple webpack unplugin example to test @stylexswc/unplugin/webpack", "private": true, "scripts": { @@ -9,10 +9,10 @@ }, "license": "MIT", "dependencies": { - "@stylexswc/rs-compiler": "0.5.0-rc.3", + "@stylexswc/rs-compiler": "0.5.0", "@stylexjs/open-props": "^0.9.3", "@stylexjs/stylex": "^0.9.3", - "@stylexswc/unplugin": "0.5.0-rc.3", + "@stylexswc/unplugin": "0.5.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/crates/stylex-path-resolver/Cargo.toml b/crates/stylex-path-resolver/Cargo.toml index b756375a..1439b189 100644 --- a/crates/stylex-path-resolver/Cargo.toml +++ b/crates/stylex-path-resolver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_path_resolver" -version = "0.5.0-rc.3" +version = "0.5.0" edition = "2021" rust-version = "1.82.0" description = "Path resolver for StyleX SWC plugin" diff --git a/crates/stylex-path-resolver/package.json b/crates/stylex-path-resolver/package.json index 779b61be..d089c9bd 100644 --- a/crates/stylex-path-resolver/package.json +++ b/crates/stylex-path-resolver/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/path-resolver", "description": "SWC lib for path imports resolving for SWC StyleX plugin", - "version": "0.5.0-rc.3", + "version": "0.5.0", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/crates/stylex-rs-compiler/Cargo.toml b/crates/stylex-rs-compiler/Cargo.toml index 38ef53c2..b063cf10 100644 --- a/crates/stylex-rs-compiler/Cargo.toml +++ b/crates/stylex-rs-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_compiler_rs" -version = "0.5.0-rc.3" +version = "0.5.0" edition = "2021" license.workspace = true repository.workspace = true diff --git a/crates/stylex-rs-compiler/package.json b/crates/stylex-rs-compiler/package.json index 64fe21d1..fd5ee2b4 100644 --- a/crates/stylex-rs-compiler/package.json +++ b/crates/stylex-rs-compiler/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/rs-compiler", "description": "NAPI-RS compiler for transform StyleX code", - "version": "0.5.0-rc.3", + "version": "0.5.0", "ava": { "extensions": { "ts": "module" diff --git a/crates/stylex-shared/Cargo.toml b/crates/stylex-shared/Cargo.toml index f0c03dec..b1aa76b0 100644 --- a/crates/stylex-shared/Cargo.toml +++ b/crates/stylex-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_shared" -version = "0.5.0-rc.3" +version = "0.5.0" edition = "2021" rust-version = "1.82.0" description = "Shared SWC tranformer for StyleX" diff --git a/crates/stylex-shared/package.json b/crates/stylex-shared/package.json index 6299572f..30ab8584 100644 --- a/crates/stylex-shared/package.json +++ b/crates/stylex-shared/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/shared", "description": "Shared code for stylex-swc-plugin and stylex-rs-compiler", - "version": "0.5.0-rc.3", + "version": "0.5.0", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/crates/stylex-swc-plugin/Cargo.toml b/crates/stylex-swc-plugin/Cargo.toml index d9539f8b..98344f95 100644 --- a/crates/stylex-swc-plugin/Cargo.toml +++ b/crates/stylex-swc-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_swc_plugin" -version = "0.5.0-rc.3" +version = "0.5.0" edition = "2021" rust-version = "1.82.0" description = "SWC plugin for StyleX" diff --git a/crates/stylex-swc-plugin/package.json b/crates/stylex-swc-plugin/package.json index 45e29823..41c074f1 100644 --- a/crates/stylex-swc-plugin/package.json +++ b/crates/stylex-swc-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/swc-plugin", "description": "SWC plugin for transforming StyleX code", - "version": "0.5.0-rc.3", + "version": "0.5.0", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/crates/stylex-test-parser/Cargo.toml b/crates/stylex-test-parser/Cargo.toml index 68cbe365..d37131bd 100644 --- a/crates/stylex-test-parser/Cargo.toml +++ b/crates/stylex-test-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_test_parser" -version = "0.5.0-rc.3" +version = "0.5.0" edition = "2021" rust-version = "1.82.0" description = "Test parser for StyleX" diff --git a/crates/stylex-test-parser/package.json b/crates/stylex-test-parser/package.json index 8f6010f1..8b0b3e05 100644 --- a/crates/stylex-test-parser/package.json +++ b/crates/stylex-test-parser/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/test-parser", "description": "Parse origin jest stylex test files", - "version": "0.5.0-rc.3", + "version": "0.5.0", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/package.json b/package.json index 03a35357..1fdfbd28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/stylexswc", - "version": "0.5.0-rc.3", + "version": "0.5.0", "private": true, "scripts": { "build": "pnpm run -r build", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 6c2e9dd8..7f3a5bb3 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/eslint-config", - "version": "0.5.0-rc.3", + "version": "0.5.0", "dependencies": { "eslint": "^8.57.0" }, diff --git a/packages/nextjs-plugin/package.json b/packages/nextjs-plugin/package.json index e362c6c1..5cc72eb5 100644 --- a/packages/nextjs-plugin/package.json +++ b/packages/nextjs-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/nextjs-plugin", "description": "Stylex NextJS plugin with NAPI-RS compiler", - "version": "0.5.0-rc.3", + "version": "0.5.0", "config": { "scripty": { "path": "../../scripts/packages" @@ -9,10 +9,10 @@ }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.5.0-rc.3", - "@stylexswc/rs-compiler": "0.5.0-rc.3", - "@stylexswc/typescript-config": "0.5.0-rc.3", - "@stylexswc/webpack-plugin": "0.5.0-rc.3", + "@stylexswc/eslint-config": "0.5.0", + "@stylexswc/rs-compiler": "0.5.0", + "@stylexswc/typescript-config": "0.5.0", + "@stylexswc/webpack-plugin": "0.5.0", "@types/babel__core": "^7.20.5", "@types/node": "^22.5.1", "next": "^15.0.4", diff --git a/packages/nextjs-swc-plugin/package.json b/packages/nextjs-swc-plugin/package.json index 9a915322..b49495be 100644 --- a/packages/nextjs-swc-plugin/package.json +++ b/packages/nextjs-swc-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/nextjs-swc-plugin", "description": "Stylex NextJS plugin with swc plugin", - "version": "0.5.0-rc.3", + "version": "0.5.0", "config": { "scripty": { "path": "../../scripts/packages" @@ -13,10 +13,10 @@ "deprecated": "Package deprecated since v0.5.0. Please use @stylexswc/nextjs-plugin instead. This package will be removed in the next minor release.", "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.5.0-rc.3", - "@stylexswc/swc-plugin": "0.5.0-rc.3", - "@stylexswc/typescript-config": "0.5.0-rc.3", - "@stylexswc/webpack-plugin": "0.5.0-rc.3", + "@stylexswc/eslint-config": "0.5.0", + "@stylexswc/swc-plugin": "0.5.0", + "@stylexswc/typescript-config": "0.5.0", + "@stylexswc/webpack-plugin": "0.5.0", "@types/babel__core": "^7.20.5", "@types/node": "^22.5.1", "next": "^15.0.4", diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index eae84b31..c9768448 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/rollup-plugin", "description": "Stylex rollup plugin with NAPI-RS compiler", - "version": "0.5.0-rc.3", + "version": "0.5.0", "config": { "scripty": { "path": "../../scripts/packages" @@ -9,7 +9,7 @@ }, "dependencies": { "@stylexjs/babel-plugin": "^0.9.3", - "@stylexswc/rs-compiler": "0.5.0-rc.3", + "@stylexswc/rs-compiler": "0.5.0", "lightningcss": "^1.27.0" }, "devDependencies": { diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index c0d33039..19297f35 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/typescript-config", - "version": "0.5.0-rc.3", + "version": "0.5.0", "license": "MIT", "private": true, "publishConfig": { diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index 43cc867f..f67fb1bd 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/unplugin", "type": "module", - "version": "0.5.0-rc.3", + "version": "0.5.0", "packageManager": "pnpm@9.9.0", "description": "Unplugin for StyleX RS compiler", "license": "MIT", @@ -142,7 +142,7 @@ }, "dependencies": { "@stylexjs/babel-plugin": "^0.9.3", - "@stylexswc/rs-compiler": "0.5.0-rc.3", + "@stylexswc/rs-compiler": "0.5.0", "unplugin": "^1.12.2", "vite": "^5.4.10", "vite-plugin-inspect": "^0.8.7" diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 1ac43920..8d3c5fc2 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/webpack-plugin", "description": "Stylex webpack plugin with NAPI-RS compiler", - "version": "0.5.0-rc.3", + "version": "0.5.0", "config": { "scripty": { "path": "../../scripts/packages" @@ -13,9 +13,9 @@ }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.5.0-rc.3", - "@stylexswc/rs-compiler": "0.5.0-rc.3", - "@stylexswc/typescript-config": "0.5.0-rc.3", + "@stylexswc/eslint-config": "0.5.0", + "@stylexswc/rs-compiler": "0.5.0", + "@stylexswc/typescript-config": "0.5.0", "@types/babel__core": "^7.20.5", "@types/loader-utils": "^2.0.6", "@types/node": "^22.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eaf2a917..3a8dd1cd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -78,10 +78,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -109,10 +109,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -165,10 +165,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/nextjs-plugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../packages/nextjs-plugin '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler '@types/node': specifier: ^22.5.1 @@ -220,10 +220,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/nextjs-swc-plugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../packages/nextjs-swc-plugin '@stylexswc/swc-plugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-swc-plugin '@types/node': specifier: ^22.5.1 @@ -256,7 +256,7 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rollup-plugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../packages/rollup-plugin apps/rollup-unplugin-example: @@ -268,10 +268,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -311,10 +311,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -345,10 +345,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -385,10 +385,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -419,10 +419,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -453,10 +453,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../packages/unplugin vue: specifier: ^3.5.12 @@ -485,7 +485,7 @@ importers: version: 0.9.3 devDependencies: '@stylexswc/webpack-plugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../packages/webpack-plugin css-loader: specifier: ^7.1.2 @@ -512,10 +512,10 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -645,16 +645,16 @@ importers: specifier: ^7.23.9 version: 7.24.0 '@stylexswc/eslint-config': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../eslint-config '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler '@stylexswc/typescript-config': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../typescript-config '@stylexswc/webpack-plugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../webpack-plugin '@types/babel__core': specifier: ^7.20.5 @@ -688,16 +688,16 @@ importers: specifier: ^7.23.9 version: 7.24.0 '@stylexswc/eslint-config': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../eslint-config '@stylexswc/swc-plugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-swc-plugin '@stylexswc/typescript-config': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../typescript-config '@stylexswc/webpack-plugin': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../webpack-plugin '@types/babel__core': specifier: ^7.20.5 @@ -727,7 +727,7 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler lightningcss: specifier: ^1.27.0 @@ -754,7 +754,7 @@ importers: specifier: ^0.9.3 version: 0.9.3 '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler esbuild: specifier: '*' @@ -822,13 +822,13 @@ importers: specifier: ^7.23.9 version: 7.24.0 '@stylexswc/eslint-config': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../eslint-config '@stylexswc/rs-compiler': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../../crates/stylex-rs-compiler '@stylexswc/typescript-config': - specifier: 0.5.0-rc.3 + specifier: 0.5.0 version: link:../typescript-config '@types/babel__core': specifier: ^7.20.5 @@ -10602,13 +10602,13 @@ snapshots: '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.96.1)': dependencies: - webpack: 5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4) - webpack-cli: 5.1.4(webpack-dev-server@5.0.4)(webpack@5.96.1) + webpack: 5.96.1(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack@5.96.1) '@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.96.1)': dependencies: - webpack: 5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4) - webpack-cli: 5.1.4(webpack-dev-server@5.0.4)(webpack@5.96.1) + webpack: 5.96.1(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack@5.96.1) '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack-dev-server@5.0.4)(webpack@5.96.1)': dependencies: @@ -13027,7 +13027,7 @@ snapshots: tapable: 2.2.1 optionalDependencies: '@rspack/core': 1.1.6(@swc/helpers@0.5.15) - webpack: 5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4) + webpack: 5.96.1(webpack-cli@5.1.4) htmlparser2@6.1.0: dependencies: