|
41 | 41 | "author": "Eyelly Wu", |
42 | 42 | "license": "MIT", |
43 | 43 | "devDependencies": { |
44 | | - "@commitlint/cli": "^17.4.3", |
45 | | - "@commitlint/config-conventional": "^17.4.3", |
| 44 | + "@commitlint/cli": "^17.4.4", |
| 45 | + "@commitlint/config-conventional": "^17.4.4", |
46 | 46 | "@eyelly/prettier-config": "^1.0.0", |
47 | | - "@solidjs/testing-library": "^0.6.1", |
48 | | - "@testing-library/jest-dom": "^5.16.5", |
49 | | - "@types/react": "^18.0.28", |
50 | | - "@types/testing-library__jest-dom": "^5.14.5", |
| 47 | + "@solidjs/testing-library": "^0.8.10", |
| 48 | + "@testing-library/jest-dom": "^6.6.3", |
| 49 | + "@types/react": "^19.1.2", |
| 50 | + "@types/testing-library__jest-dom": "^6.0.0", |
51 | 51 | "@typescript-eslint/eslint-plugin": "^5.52.0", |
52 | 52 | "@typescript-eslint/parser": "^5.52.0", |
53 | | - "@vitest/coverage-istanbul": "^0.28.5", |
54 | | - "@vitest/ui": "^0.28.5", |
| 53 | + "@vitest/coverage-istanbul": "^3.1.2", |
| 54 | + "@vitest/coverage-v8": "3.1.2", |
| 55 | + "@vitest/ui": "^3.1.2", |
55 | 56 | "eslint": "^8.34.0", |
56 | 57 | "eslint-config-prettier": "^8.6.0", |
57 | 58 | "eslint-formatter-table": "^7.32.1", |
58 | 59 | "eslint-plugin-prettier": "^4.2.1", |
59 | 60 | "eslint-plugin-solid": "^0.11.0", |
60 | 61 | "husky": "^8.0.3", |
61 | | - "jsdom": "^21.1.0", |
| 62 | + "jsdom": "^26.1.0", |
62 | 63 | "jsx-to-md": "^0.11.4", |
63 | 64 | "lint-staged": "^13.1.2", |
64 | 65 | "prettier": "^2.8.4", |
65 | | - "rimraf": "^5.0.1", |
66 | | - "rollup": "2", |
67 | | - "rollup-plugin-prettier": "^3.0.0", |
| 66 | + "rimraf": "^6.0.1", |
| 67 | + "rollup": "4", |
| 68 | + "rollup-plugin-prettier": "^4.1.2", |
68 | 69 | "rollup-plugin-terser": "^7.0.2", |
69 | | - "rollup-plugin-typescript2": "^0.35.0", |
70 | | - "tslib": "^2.5.0", |
71 | | - "typescript": "4.8.4", |
72 | | - "vite-plugin-solid": "^2.6.1", |
73 | | - "vitest": "^0.28.5" |
| 70 | + "rollup-plugin-typescript2": "^0.36.0", |
| 71 | + "tslib": "^2.8.1", |
| 72 | + "typescript": "5.8.3", |
| 73 | + "vite-plugin-solid": "^2.11.6", |
| 74 | + "vitest": "^3.1.2" |
74 | 75 | }, |
75 | 76 | "peerDependencies": { |
76 | 77 | "i18n-pro": ">=2.0.0", |
77 | 78 | "solid-js": ">=1.0.0" |
78 | 79 | }, |
79 | 80 | "dependencies": { |
80 | 81 | "i18n-pro": "^2.0.0", |
81 | | - "solid-js": "^1.0.0" |
| 82 | + "solid-js": "^1.0.7" |
82 | 83 | }, |
83 | 84 | "lint-staged": { |
84 | 85 | "*.{json,ts,tsx,js}": "eslint --fix -f table" |
|
0 commit comments