@knighted/jsx 1.13.2 → 1.14.0

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 +22 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knighted/jsx",
3
- "version": "1.13.2",
3
+ "version": "1.14.0",
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",
@@ -118,7 +118,7 @@
118
118
  "./package.json": "./package.json"
119
119
  },
120
120
  "engines": {
121
- "node": ">=22.21.1"
121
+ "node": ">=22.21.1 <23 || >=24 <25 || >=26 <27"
122
122
  },
123
123
  "engineStrict": true,
124
124
  "scripts": {
@@ -154,27 +154,27 @@
154
154
  },
155
155
  "devDependencies": {
156
156
  "@eslint/js": "^10.0.1",
157
- "@knighted/duel": "^4.0.2",
158
- "@oxc-project/types": "^0.116.0",
159
- "@playwright/test": "^1.58.2",
157
+ "@knighted/duel": "^4.1.0",
158
+ "@oxc-project/types": "^0.132.0",
159
+ "@playwright/test": "^1.60.0",
160
160
  "@rspack/core": "^1.0.5",
161
161
  "@types/jsdom": "^27.0.0",
162
- "@types/node": "^22.10.1",
162
+ "@types/node": "^25.9.1",
163
163
  "@types/react": "^19.2.7",
164
164
  "@types/react-dom": "^19.2.3",
165
- "@vitest/coverage-v8": "^4.0.18",
166
- "@vitest/eslint-plugin": "^1.6.9",
165
+ "@vitest/coverage-v8": "^4.1.7",
166
+ "@vitest/eslint-plugin": "^1.6.18",
167
167
  "cross-env": "^10.1.0",
168
- "eslint": "^10.0.3",
169
- "eslint-plugin-n": "^17.24.0",
170
- "eslint-plugin-playwright": "^2.9.0",
168
+ "eslint": "^10.4.0",
169
+ "eslint-plugin-n": "^18.0.1",
170
+ "eslint-plugin-playwright": "^2.10.4",
171
171
  "eslint-plugin-unicorn": "^63.0.0",
172
172
  "husky": "^9.1.7",
173
173
  "jsdom": "^27.2.0",
174
174
  "lint-staged": "^16.2.7",
175
175
  "lit": "^3.2.1",
176
- "next": "^16.1.7",
177
- "oxlint": "^1.51.0",
176
+ "next": "^16.2.6",
177
+ "oxlint": "^1.66.0",
178
178
  "prettier": "^3.7.3",
179
179
  "react": "^19.0.0",
180
180
  "react-dom": "^19.0.0",
@@ -183,16 +183,16 @@
183
183
  "tsup": "^8.5.1",
184
184
  "typescript": "^5.9.3",
185
185
  "typescript-eslint": "^8.56.1",
186
- "vite": "^7.2.4",
187
- "vitest": "^4.0.14"
186
+ "vite": "^8.0.14",
187
+ "vitest": "^4.1.7"
188
188
  },
189
189
  "dependencies": {
190
- "@napi-rs/wasm-runtime": "^1.1.1",
190
+ "@napi-rs/wasm-runtime": "^1.1.4",
191
191
  "magic-string": "^0.30.21",
192
- "oxc-parser": "^0.116.0",
193
- "oxc-transform": "^0.116.0",
192
+ "oxc-parser": "^0.132.0",
193
+ "oxc-transform": "^0.132.0",
194
194
  "property-information": "^7.1.0",
195
- "tar": "^7.5.11"
195
+ "tar": "^7.5.15"
196
196
  },
197
197
  "peerDependencies": {
198
198
  "@types/react": ">=18",
@@ -215,9 +215,9 @@
215
215
  }
216
216
  },
217
217
  "optionalDependencies": {
218
- "@oxc-parser/binding-darwin-arm64": "^0.116.0",
219
- "@oxc-parser/binding-linux-x64-gnu": "^0.116.0",
220
- "@oxc-parser/binding-wasm32-wasi": "^0.116.0"
218
+ "@oxc-parser/binding-darwin-arm64": "^0.132.0",
219
+ "@oxc-parser/binding-linux-x64-gnu": "^0.132.0",
220
+ "@oxc-parser/binding-wasm32-wasi": "^0.132.0"
221
221
  },
222
222
  "files": [
223
223
  "dist"