@knighted/jsx 1.7.7 → 1.7.8

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.
Files changed (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knighted/jsx",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
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",
@@ -183,11 +183,15 @@
183
183
  "tar": "^7.5.10"
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
  },