Mod updates npm dep. + bump bundle version

This commit is contained in:
Jan Stabenow 2022-11-08 11:19:38 +01:00
parent 7f18e29754
commit f89aad775f
No known key found for this signature in database
GPG Key ID: 9C22DD65A9AAF133
3 changed files with 309 additions and 417 deletions

View File

@ -26,16 +26,5 @@ $ npm run i18n-extract:clean
$ npm run i18n-compile $ npm run i18n-compile
``` ```
### Known outdated dependencies
```sh
@testing-library/dom ^8.13.0 → ^8.19.0
@testing-library/jest-dom ^4.2.4 → ^5.16.5
@testing-library/user-event ^13.5.0 → ^14.4.3
eslint ^7.32.0 → ^8.26.0
hls.js ^0.14.17 → ^1.2.4
react-router-dom ^6.3.0 → ^6.4.3
react-scripts ^4.0.3 → ^5.0.1
```
## License ## License
See the [LICENSE](./LICENSE) file for licensing information. See the [LICENSE](./LICENSE) file for licensing information.

View File

@ -1,13 +1,13 @@
{ {
"name": "restreamer-ui", "name": "restreamer-ui",
"version": "1.5.0", "version": "1.5.0",
"bundle": "restreamer-v2.3.0", "bundle": "restreamer-v2.4.0",
"private": false, "private": false,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@auth0/auth0-spa-js": "^2.0.0", "@auth0/auth0-spa-js": "^2.0.0",
"@babel/plugin-syntax-flow": "^7.14.5", "@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.14.9", "@babel/plugin-transform-react-jsx": "^7.19.0",
"@emotion/react": "^11.10.5", "@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5", "@emotion/styled": "^11.10.5",
"@fontsource/dosis": "^4.5.10", "@fontsource/dosis": "^4.5.10",
@ -16,22 +16,21 @@
"@fortawesome/free-brands-svg-icons": "^6.2.0", "@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0", "@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0", "@fortawesome/react-fontawesome": "^0.2.0",
"@lingui/core": "^3.14.0", "@lingui/core": "^3.15.0",
"@lingui/macro": "^3.14.0", "@lingui/macro": "^3.15.0",
"@lingui/react": "^3.14.0", "@lingui/react": "^3.15.0",
"@mui/icons-material": "^5.10.9", "@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.106", "@mui/lab": "^5.0.0-alpha.107",
"@mui/material": "^5.10.12", "@mui/material": "^5.10.13",
"@mui/styles": "^5.10.10", "@mui/styles": "^5.10.10",
"@testing-library/dom": "^8.13.0", "@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^4.2.4", "@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0", "@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.24", "@types/react": "^18.0.25",
"babel-plugin-macros": "^3.1.0", "babel-plugin-macros": "^3.1.0",
"eslint": "^7.32.0", "eslint": "^8.27.0",
"handlebars": "^4.7.7", "handlebars": "^4.7.7",
"hls.js": "^0.14.17",
"jwt-decode": "^3.1.2", "jwt-decode": "^3.1.2",
"make-plural": "^7.1.0", "make-plural": "^7.1.0",
"react": "^18.2.0", "react": "^18.2.0",
@ -82,8 +81,8 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.19.6", "@babel/core": "^7.20.2",
"@lingui/cli": "^3.14.0", "@lingui/cli": "^3.15.0",
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"eslint-config-react-app": "^7.0.1", "eslint-config-react-app": "^7.0.1",
"prettier": "^2.7.1", "prettier": "^2.7.1",

684
yarn.lock

File diff suppressed because it is too large Load Diff