|
1 | 1 | { |
2 | 2 | "name": "jsx-dom", |
3 | | - "version": "8.1.5", |
| 3 | + "version": "8.1.6", |
4 | 4 | "description": "JSX to document.createElement.", |
5 | 5 | "main": "index.js", |
6 | 6 | "module": "index.js", |
7 | 7 | "private": true, |
8 | 8 | "scripts": { |
9 | | - "build": "node -r esbuild-register ./scripts/build.ts", |
| 9 | + "build": "tsx ./scripts/build.ts", |
10 | 10 | "prepublishOnly": "exit 1", |
11 | 11 | "lint": "eslint src/*", |
12 | 12 | "test": "vitest --coverage" |
|
28 | 28 | "@babel/types": "^7.25.4" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@babel/core": "^7.25.2", |
32 | | - "@babel/plugin-transform-typescript": "^7.25.2", |
33 | | - "@babel/preset-env": "^7.25.4", |
34 | | - "@babel/preset-react": "^7.24.7", |
35 | | - "@babel/types": "^7.25.4", |
| 31 | + "@babel/core": "^7.26.0", |
| 32 | + "@babel/plugin-transform-typescript": "^7.26.3", |
| 33 | + "@babel/preset-env": "^7.26.0", |
| 34 | + "@babel/preset-react": "^7.26.3", |
| 35 | + "@babel/types": "^7.26.3", |
36 | 36 | "@rollup/plugin-babel": "^6.0.4", |
37 | | - "@rollup/plugin-node-resolve": "^15.2.3", |
38 | | - "@rollup/plugin-replace": "^5.0.7", |
| 37 | + "@rollup/plugin-node-resolve": "^16.0.0", |
| 38 | + "@rollup/plugin-replace": "^6.0.2", |
39 | 39 | "@types/babel-plugin-macros": "^3.1.3", |
40 | 40 | "@types/babel__core": "^7.20.5", |
41 | | - "@types/chai": "^4.3.17", |
| 41 | + "@types/chai": "^5.0.1", |
42 | 42 | "@types/chai-string": "^1.4.5", |
43 | 43 | "@types/clean-css": "^4.2.11", |
44 | 44 | "@types/dedent": "^0.7.2", |
45 | 45 | "@types/fs-extra": "^11.0.4", |
46 | 46 | "@types/jsdom": "^21.1.7", |
47 | | - "@types/lodash": "^4.17.7", |
48 | | - "@types/node": "^22.5.0", |
49 | | - "@types/prop-types": "^15.7.12", |
50 | | - "@typescript-eslint/eslint-plugin": "7.3.1", |
51 | | - "@typescript-eslint/parser": "7.12.0", |
52 | | - "@vitest/coverage-v8": "^2.0.5", |
| 47 | + "@types/lodash": "^4.17.13", |
| 48 | + "@types/node": "^22.10.2", |
| 49 | + "@types/prop-types": "^15.7.14", |
| 50 | + "@typescript-eslint/eslint-plugin": "8.18.1", |
| 51 | + "@typescript-eslint/parser": "8.18.1", |
| 52 | + "@vitest/coverage-v8": "^2.1.8", |
53 | 53 | "babel-plugin-macros": "^3.1.0", |
54 | 54 | "babel-plugin-minify-constant-folding": "^0.5.0", |
55 | 55 | "babel-plugin-minify-dead-code-elimination": "^0.5.2", |
56 | 56 | "babel-plugin-minify-guarded-expressions": "^0.4.4", |
57 | | - "c8": "^10.1.2", |
58 | | - "chai": "^5.1.1", |
| 57 | + "c8": "^10.1.3", |
| 58 | + "chai": "^5.1.2", |
59 | 59 | "chai-string": "^1.5.0", |
60 | 60 | "clean-css": "^5.3.3", |
61 | 61 | "dedent": "^1.5.3", |
62 | | - "esbuild": "^0.23.1", |
63 | | - "esbuild-register": "^3.6.0", |
64 | | - "eslint": "8.57.0", |
| 62 | + "esbuild": "^0.24.2", |
| 63 | + "eslint": "9.17.0", |
65 | 64 | "eslint-config-prettier": "9.1.0", |
66 | | - "eslint-import-resolver-typescript": "3.6.1", |
67 | | - "eslint-plugin-import": "2.29.1", |
68 | | - "eslint-plugin-react": "7.34.2", |
69 | | - "eslint-plugin-react-hooks": "4.6.2", |
| 65 | + "eslint-import-resolver-typescript": "3.7.0", |
| 66 | + "eslint-plugin-import": "2.31.0", |
| 67 | + "eslint-plugin-react": "7.37.2", |
| 68 | + "eslint-plugin-react-hooks": "5.1.0", |
70 | 69 | "fs-extra": "^11.2.0", |
71 | | - "husky": "9.0.11", |
72 | | - "jsdom": "^24.1.1", |
73 | | - "lint-staged": "^15.2.9", |
| 70 | + "husky": "9.1.7", |
| 71 | + "jsdom": "^25.0.1", |
| 72 | + "lint-staged": "^15.2.11", |
74 | 73 | "lodash": "^4.17.21", |
75 | | - "prettier": "^3.3.3", |
76 | | - "rollup": "^4.21.0", |
| 74 | + "prettier": "^3.4.2", |
| 75 | + "rollup": "^4.29.1", |
77 | 76 | "rollup-plugin-prettier": "^4.1.1", |
78 | | - "tslib": "^2.6.3", |
79 | | - "typescript": "^5.5.4", |
80 | | - "vitest": "^2.0.5" |
| 77 | + "tslib": "^2.8.1", |
| 78 | + "tsx": "^4.19.2", |
| 79 | + "typescript": "^5.7.2", |
| 80 | + "vitest": "^2.1.8" |
81 | 81 | }, |
82 | 82 | "lint-staged": { |
83 | 83 | "*.ts": [ |
|
0 commit comments