Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualzone committed Dec 10, 2022
1 parent 6cd5faf commit 05f784a
Show file tree
Hide file tree
Showing 9 changed files with 323 additions and 307 deletions.
208 changes: 104 additions & 104 deletions admin-ui/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react-dom": "^18.0.7",
"@types/react-dom": "^18.0.9",
"@types/react-router-dom": "^5.3.3",
"bootstrap": "^5.2.2",
"bootstrap": "^5.2.3",
"excellentexport": "^3.8.0",
"flexspace-commons": "file:../commons/ts",
"i18next": "^22.0.2",
"i18next-browser-languagedetector": "^7.0.0",
"i18next": "^22.1.5",
"i18next-browser-languagedetector": "^7.0.1",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-i18next": "^12.0.0",
"react-i18next": "^12.1.1",
"react-rnd": "^10.3.7",
"react-router-dom": "^6.4.2",
"react-router-dom": "^6.4.5",
"react-scripts": "5.0.1",
"typescript": "^4.8.4"
"typescript": "^4.9.4"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false REACT_APP_PRODUCT_VERSION=0.0.1-dev react-scripts start",
Expand Down
8 changes: 8 additions & 0 deletions admin-ui/src/@types/i18next.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// i18next.d.ts
import 'i18next';
declare module 'i18next' {
interface CustomTypeOptions {
returnNull: false;
}
}
Loading

0 comments on commit 05f784a

Please sign in to comment.