-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into update-typescript-to-5
- Loading branch information
Showing
56 changed files
with
4,104 additions
and
20,925 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,32 +3,28 @@ | |
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@date-io/date-fns": "^2.17.0", | ||
"@emotion/babel-preset-css-prop": "^11.10.0", | ||
"@emotion/react": "^11.11.1", | ||
"@emotion/styled": "^11.11.0", | ||
"@fortawesome/fontawesome-svg-core": "^6.4.0", | ||
"@fortawesome/free-regular-svg-icons": "^6.4.0", | ||
"@fortawesome/free-solid-svg-icons": "^6.4.0", | ||
"@fortawesome/react-fontawesome": "^0.2.0", | ||
"@fontsource-variable/roboto-flex": "^5.0.3", | ||
"@iarna/toml": "^2.2.5", | ||
"@mui/material": "^5.14.2", | ||
"@mui/x-date-pickers": "^5.0.20", | ||
"@mui/material": "^5.14.7", | ||
"@opencast/appkit": "^0.2.0", | ||
"@reduxjs/toolkit": "^1.9.5", | ||
"@testing-library/jest-dom": "^6.0.0", | ||
"@testing-library/jest-dom": "^6.1.2", | ||
"@types/iarna__toml": "^2.0.2", | ||
"@types/react": "^18.2.20", | ||
"@types/react": "^18.2.21", | ||
"@types/react-dom": "^18.2.7", | ||
"customize-cra": "^1.0.0", | ||
"deepmerge": "^4.3.1", | ||
"emotion-normalize": "^11.0.1", | ||
"eslint-plugin-react": "^7.33.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"final-form": "^4.20.9", | ||
"i18next": "^23.4.4", | ||
"final-form": "^4.20.10", | ||
"i18next": "^23.4.6", | ||
"i18next-browser-languagedetector": "^7.1.0", | ||
"lodash": "^4.17.21", | ||
"luxon": "^3.3.0", | ||
"luxon": "^3.4.2", | ||
"mui-rff": "^6.1.4", | ||
"package-lock-only": "^0.0.4", | ||
"react": "^18.2.0", | ||
|
@@ -39,7 +35,8 @@ | |
"react-draggable": "^4.4.5", | ||
"react-final-form": "^6.5.9", | ||
"react-hotkeys": "^2.0.0", | ||
"react-i18next": "^13.1.2", | ||
"react-i18next": "^13.2.1", | ||
"react-icons": "^4.9.0", | ||
"react-indiana-drag-scroll": "^2.2.0", | ||
"react-player": "git+https://[email protected]/Arnei/react-player.git#20fe6c061cf7d71d33d764b4a51c9b9bbb614bf6", | ||
"react-redux": "^8.1.2", | ||
|
@@ -81,15 +78,15 @@ | |
}, | ||
"devDependencies": { | ||
"@opencast/eslint-config-ts-react": "^0.1.0", | ||
"@playwright/test": "^1.37.0", | ||
"@types/lodash": "^4.14.196", | ||
"@types/luxon": "^3.3.0", | ||
"@playwright/test": "^1.37.1", | ||
"@types/lodash": "^4.14.197", | ||
"@types/luxon": "^3.3.2", | ||
"@types/react-beforeunload": "^2.1.1", | ||
"@types/react-final-form-listeners": "^1.0.0", | ||
"@types/react-resizable": "^3.0.4", | ||
"@types/react-virtualized-auto-sizer": "^1.0.1", | ||
"@types/react-window": "^1.8.5", | ||
"@types/uuid": "^9.0.0", | ||
"@types/uuid": "^9.0.3", | ||
"use-resize-observer": "^9.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.