build(deps): bump json5, react-scripts and worker-loader
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) and [worker-loader](https://github.com/webpack-contrib/worker-loader). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3) Updates `react-scripts` from 3.3.1 to 5.0.1 - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-3.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts) Updates `worker-loader` from 2.0.0 to 3.0.8 - [Release notes](https://github.com/webpack-contrib/worker-loader/releases) - [Changelog](https://github.com/webpack-contrib/worker-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/worker-loader/compare/v2.0.0...v3.0.8) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: react-scripts dependency-type: direct:production - dependency-name: worker-loader dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
cb0ecf25d8
commit
c9934f8079
File diff suppressed because it is too large
Load Diff
|
@ -30,13 +30,13 @@
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^16.14.0",
|
||||||
"react-dropzone": "^10.2.2",
|
"react-dropzone": "^10.2.2",
|
||||||
"react-redux": "^7.2.2",
|
"react-redux": "^7.2.2",
|
||||||
"react-scripts": "3.3.1",
|
"react-scripts": "5.0.1",
|
||||||
"react95": "^3.5.0",
|
"react95": "^3.5.0",
|
||||||
"recorderjs": "^1.0.1",
|
"recorderjs": "^1.0.1",
|
||||||
"redux-batched-actions": "^0.4.1",
|
"redux-batched-actions": "^0.4.1",
|
||||||
"styled-components": "^5.2.1",
|
"styled-components": "^5.2.1",
|
||||||
"typescript": "^4.1.3",
|
"typescript": "^4.1.3",
|
||||||
"worker-loader": "^2.0.0"
|
"worker-loader": "^3.0.8"
|
||||||
},
|
},
|
||||||
"homepage": "https://stefano.brilli.me/webminidisc/",
|
"homepage": "https://stefano.brilli.me/webminidisc/",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue