|
1 | 1 | {
|
2 | 2 | "name": "react-image-crop",
|
3 |
| - "version": "11.0.1", |
| 3 | + "version": "11.0.2", |
4 | 4 | "description": "A responsive image cropping tool for React",
|
5 | 5 | "repository": "https://github.com/DominicTobias/react-image-crop",
|
6 | 6 | "type": "module",
|
|
39 | 39 | ],
|
40 | 40 | "license": "ISC",
|
41 | 41 | "devDependencies": {
|
42 |
| - "@types/react": "^18.2.39", |
43 |
| - "@types/react-dom": "^18.2.17", |
44 |
| - "@typescript-eslint/eslint-plugin": "^6.13.1", |
45 |
| - "@typescript-eslint/parser": "^6.13.1", |
46 |
| - "@vitejs/plugin-react": "^4.2.0", |
47 |
| - "eslint": "^8.54.0", |
| 42 | + "@types/react": "^18.2.45", |
| 43 | + "@types/react-dom": "^18.2.18", |
| 44 | + "@typescript-eslint/eslint-plugin": "^6.16.0", |
| 45 | + "@typescript-eslint/parser": "^6.16.0", |
| 46 | + "@vitejs/plugin-react": "^4.2.1", |
| 47 | + "eslint": "^8.56.0", |
48 | 48 | "eslint-plugin-react-hooks": "^4.6.0",
|
49 |
| - "eslint-plugin-react-refresh": "^0.4.4", |
| 49 | + "eslint-plugin-react-refresh": "^0.4.5", |
50 | 50 | "react": "^18.2.0",
|
51 | 51 | "react-dom": "^18.2.0",
|
52 | 52 | "sass": "^1.69.5",
|
53 |
| - "typescript": "^5.3.2", |
54 |
| - "vite": "^5.0.4", |
55 |
| - "vite-plugin-dts": "^3.6.4" |
| 53 | + "typescript": "^5.3.3", |
| 54 | + "vite": "^5.0.10", |
| 55 | + "vite-plugin-dts": "^3.7.0" |
56 | 56 | },
|
57 | 57 | "peerDependencies": {
|
58 | 58 | "react": ">=16.13.1"
|
|
0 commit comments