aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/package.json b/package.json
index 67ae266..d4fcfb1 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"scripts": {
"schema": "ajv compile -s src/shared/settings/schema.json -o src/shared/settings/validate.js",
"start": "webpack --mode development -w --debug --devtool inline-source-map",
- "build": "NODE_ENV=production webpack --mode production --progress --display-error-details --devtool inline-source-map",
+ "build": "NODE_ENV=production webpack --mode production --progress --devtool inline-source-map",
"package": "yarn build && script/package",
"lint": "eslint --ext .ts,.tsx .",
"lint:fix": "eslint --ext .ts,.tsx . --fix",
@@ -27,12 +27,12 @@
"@types/chai": "^4.2.8",
"@types/express": "^4.17.2",
"@types/mocha": "^8.0.1",
- "@types/node": "^12.12.21",
+ "@types/node": "^14.14.13",
"@types/prop-types": "^15.7.3",
- "@types/react": "^16.9.46",
- "@types/react-dom": "^16.9.5",
+ "@types/react": "^17.0.0",
+ "@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.7",
- "@types/react-test-renderer": "^16.9.2",
+ "@types/react-test-renderer": "^17.0.0",
"@types/redux-promise": "^0.5.28",
"@types/selenium-webdriver": "^4.0.6",
"@types/sinon": "^9.0.0",
@@ -40,20 +40,20 @@
"@typescript-eslint/eslint-plugin": "3.9.0",
"@typescript-eslint/parser": "3.10.1",
"ajv": "^6.11.0",
- "ajv-cli": "^3.0.0",
+ "ajv-cli": "^4.0.1",
"chai": "^4.2.0",
- "css-loader": "^4.2.1",
- "eslint": "7.10.0",
- "eslint-config-prettier": "6.11.0",
+ "css-loader": "^5.0.1",
+ "eslint": "7.15.0",
+ "eslint-config-prettier": "7.0.0",
"eslint-plugin-prettier": "3.1.4",
- "eslint-plugin-react": "7.21.2",
- "eslint-plugin-standard": "^4.0.1",
+ "eslint-plugin-react": "7.21.5",
+ "eslint-plugin-standard": "^5.0.0",
"express": "^4.17.1",
- "html-webpack-plugin": "4.3.0",
+ "html-webpack-plugin": "4.5.0",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.2.2",
"karma": "^5.0.0",
- "karma-firefox-launcher": "^1.3.0",
+ "karma-firefox-launcher": "^2.1.0",
"karma-html2js-preprocessor": "^1.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
@@ -62,9 +62,9 @@
"karma-webpack": "^4.0.2",
"lanthan": "0.0.2",
"mocha": "^8.1.1",
- "prettier": "2.1.2",
- "prettier-eslint": "11.0.0",
- "react": "16.13.1",
+ "prettier": "2.2.1",
+ "prettier-eslint": "12.0.0",
+ "react": "16.14.0",
"react-dom": "16.13.1",
"react-redux": "^7.1.3",
"react-test-renderer": "16.13.1",
@@ -74,15 +74,15 @@
"request-promise-native": "^1.0.8",
"sinon": "^9.0.3",
"sinon-chrome": "^3.0.1",
- "style-loader": "^1.1.3",
+ "style-loader": "^2.0.0",
"styled-components": "^5.1.1",
"ts-loader": "^8.0.2",
"ts-node": "^9.0.0",
- "tsyringe": "4.3.0",
+ "tsyringe": "4.4.0",
"typescript": "4.0.3",
"web-ext-types": "^3.2.1",
"webextensions-api-fake": "^0.9.1",
- "webpack": "4.44.1",
- "webpack-cli": "3.3.12"
+ "webpack": "4.44.2",
+ "webpack-cli": "4.2.0"
}
}