|
22 | 22 | "lint": "tsc --noEmit && eslint .", |
23 | 23 | "lint:ci": "tsc --noEmit && eslint . --cache --cache-location .eslintcache", |
24 | 24 | "lint-fix": "tsc --noEmit && eslint --fix .", |
25 | | - "changlog": "node ./scripts/changlog.js", |
26 | | - "crowdin": "crowdin", |
27 | | - "crowdin:download": "node ./scripts/crowdin-download.js" |
| 25 | + "changlog": "node ./scripts/changlog.js" |
28 | 26 | }, |
29 | 27 | "dependencies": { |
30 | 28 | "@dnd-kit/core": "^6.3.1", |
|
62 | 60 | "eslint-linter-browserify": "9.26.0", |
63 | 61 | "eventemitter3": "^5.0.1", |
64 | 62 | "fast-xml-parser": "^5.5.8", |
65 | | - "i18next": "^23.16.4", |
| 63 | + "i18next": "^26.0.3", |
66 | 64 | "lucide-react": "^1.7.0", |
67 | 65 | "monaco-editor": "^0.52.2", |
68 | 66 | "radix-ui": "^1.4.3", |
69 | | - "react": "^18.3.1", |
70 | | - "react-dom": "^18.3.1", |
| 67 | + "react": "^19.2.4", |
| 68 | + "react-dom": "^19.2.4", |
| 69 | + "react-i18next": "^17.0.2", |
71 | 70 | "react-router-dom": "^7.14.0", |
72 | 71 | "string-similarity-js": "^2.1.4", |
73 | 72 | "tailwind-merge": "^3.5.0", |
|
82 | 81 | "@rspack/core": "^1.6.8", |
83 | 82 | "@swc/helpers": "^0.5.17", |
84 | 83 | "@testing-library/jest-dom": "^6.9.1", |
85 | | - "@testing-library/react": "^16.3.0", |
| 84 | + "@testing-library/react": "^16.3.2", |
86 | 85 | "@types/chrome": "^0.1.39", |
87 | 86 | "@types/crypto-js": "^4.2.2", |
88 | 87 | "@types/node": "^22.12.0", |
89 | | - "@types/react": "^18.3.1", |
90 | | - "@types/react-dom": "^18.3.1", |
| 88 | + "@types/react": "^19.2.14", |
| 89 | + "@types/react-dom": "^19.2.3", |
91 | 90 | "@types/semver": "^7.7.1", |
92 | 91 | "@types/serviceworker": "^0.0.120", |
93 | 92 | "@vitest/coverage-v8": "^4.0.18", |
|
0 commit comments