@knighted/jsx 1.7.7 → 1.7.9
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 +6 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knighted/jsx",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.9",
|
|
4
4
|
"description": "Runtime JSX tagged template that renders DOM or React trees anywhere with or without a build step.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jsx runtime",
|
|
@@ -180,14 +180,18 @@
|
|
|
180
180
|
"magic-string": "^0.30.21",
|
|
181
181
|
"oxc-parser": "^0.116.0",
|
|
182
182
|
"property-information": "^7.1.0",
|
|
183
|
-
"tar": "^7.5.
|
|
183
|
+
"tar": "^7.5.11"
|
|
184
184
|
},
|
|
185
185
|
"peerDependencies": {
|
|
186
|
+
"@types/react": ">=18",
|
|
186
187
|
"jsdom": "*",
|
|
187
188
|
"linkedom": "*",
|
|
188
189
|
"react": ">=18"
|
|
189
190
|
},
|
|
190
191
|
"peerDependenciesMeta": {
|
|
192
|
+
"@types/react": {
|
|
193
|
+
"optional": true
|
|
194
|
+
},
|
|
191
195
|
"react": {
|
|
192
196
|
"optional": true
|
|
193
197
|
},
|