1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2024-09-21 05:03:02 +02:00

chore: upgrade flareact to 0.8.0

This commit is contained in:
Adam Janis 2020-11-17 14:56:01 +01:00
parent f939f4cc53
commit 8eadbb32ac
2 changed files with 14 additions and 5 deletions

View File

@ -12,7 +12,7 @@
"format": "prettier --write '**/*.{js,css,json,md}'"
},
"dependencies": {
"flareact": "^0.7.1",
"flareact": "^0.8.0",
"laco": "^1.2.1",
"laco-react": "^1.1.0",
"react": "^16.13.1",

View File

@ -2947,10 +2947,10 @@ findup-sync@^3.0.0:
micromatch "^3.0.4"
resolve-dir "^1.0.1"
flareact@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/flareact/-/flareact-0.7.1.tgz#8e2c209f2929b13adc237af77b34ca1fe97380ec"
integrity sha512-1LCv5CZIi3CihYA0+4vwklMzs82DnKb+osWZ7e7Xpol0AJ7SIAWQsIxqX1/AA89DpPFjbtIXO2TC+wTG8Cz5cg==
flareact@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/flareact/-/flareact-0.8.0.tgz#c7653f7278abee04353c5bf087af4105b7895c0a"
integrity sha512-ewjFqrxSXPBppyZtVBTD3W4iIcMB2wORpYX1QofOa9QRuy7dJ2nK4oMvCNmPJPelqdN5MF+fUBTIfMGqO3A1OA==
dependencies:
"@babel/core" "^7.11.0"
"@babel/plugin-transform-runtime" "^7.11.0"
@ -2969,6 +2969,7 @@ flareact@^0.7.1:
mini-css-extract-plugin "^0.9.0"
mitt "^2.1.0"
nanoid "^3.1.12"
null-loader "^4.0.1"
optimize-css-assets-webpack-plugin "^5.0.3"
postcss-flexbugs-fixes "^4.2.1"
postcss-loader "^3.0.0"
@ -4448,6 +4449,14 @@ nth-check@^1.0.2:
dependencies:
boolbase "~1.0.0"
null-loader@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/null-loader/-/null-loader-4.0.1.tgz#8e63bd3a2dd3c64236a4679428632edd0a6dbc6a"
integrity sha512-pxqVbi4U6N26lq+LmgIbB5XATP0VdZKOG25DhHi8btMmJJefGArFyDg1yc4U3hWCJbMqSrw0qyrz1UQX+qYXqg==
dependencies:
loader-utils "^2.0.0"
schema-utils "^3.0.0"
num2fraction@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"