|
8 | 8 | "analyze": "source-map-explorer 'build/static/js/*.js'", |
9 | 9 | "build": "node --openssl-legacy-provider scripts/build.js && rm -f build/service-worker.js", |
10 | 10 | "licenses": "NODE_PATH=./node_modules node ../scripts/js-license-ranger.js", |
11 | | - "licenses:check": "license-checker-rseidelsohn --summary --relativeLicensePath --onlyAllow 'Python-2.0;Apache*;Apache License, Version 2.0;Apache-2.0;Apache 2.0;Artistic-2.0;BSD;BSD-3-Clause;CC-BY-3.0;CC-BY-4.0;CC0-1.0;ISC;MIT;MPL-2.0;Public Domain;Unicode-TOU;Unlicense;WTFPL;ODC-By-1.0;BlueOak-1.0.0' --excludePackages 'identifier;kpop;unicoderegexp' --clarificationsFile license-checker-clarifications.json", |
| 11 | + "licenses:check": "license-checker-rseidelsohn --summary --relativeLicensePath --onlyAllow 'Python-2.0;Apache*;Apache License, Version 2.0;Apache-2.0;Apache 2.0;Artistic-2.0;BSD;BSD-3-Clause;CC-BY-3.0;CC-BY-4.0;CC0-1.0;ISC;MIT;MPL-2.0;OFL-1.1;Public Domain;Unicode-TOU;Unlicense;WTFPL;ODC-By-1.0;BlueOak-1.0.0' --excludePackages 'identifier;kpop;unicoderegexp' --clarificationsFile license-checker-clarifications.json", |
12 | 12 | "licenses:csv": "license-checker-rseidelsohn --relativeLicensePath --csv --out ../../third-party-licenses/node/idp/third-party-licenses.csv", |
13 | 13 | "licenses:save": "license-checker-rseidelsohn --relativeLicensePath --out /dev/null --files ../../third-party-licenses/node/idp/third-party-licenses", |
14 | 14 | "lint": "eslint ./**/*.{tsx,ts,jsx,js}", |
|
71 | 71 | ] |
72 | 72 | }, |
73 | 73 | "dependencies": { |
74 | | - "@fontsource/roboto": "^5.1.0", |
75 | | - "@mui/icons-material": "^5.17.1", |
76 | | - "@mui/material": "^5.17.1", |
77 | | - "@testing-library/jest-dom": "^6.4.8", |
| 74 | + "@fontsource/roboto": "^5.2.6", |
| 75 | + "@mui/icons-material": "^5.18.0", |
| 76 | + "@mui/material": "^5.18.0", |
| 77 | + "@testing-library/jest-dom": "^6.6.4", |
78 | 78 | "@testing-library/react": "^12.1.5", |
79 | | - "@testing-library/user-event": "^14.5.2", |
80 | | - "@types/jest": "^29.5.12", |
81 | | - "@types/node": "^20.14.11", |
82 | | - "@types/react": "^17.0.80", |
83 | | - "@types/react-dom": "^17.0.25", |
84 | | - "@types/react-redux": "^7.1.33", |
| 79 | + "@testing-library/user-event": "^14.6.1", |
| 80 | + "@types/jest": "^29.5.14", |
| 81 | + "@types/node": "^20.19.9", |
| 82 | + "@types/react": "^17.0.87", |
| 83 | + "@types/react-dom": "^17.0.26", |
| 84 | + "@types/react-redux": "^7.1.34", |
85 | 85 | "@types/redux-logger": "^3.0.13", |
86 | | - "axios": "^1.8.4", |
| 86 | + "axios": "^1.11.0", |
87 | 87 | "classnames": "^2.5.1", |
88 | | - "i18next": "^23.16.4", |
89 | | - "i18next-browser-languagedetector": "^7.2.1", |
90 | | - "i18next-http-backend": "^2.5.2", |
| 88 | + "i18next": "^23.16.8", |
| 89 | + "i18next-browser-languagedetector": "^7.2.2", |
| 90 | + "i18next-http-backend": "^2.7.3", |
91 | 91 | "i18next-resources-to-backend": "^1.2.1", |
92 | 92 | "kpop": "https://download.kopano.io/community/kapp:/kpop-2.7.2.tgz", |
93 | 93 | "notistack": "^1.0.10", |
94 | | - "query-string": "^9.1.2", |
| 94 | + "query-string": "^9.2.2", |
95 | 95 | "react": "^17.0.2", |
96 | 96 | "react-app-polyfill": "^2.0.0", |
97 | 97 | "react-dom": "^17.0.2", |
98 | | - "react-i18next": "^15.1.1", |
| 98 | + "react-i18next": "^15.6.1", |
99 | 99 | "react-intl": "^5.25.1", |
100 | 100 | "react-redux": "^8.1.3", |
101 | 101 | "react-router": "^5.3.4", |
|
107 | 107 | "web-vitals": "^3.5.2" |
108 | 108 | }, |
109 | 109 | "devDependencies": { |
110 | | - "@babel/core": "^7.26.10", |
111 | | - "@babel/eslint-parser": "^7.27.0", |
112 | | - "@babel/plugin-transform-class-properties": "^7.25.9", |
113 | | - "@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6", |
114 | | - "@babel/plugin-transform-numeric-separator": "^7.25.9", |
115 | | - "@babel/plugin-transform-optional-chaining": "^7.25.9", |
116 | | - "@babel/plugin-transform-private-methods": "^7.25.9", |
117 | | - "@babel/plugin-transform-private-property-in-object": "^7.25.9", |
118 | | - "@babel/preset-env": "^7.27.2", |
| 110 | + "@babel/core": "^7.28.0", |
| 111 | + "@babel/eslint-parser": "^7.28.0", |
| 112 | + "@babel/plugin-transform-class-properties": "^7.27.1", |
| 113 | + "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", |
| 114 | + "@babel/plugin-transform-numeric-separator": "^7.27.1", |
| 115 | + "@babel/plugin-transform-optional-chaining": "^7.27.1", |
| 116 | + "@babel/plugin-transform-private-methods": "^7.27.1", |
| 117 | + "@babel/plugin-transform-private-property-in-object": "^7.27.1", |
| 118 | + "@babel/preset-env": "^7.28.0", |
119 | 119 | "@babel/preset-react": "^7.27.1", |
120 | | - "@babel/preset-typescript": "^7.27.0", |
121 | | - "@babel/runtime": "^7.26.10", |
122 | | - "@babel/runtime-corejs3": "^7.27.0", |
| 120 | + "@babel/preset-typescript": "^7.27.1", |
| 121 | + "@babel/runtime": "^7.28.2", |
| 122 | + "@babel/runtime-corejs3": "^7.28.2", |
123 | 123 | "@typescript-eslint/eslint-plugin": "^6.21.0", |
124 | 124 | "@typescript-eslint/parser": "^6.21.0", |
125 | 125 | "babel-loader": "9.2.1", |
126 | 126 | "babel-plugin-named-asset-import": "^0.3.8", |
127 | | - "babel-preset-react-app": "^10.0.1", |
| 127 | + "babel-preset-react-app": "^10.1.0", |
128 | 128 | "case-sensitive-paths-webpack-plugin": "2.4.0", |
129 | | - "cldr": "^7.5.0", |
| 129 | + "cldr": "^7.9.0", |
130 | 130 | "css-loader": "7.1.2", |
131 | | - "css-minimizer-webpack-plugin": "^7.0.0", |
| 131 | + "css-minimizer-webpack-plugin": "^7.0.2", |
132 | 132 | "dotenv": "16.4.5", |
133 | 133 | "dotenv-expand": "10.0.0", |
134 | 134 | "eslint": "^8.57.1", |
135 | 135 | "eslint-config-react-app": "^7.0.1", |
136 | 136 | "eslint-plugin-flowtype": "^8.0.3", |
137 | | - "eslint-plugin-i18next": "^6.1.1", |
138 | | - "eslint-plugin-import": "^2.30.0", |
| 137 | + "eslint-plugin-i18next": "^6.1.3", |
| 138 | + "eslint-plugin-import": "^2.32.0", |
139 | 139 | "eslint-plugin-jest": "^27.9.0", |
140 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
| 140 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
141 | 141 | "eslint-plugin-react": "^7.37.5", |
142 | 142 | "eslint-plugin-react-hooks": "^4.6.2", |
143 | 143 | "eslint-plugin-testing-library": "^5.11.1", |
|
158 | 158 | "react-dev-utils": "^12.0.1", |
159 | 159 | "resolve": "1.22.8", |
160 | 160 | "resolve-url-loader": "^5.0.0", |
161 | | - "sass-loader": "^16.0.1", |
| 161 | + "sass-loader": "^16.0.5", |
162 | 162 | "source-map-explorer": "^2.5.3", |
163 | 163 | "typescript": "^4.9.5", |
164 | 164 | "url-loader": "4.1.1", |
|
0 commit comments