|
1 | 1 | { |
2 | 2 | "name": "react-loader-spinner", |
3 | 3 | "version": "6.1.6", |
4 | | - "description": " react-spinner-loader provides simple React.js spinner component which can be implemented for async wait operation before data load to the view.", |
| 4 | + "description": "react-spinner-loader provides simple React.js spinner component which can be implemented for async wait operation before data load to the view.", |
5 | 5 | "unpkg": "dist/main.js", |
6 | 6 | "jsdelivr": "dist/main.js", |
7 | 7 | "main": "dist/main.js", |
|
34 | 34 | "start": "cd docs && npm run start" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@parcel/packager-ts": "^2.10.3", |
38 | | - "@parcel/transformer-typescript-types": "^2.10.3", |
39 | | - "@testing-library/jest-dom": "^6.1.5", |
40 | | - "@testing-library/react": "^14.1.2", |
41 | | - "@types/jest": "^29.5.11", |
| 37 | + "@parcel/packager-ts": "^2.15.4", |
| 38 | + "@parcel/transformer-typescript-types": "^2.15.4", |
| 39 | + "@testing-library/jest-dom": "^6.6.4", |
| 40 | + "@testing-library/react": "^16.3.0", |
| 41 | + "@types/jest": "^30.0.0", |
42 | 42 | "@types/styled-components": "^5.1.34", |
43 | | - "@typescript-eslint/eslint-plugin": "^6.15.0", |
44 | | - "@typescript-eslint/parser": "^6.15.0", |
45 | | - "eslint": "^8.56.0", |
46 | | - "eslint-config-prettier": "^9.1.0", |
| 43 | + "@typescript-eslint/eslint-plugin": "^8.38.0", |
| 44 | + "@typescript-eslint/parser": "^8.38.0", |
| 45 | + "eslint": "^9.32.0", |
| 46 | + "eslint-config-prettier": "^10.1.8", |
47 | 47 | "eslint-config-standard": "^17.1.0", |
48 | | - "eslint-plugin-import": "^2.29.1", |
| 48 | + "eslint-plugin-import": "^2.32.0", |
49 | 49 | "eslint-plugin-node": "^11.1.0", |
50 | | - "eslint-plugin-promise": "^6.1.1", |
51 | | - "eslint-plugin-react": "^7.33.2", |
52 | | - "eslint-plugin-tree-shaking": "^1.12.0", |
53 | | - "jest": "^29.7.0", |
54 | | - "jest-environment-jsdom": "^29.7.0", |
55 | | - "parcel": "^2.10.3", |
56 | | - "prettier": "3.1.1", |
57 | | - "react": "18.2.0", |
58 | | - "react-dom": "18.2.0", |
59 | | - "ts-jest": "^29.1.1", |
60 | | - "typescript": "^5.3.3" |
| 50 | + "eslint-plugin-promise": "^7.2.1", |
| 51 | + "eslint-plugin-react": "^7.37.5", |
| 52 | + "eslint-plugin-tree-shaking": "^1.12.2", |
| 53 | + "jest": "^30.0.5", |
| 54 | + "jest-environment-jsdom": "^30.0.5", |
| 55 | + "parcel": "^2.15.4", |
| 56 | + "prettier": "3.6.2", |
| 57 | + "react": "19.1.1", |
| 58 | + "react-dom": "19.1.1", |
| 59 | + "ts-jest": "^29.4.0", |
| 60 | + "typescript": "^5.8.3" |
61 | 61 | }, |
62 | 62 | "peerDependencies": { |
63 | | - "react": "^16.0.0 || ^17.0.0 || ^18.0.0", |
64 | | - "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" |
| 63 | + "react": "^19.1.1", |
| 64 | + "react-dom": "^19.1.1" |
65 | 65 | }, |
66 | 66 | "dependencies": { |
67 | | - "react-is": "^18.2.0", |
68 | | - "styled-components": "^6.1.2" |
| 67 | + "react-is": "^19.1.1", |
| 68 | + "styled-components": "^6.1.19" |
69 | 69 | }, |
70 | 70 | "engines": { |
71 | 71 | "node": ">= 12" |
|
0 commit comments