mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 10:46:31 +00:00
Update rendition to 18.1.0
Change-type: patch
This commit is contained in:
parent
24c8ede746
commit
08716efbd5
838
npm-shrinkwrap.json
generated
838
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
@ -94,7 +94,7 @@
|
|||||||
"react": "^16.8.5",
|
"react": "^16.8.5",
|
||||||
"react-dom": "^16.8.5",
|
"react-dom": "^16.8.5",
|
||||||
"redux": "^4.0.5",
|
"redux": "^4.0.5",
|
||||||
"rendition": "^17.0.0",
|
"rendition": "^18.1.0",
|
||||||
"resin-corvus": "^2.0.5",
|
"resin-corvus": "^2.0.5",
|
||||||
"semver": "^7.3.2",
|
"semver": "^7.3.2",
|
||||||
"simple-progress-webpack-plugin": "^1.1.2",
|
"simple-progress-webpack-plugin": "^1.1.2",
|
||||||
|
@ -129,6 +129,10 @@ const commonConfig = {
|
|||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
{
|
||||||
|
test: /\.css$/,
|
||||||
|
use: 'css-loader',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
test: /\.svg$/,
|
test: /\.svg$/,
|
||||||
use: '@svgr/webpack',
|
use: '@svgr/webpack',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user