Update rendition to 18.1.0

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-08-20 16:40:19 +02:00
parent 24c8ede746
commit 08716efbd5
3 changed files with 722 additions and 122 deletions

838
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -94,7 +94,7 @@
"react": "^16.8.5",
"react-dom": "^16.8.5",
"redux": "^4.0.5",
"rendition": "^17.0.0",
"rendition": "^18.1.0",
"resin-corvus": "^2.0.5",
"semver": "^7.3.2",
"simple-progress-webpack-plugin": "^1.1.2",

View File

@ -129,6 +129,10 @@ const commonConfig = {
},
module: {
rules: [
{
test: /\.css$/,
use: 'css-loader',
},
{
test: /\.svg$/,
use: '@svgr/webpack',