diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-11-05 06:02:49 -0600 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-11-05 06:02:49 -0600 |
commit | 4e187f6f004b9c4b1a05aa0c721bd674871d4401 (patch) | |
tree | c1fa6a2845dba645bec19ed9e5d5cc88fdf8e61c /package.json | |
parent | fa982ae8d7118c20aa145312b36096a453eeb695 (diff) | |
parent | 5a9fc749c3eab8d3c93dd282fa89c20a5cb0e994 (diff) |
Merge remote-tracking branch 'upstream/master' into dev
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/package.json b/package.json index 7ddc99756..15f6b39f9 100644 --- a/package.json +++ b/package.json @@ -73,10 +73,10 @@ "@github/webauthn-json": "^0.5.7", "@rails/ujs": "^6.0.3", "array-includes": "^3.1.1", - "arrow-key-navigation": "^1.2.0", "atrament": "0.2.4", + "arrow-key-navigation": "^1.2.0", "autoprefixer": "^9.8.6", - "axios": "^0.20.0", + "axios": "^0.21.0", "babel-loader": "^8.1.0", "babel-plugin-lodash": "^3.3.4", "babel-plugin-preval": "^5.0.0", @@ -87,7 +87,7 @@ "classnames": "^2.2.5", "compression-webpack-plugin": "^6.0.3", "cross-env": "^7.0.2", - "css-loader": "^4.3.0", + "css-loader": "^5.0.0", "cssnano": "^4.1.10", "detect-passive-events": "^1.0.5", "dotenv": "^8.2.0", @@ -113,7 +113,7 @@ "lodash": "^4.17.19", "mark-loader": "^0.1.6", "marky": "^1.2.1", - "mini-css-extract-plugin": "^0.11.3", + "mini-css-extract-plugin": "^1.2.0", "mkdirp": "^1.0.4", "npmlog": "^4.1.2", "object-assign": "^4.1.1", @@ -122,7 +122,6 @@ "offline-plugin": "^5.0.7", "path-complete-extname": "^1.0.0", "pg": "^6.4.0", - "pg-native": "^3.0.0", "postcss-loader": "^3.0.0", "postcss-object-fit-images": "^1.1.2", "promise.prototype.finally": "^3.1.2", @@ -157,7 +156,7 @@ "reselect": "^4.0.0", "rimraf": "^3.0.2", "sass": "^1.27.0", - "sass-loader": "^10.0.3", + "sass-loader": "^10.0.4", "stacktrace-js": "^2.0.2", "stringz": "^2.1.0", "substring-trie": "^1.0.2", @@ -174,19 +173,19 @@ "wicg-inert": "^3.0.3" }, "devDependencies": { - "@testing-library/jest-dom": "^5.11.4", + "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^11.1.0", "babel-eslint": "^10.1.0", - "babel-jest": "^26.5.2", - "eslint": "^7.11.0", + "babel-jest": "^26.6.1", + "eslint": "^7.12.0", "eslint-plugin-import": "~2.22.1", "eslint-plugin-jsx-a11y": "~6.3.1", "eslint-plugin-promise": "~4.2.1", - "eslint-plugin-react": "~7.21.4", - "jest": "^26.5.3", + "eslint-plugin-react": "~7.21.5", + "jest": "^26.6.1", "raf": "^3.4.1", "react-intl-translations-manager": "^5.0.3", - "react-test-renderer": "^16.13.1", + "react-test-renderer": "^16.14.0", "sass-lint": "^1.13.1", "webpack-dev-server": "^3.11.0", "yargs": "^16.1.0" |