@stylexswc/unplugin 0.6.6 → 0.7.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { UnpluginFactory, UnpluginInstance } from 'unplugin';
1
+ import { UnpluginInstance, UnpluginFactory } from 'unplugin';
2
2
  import { UnpluginStylexRSOptions } from './types.cjs';
3
3
  import '@stylexswc/rs-compiler';
4
4
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { UnpluginFactory, UnpluginInstance } from 'unplugin';
1
+ import { UnpluginInstance, UnpluginFactory } from 'unplugin';
2
2
  import { UnpluginStylexRSOptions } from './types.js';
3
3
  import '@stylexswc/rs-compiler';
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stylexswc/unplugin",
3
3
  "type": "module",
4
- "version": "0.6.6",
4
+ "version": "0.7.0-dev.1",
5
5
  "description": "Unplugin for StyleX RS compiler",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -96,7 +96,7 @@
96
96
  "dist"
97
97
  ],
98
98
  "peerDependencies": {
99
- "@farmfe/core": ">=1",
99
+ "@farmfe/core": ">=1.6.6",
100
100
  "@nuxt/kit": "^3",
101
101
  "@nuxt/schema": "^3",
102
102
  "esbuild": "*",
@@ -128,27 +128,27 @@
128
128
  }
129
129
  },
130
130
  "dependencies": {
131
- "@stylexjs/babel-plugin": "^0.10.1",
132
- "@stylexswc/rs-compiler": "0.6.6",
133
- "unplugin": "^1.16.1",
134
- "vite": "^5.4.12",
135
- "vite-plugin-inspect": "^0.8.7"
131
+ "@stylexjs/babel-plugin": "^0.11.1",
132
+ "@stylexswc/rs-compiler": "0.7.0-dev.1",
133
+ "unplugin": "^2.2.0",
134
+ "vite": "^6.2.1",
135
+ "vite-plugin-inspect": "^11.0.0"
136
136
  },
137
137
  "devDependencies": {
138
- "@nuxt/kit": "^3.13.0",
139
- "@nuxt/schema": "^3.13.0",
140
- "@types/node": "^22.5.1",
141
- "chalk": "^5.3.0",
142
- "eslint": "^8.57.0",
138
+ "@nuxt/kit": "^3.16.0",
139
+ "@nuxt/schema": "^3.16.0",
140
+ "@types/node": "^22.13.9",
141
+ "chalk": "^5.4.1",
142
+ "eslint": "^9.21.0",
143
143
  "esno": "^4.7.0",
144
- "fast-glob": "^3.3.2",
145
- "nodemon": "^3.1.4",
146
- "rollup": "^4.25.0",
147
- "tsup": "^8.2.4",
148
- "typescript": "^5.5.4",
149
- "vite": "^5.4.12",
150
- "vitest": "^2.1.9",
151
- "webpack": "^5.94.0"
144
+ "fast-glob": "^3.3.3",
145
+ "nodemon": "^3.1.9",
146
+ "rollup": "^4.34.9",
147
+ "tsup": "^8.4.0",
148
+ "typescript": "^5.8.2",
149
+ "vite": "^6.2.1",
150
+ "vitest": "^3.0.8",
151
+ "webpack": "^5.98.0"
152
152
  },
153
153
  "config": {
154
154
  "scripty": {