Skip to content

Commit

Permalink
Mod updates npm dep. + bump bundle version
Browse files Browse the repository at this point in the history
  • Loading branch information
jstabenow committed Nov 8, 2022
1 parent 7f18e29 commit f89aad7
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 418 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,5 @@ $ npm run i18n-extract:clean
$ 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
See the [LICENSE](./LICENSE) file for licensing information.
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "restreamer-ui",
"version": "1.5.0",
"bundle": "restreamer-v2.3.0",
"bundle": "restreamer-v2.4.0",
"private": false,
"license": "Apache-2.0",
"dependencies": {
"@auth0/auth0-spa-js": "^2.0.0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/dosis": "^4.5.10",
Expand All @@ -16,22 +16,21 @@
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@lingui/core": "^3.14.0",
"@lingui/macro": "^3.14.0",
"@lingui/react": "^3.14.0",
"@lingui/core": "^3.15.0",
"@lingui/macro": "^3.15.0",
"@lingui/react": "^3.15.0",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.106",
"@mui/material": "^5.10.12",
"@mui/lab": "^5.0.0-alpha.107",
"@mui/material": "^5.10.13",
"@mui/styles": "^5.10.10",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^18.0.24",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.25",
"babel-plugin-macros": "^3.1.0",
"eslint": "^7.32.0",
"eslint": "^8.27.0",
"handlebars": "^4.7.7",
"hls.js": "^0.14.17",
"jwt-decode": "^3.1.2",
"make-plural": "^7.1.0",
"react": "^18.2.0",
Expand Down Expand Up @@ -82,8 +81,8 @@
]
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@lingui/cli": "^3.14.0",
"@babel/core": "^7.20.2",
"@lingui/cli": "^3.15.0",
"babel-core": "^7.0.0-bridge.0",
"eslint-config-react-app": "^7.0.1",
"prettier": "^2.7.1",
Expand Down
Loading

0 comments on commit f89aad7

Please sign in to comment.