@stylexswc/unplugin 0.7.0-rc.1 → 0.7.0-rc.2
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/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stylexswc/unplugin",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.0-rc.
|
|
4
|
+
"version": "0.7.0-rc.2",
|
|
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": "*",
|
|
@@ -129,26 +129,26 @@
|
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
131
|
"@stylexjs/babel-plugin": "^0.11.1",
|
|
132
|
-
"@stylexswc/rs-compiler": "0.7.0-rc.
|
|
133
|
-
"unplugin": "^
|
|
134
|
-
"vite": "^
|
|
135
|
-
"vite-plugin-inspect": "^0.
|
|
132
|
+
"@stylexswc/rs-compiler": "0.7.0-rc.2",
|
|
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.
|
|
139
|
-
"@nuxt/schema": "^3.
|
|
140
|
-
"@types/node": "^22.
|
|
141
|
-
"chalk": "^5.
|
|
142
|
-
"eslint": "^
|
|
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.
|
|
144
|
+
"fast-glob": "^3.3.3",
|
|
145
145
|
"nodemon": "^3.1.9",
|
|
146
146
|
"rollup": "^4.34.9",
|
|
147
|
-
"tsup": "^8.
|
|
148
|
-
"typescript": "^5.
|
|
149
|
-
"vite": "^
|
|
150
|
-
"vitest": "^
|
|
151
|
-
"webpack": "^5.
|
|
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": {
|