|
47 | 47 | "not dead" |
48 | 48 | ], |
49 | 49 | "dependencies": { |
50 | | - "react-resize-detector": "^7.1.2", |
| 50 | + "react-resize-detector": "^12.3.0", |
51 | 51 | "seqparse": "^0.2.1", |
52 | 52 | "webfontloader": "^1.6.28" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@testing-library/jest-dom": "^5.16.5", |
56 | | - "@testing-library/react": "^13.4.0", |
57 | | - "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
58 | | - "@types/jest": "^28.1.4", |
59 | | - "@types/react": "^18.0.0", |
60 | | - "@types/react-dom": "^18.0.0", |
61 | | - "@types/xml2js": "^0.4.9", |
62 | | - "@typescript-eslint/eslint-plugin": "^5.10.1", |
63 | | - "@typescript-eslint/parser": "^5.10.1", |
64 | | - "csstype": "^3.1.2", |
65 | | - "eslint": "^8.8.0", |
66 | | - "eslint-plugin-react": "^7.28.0", |
67 | | - "eslint-plugin-react-hooks": "^4.6.0", |
68 | | - "eslint-plugin-sort-destructure-keys": "^1.4.0", |
| 55 | + "@testing-library/jest-dom": "^6.9.1", |
| 56 | + "@testing-library/react": "^16.3.0", |
| 57 | + "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
| 58 | + "@types/jest": "^30.0.0", |
| 59 | + "@types/react": "^19.2.2", |
| 60 | + "@types/react-dom": "^19.2.2", |
| 61 | + "@types/xml2js": "^0.4.14", |
| 62 | + "@typescript-eslint/eslint-plugin": "^8.46.1", |
| 63 | + "@typescript-eslint/parser": "^8.46.1", |
| 64 | + "csstype": "^3.1.3", |
| 65 | + "eslint": "^8.57.1", |
| 66 | + "eslint-plugin-react": "^7.37.5", |
| 67 | + "eslint-plugin-react-hooks": "^7.0.0", |
| 68 | + "eslint-plugin-sort-destructure-keys": "^2.0.0", |
69 | 69 | "eslint-plugin-sort-keys-fix": "^1.1.2", |
70 | | - "eslint-plugin-typescript-sort-keys": "^2.1.0", |
71 | | - "html-webpack-plugin": "^5.5.0", |
72 | | - "jest": "^28.0.0", |
73 | | - "jest-environment-jsdom": "^28.1.3", |
74 | | - "next": "^14.1.0", |
| 70 | + "eslint-plugin-typescript-sort-keys": "^3.3.0", |
| 71 | + "html-webpack-plugin": "^5.6.4", |
| 72 | + "jest": "^30.2.0", |
| 73 | + "jest-environment-jsdom": "^30.2.0", |
| 74 | + "next": "^15.5.5", |
75 | 75 | "path-browserify": "^1.0.1", |
76 | | - "prettier": "^2.5.1", |
77 | | - "react": "^18.0.0", |
78 | | - "react-dom": "^18.0.0", |
79 | | - "source-map-loader": "^1.1.3", |
| 76 | + "prettier": "^3.6.2", |
| 77 | + "react": "^19.2.0", |
| 78 | + "react-dom": "^19.2.0", |
| 79 | + "source-map-loader": "^5.0.0", |
80 | 80 | "stream-browserify": "^3.0.0", |
81 | 81 | "timers-browserify": "^2.0.12", |
82 | | - "ts-jest": "^28.0.0", |
83 | | - "ts-loader": "^8.3.0", |
84 | | - "typescript": "^4.5.2", |
85 | | - "webpack": "^5.73.0", |
86 | | - "webpack-cli": "^4.10.0", |
87 | | - "webpack-dev-server": "^4.9.3", |
| 82 | + "ts-jest": "^29.4.5", |
| 83 | + "ts-loader": "^9.5.4", |
| 84 | + "typescript": "^5.9.3", |
| 85 | + "webpack": "^5.102.1", |
| 86 | + "webpack-cli": "^6.0.1", |
| 87 | + "webpack-dev-server": "^5.2.2", |
88 | 88 | "webpack-node-externals": "^3.0.0" |
89 | 89 | }, |
90 | 90 | "peerDependencies": { |
91 | | - "react": "^16.8.6 || ^17.0.0 || ^18.0.0", |
92 | | - "react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0" |
| 91 | + "react": "^16.8.6 || ^17.0.0 || ^18.0.0 || ^19.2.0", |
| 92 | + "react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0 || ^19.2.0" |
93 | 93 | } |
94 | 94 | } |
0 commit comments