Revert "Revert "[master] Release 2021-04-07""
Showing
This diff is collapsed.
... | ... | @@ -19,9 +19,9 @@ |
"test:unit:jest": "npm run test:unit:jest:unit && npm run test:unit:jest:localization", | ||
"test:unit:jest:unit": "jest ./test/unit/ --reporters=default", | ||
"test:unit:jest:localization": "jest ./test/localization/*.test.js --reporters=default", | ||
"test:unit:tap": "tap ./test/{unit-legacy,localization-legacy}/*.js --no-coverage -R classic", | ||
"test:unit:tap": "tap ./test/{unit-legacy,localization-legacy}/ --no-coverage -R classic", | ||
"test:unit:convertReportToXunit": "tap ./test/results/unit-raw.tap --no-coverage -R xunit > ./test/results/unit-tap-results.xml", | ||
"test:coverage": "tap ./test/{unit-legacy,localization-legacy}/*.js --coverage --coverage-report=lcov", | ||
"test:coverage": "tap ./test/{unit-legacy,localization-legacy}/ --coverage --coverage-report=lcov", | ||
"build": "npm run clean && npm run translate && NODE_OPTIONS=--max_old_space_size=8000 webpack --bail", | ||
"clean": "rm -rf ./build && rm -rf ./intl && mkdir -p build && mkdir -p intl", | ||
"deploy": "npm run deploy:s3 && npm run deploy:fastly", | ||
... | ... | @@ -53,6 +53,7 @@ |
"express": "4.16.1", | ||
"express-http-proxy": "1.1.0", | ||
"lodash.defaults": "4.0.1", | ||
"lodash.get": "^4.4.2", | ||
"react-helmet": "5.2.0", | ||
"react-router-dom": "^5.2.0", | ||
"scratch-parser": "^5.0.0", | ||
... | ... | @@ -125,7 +126,7 @@ |
"redux-mock-store": "^1.2.3", | ||
"redux-thunk": "2.0.1", | ||
"sass-loader": "6.0.6", | ||
"scratch-gui": "0.1.0-prerelease.20210324120840", | ||
"scratch-gui": "0.1.0-prerelease.20210401231322", | ||
"scratch-l10n": "latest", | ||
"selenium-webdriver": "3.6.0", | ||
"slick-carousel": "1.6.0", | ||
... | ... |
src/redux/comments.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment