|
9 | 9 | "build": "node -r esbuild-register ./scripts/build.ts", |
10 | 10 | "prepublishOnly": "exit 1", |
11 | 11 | "lint": "eslint src/*", |
12 | | - "test": "nyc --reporter=html vitest" |
| 12 | + "test": "vitest --coverage" |
13 | 13 | }, |
14 | 14 | "keywords": [ |
15 | 15 | "jsx", |
|
28 | 28 | "@babel/types": "^7.21.0" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@babel/core": "^7.24.3", |
32 | | - "@babel/plugin-transform-typescript": "^7.24.1", |
33 | | - "@babel/preset-env": "^7.24.3", |
34 | | - "@babel/preset-react": "^7.24.1", |
35 | | - "@babel/types": "^7.24.0", |
| 31 | + "@babel/core": "^7.24.7", |
| 32 | + "@babel/plugin-transform-typescript": "^7.24.7", |
| 33 | + "@babel/preset-env": "^7.24.7", |
| 34 | + "@babel/preset-react": "^7.24.7", |
| 35 | + "@babel/types": "^7.24.7", |
36 | 36 | "@rollup/plugin-babel": "^6.0.4", |
37 | 37 | "@rollup/plugin-node-resolve": "^15.2.3", |
38 | | - "@rollup/plugin-replace": "^5.0.5", |
| 38 | + "@rollup/plugin-replace": "^5.0.7", |
39 | 39 | "@types/babel-plugin-macros": "^3.1.3", |
40 | 40 | "@types/babel__core": "^7.20.5", |
41 | | - "@types/chai": "^4.3.14", |
| 41 | + "@types/chai": "^4.3.16", |
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 | | - "@types/jsdom": "^21.1.6", |
47 | | - "@types/lodash": "^4.17.0", |
48 | | - "@types/node": "^20.11.30", |
49 | | - "@types/prettier": "^2.7.3", |
| 46 | + "@types/jsdom": "^21.1.7", |
| 47 | + "@types/lodash": "^4.17.5", |
| 48 | + "@types/node": "^20.14.2", |
50 | 49 | "@types/prop-types": "^15.7.12", |
51 | 50 | "@typescript-eslint/eslint-plugin": "7.3.1", |
52 | | - "@typescript-eslint/parser": "7.3.1", |
| 51 | + "@typescript-eslint/parser": "7.12.0", |
| 52 | + "@vitest/coverage-v8": "^1.6.0", |
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 | | - "chai": "^5.1.0", |
| 57 | + "c8": "^9.1.0", |
| 58 | + "chai": "^5.1.1", |
58 | 59 | "chai-string": "^1.5.0", |
59 | 60 | "clean-css": "^5.3.3", |
60 | | - "dedent": "^1.5.1", |
61 | | - "esbuild": "^0.20.2", |
| 61 | + "dedent": "^1.5.3", |
| 62 | + "esbuild": "^0.21.5", |
62 | 63 | "esbuild-register": "^3.5.0", |
63 | 64 | "eslint": "8.57.0", |
64 | 65 | "eslint-config-prettier": "9.1.0", |
65 | 66 | "eslint-import-resolver-typescript": "3.6.1", |
66 | 67 | "eslint-plugin-import": "2.29.1", |
67 | | - "eslint-plugin-react": "7.34.1", |
68 | | - "eslint-plugin-react-hooks": "4.6.0", |
| 68 | + "eslint-plugin-react": "7.34.2", |
| 69 | + "eslint-plugin-react-hooks": "4.6.2", |
69 | 70 | "fs-extra": "^11.2.0", |
70 | 71 | "husky": "9.0.11", |
71 | | - "jsdom": "^24.0.0", |
72 | | - "lint-staged": "^15.2.2", |
| 72 | + "jsdom": "^24.1.0", |
| 73 | + "lint-staged": "^15.2.5", |
73 | 74 | "lodash": "^4.17.21", |
74 | | - "nyc": "^15.1.0", |
75 | | - "prettier": "^3.2.5", |
76 | | - "rollup": "^4.13.0", |
| 75 | + "prettier": "^3.3.1", |
| 76 | + "rollup": "^4.18.0", |
77 | 77 | "rollup-plugin-prettier": "^4.1.1", |
78 | | - "tslib": "^2.6.2", |
79 | | - "typescript": "^5.4.3", |
80 | | - "vitest": "^1.4.0" |
| 78 | + "tslib": "^2.6.3", |
| 79 | + "typescript": "^5.4.5", |
| 80 | + "vitest": "^1.6.0" |
81 | 81 | }, |
82 | 82 | "lint-staged": { |
83 | 83 | "*.ts": [ |
|
0 commit comments