Update package dependencies; refactor ChannelList component to use context for column rendering and improve error handling in LoginForm
This commit is contained in:
21
package.json
21
package.json
@@ -15,42 +15,43 @@
|
||||
"dependencies": {
|
||||
"@phenixrts/sdk": "2025.2.2",
|
||||
"@reduxjs/toolkit": "2.9.0",
|
||||
"@techniker-me/pcast-api": "2025.1.5",
|
||||
"@techniker-me/pcast-api": "2025.1.8",
|
||||
"@techniker-me/tools": "2025.0.16",
|
||||
"moment": "2.30.1",
|
||||
"phenix-edge-auth": "1.2.7",
|
||||
"phenix-web-proto": "2020.0.3",
|
||||
"react": "19.1.1",
|
||||
"react-dom": "19.1.1",
|
||||
"react-redux": "9.2.0",
|
||||
"react-router-dom": "7.8.2",
|
||||
"react-router-dom": "7.9.1",
|
||||
"redux-persist": "6.0.0",
|
||||
"styled-components": "6.1.19",
|
||||
"uuid": "11.1.0"
|
||||
"uuid": "13.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "9.34.0",
|
||||
"@eslint/js": "9.35.0",
|
||||
"@fortawesome/fontawesome-svg-core": "7.0.1",
|
||||
"@fortawesome/free-regular-svg-icons": "7.0.1",
|
||||
"@fortawesome/free-solid-svg-icons": "7.0.1",
|
||||
"@fortawesome/react-fontawesome": "3.0.2",
|
||||
"@types/node": "24.3.0",
|
||||
"@types/react": "19.1.12",
|
||||
"@types/node": "24.5.0",
|
||||
"@types/react": "19.1.13",
|
||||
"@types/react-dom": "19.1.9",
|
||||
"@vitejs/plugin-react-swc": "4.0.1",
|
||||
"babel-plugin-styled-components": "2.1.4",
|
||||
"babel-plugin-transform-amd-to-commonjs": "1.6.0",
|
||||
"eslint": "9.34.0",
|
||||
"eslint": "9.35.0",
|
||||
"eslint-plugin-react": "7.37.5",
|
||||
"eslint-plugin-react-hooks": "5.2.0",
|
||||
"eslint-plugin-react-refresh": "0.4.20",
|
||||
"globals": "16.3.0",
|
||||
"globals": "16.4.0",
|
||||
"prettier": "3.6.2",
|
||||
"react-datepicker": "8.7.0",
|
||||
"react-toastify": "11.0.5",
|
||||
"typescript": "5.9.2",
|
||||
"typescript-eslint": "8.42.0",
|
||||
"typescript-eslint": "8.44.0",
|
||||
"typescript-plugin-styled-components": "3.0.0",
|
||||
"vite": "7.1.4",
|
||||
"vite": "7.1.5",
|
||||
"vite-plugin-babel": "1.3.2",
|
||||
"vite-plugin-commonjs": "0.10.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user