|
1 | 1 | { |
2 | 2 | "name": "react-basic-contenteditable", |
3 | | - "description": "React 18 contenteditable component. Super-customizable!", |
4 | | - "version": "1.0.2", |
| 3 | + "description": "React contenteditable component. Super-customizable!", |
| 4 | + "version": "1.0.3", |
5 | 5 | "type": "module", |
6 | 6 | "main": "dist/main.js", |
7 | 7 | "types": "dist/main.d.ts", |
|
40 | 40 | "react-dom": "^18.2.0" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@types/node": "^20.11.17", |
44 | | - "@types/react": "^18.2.55", |
45 | | - "@types/react-dom": "^18.2.19", |
46 | | - "@typescript-eslint/eslint-plugin": "^6.21.0", |
47 | | - "@typescript-eslint/parser": "^6.21.0", |
48 | | - "@vitejs/plugin-react-swc": "^3.5.0", |
| 43 | + "@types/node": "^22.10.2", |
| 44 | + "@types/react": "^19.0.2", |
| 45 | + "@types/react-dom": "^19.0.2", |
| 46 | + "@typescript-eslint/eslint-plugin": "^8.18.2", |
| 47 | + "@typescript-eslint/parser": "^8.18.2", |
| 48 | + "@vitejs/plugin-react-swc": "^3.7.2", |
49 | 49 | "eslint": "^8.56.0", |
50 | 50 | "eslint-plugin-react-hooks": "^4.6.0", |
51 | | - "eslint-plugin-react-refresh": "^0.4.5", |
52 | | - "react": "^18.2.0", |
53 | | - "react-dom": "^18.2.0", |
54 | | - "typescript": "^5.2.2", |
55 | | - "vite": "^5.1.0", |
56 | | - "vite-plugin-dts": "^3.7.2" |
| 51 | + "eslint-plugin-react-refresh": "^0.4.16", |
| 52 | + "glob": "^11.0.0", |
| 53 | + "react": "^19.0.0", |
| 54 | + "react-dom": "^19.0.0", |
| 55 | + "typescript": "^5.7.2", |
| 56 | + "vite": "^6.0.6", |
| 57 | + "vite-plugin-dts": "^4.4.0" |
57 | 58 | }, |
58 | 59 | "bugs": { |
59 | 60 | "url": "https://github.com/ChrisUser/react-basic-contenteditable/issues" |
|
0 commit comments