about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-09-02 10:52:09 +0200
committerClaire <claire.github-309c@sitedethib.com>2021-09-02 10:52:09 +0200
commitf9185c72a9aeaaa09eec6186776108dafa27d3fd (patch)
tree2cf834a3719e8ab485d57d3f448df887bdc2bdae /package.json
parente7e04b46d750f5e2addfd9650991727101d76910 (diff)
parent2b18f7a9436c29ff948b1c1fe9b777435d1b03c1 (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/package.json b/package.json
index e2df0ec1f..312b06bd8 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
     "test:lint": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:lint:sass",
     "test:lint:js": "eslint --ext=js . --cache",
     "test:lint:sass": "sass-lint -v",
-    "test:jest": "cross-env NODE_ENV=test jest --coverage"
+    "test:jest": "cross-env NODE_ENV=test jest"
   },
   "repository": {
     "type": "git",
@@ -27,6 +27,7 @@
     "not dead"
   ],
   "jest": {
+    "testEnvironment": "jsdom",
     "projects": [
       "<rootDir>/app/javascript/mastodon"
     ],
@@ -154,7 +155,7 @@
     "requestidlecallback": "^0.3.0",
     "reselect": "^4.0.0",
     "rimraf": "^3.0.2",
-    "sass": "^1.38.0",
+    "sass": "^1.38.2",
     "sass-loader": "^10.2.0",
     "stacktrace-js": "^2.0.2",
     "stringz": "^2.1.0",
@@ -171,19 +172,19 @@
     "webpack-cli": "^3.3.12",
     "webpack-merge": "^5.8.0",
     "wicg-inert": "^3.1.1",
-    "ws": "^8.2.0"
+    "ws": "^8.2.1"
   },
   "devDependencies": {
     "@testing-library/jest-dom": "^5.14.1",
     "@testing-library/react": "^12.0.0",
     "babel-eslint": "^10.1.0",
-    "babel-jest": "^27.0.6",
+    "babel-jest": "^27.1.0",
     "eslint": "^7.32.0",
-    "eslint-plugin-import": "~2.24.1",
+    "eslint-plugin-import": "~2.24.2",
     "eslint-plugin-jsx-a11y": "~6.4.1",
     "eslint-plugin-promise": "~5.1.0",
-    "eslint-plugin-react": "~7.24.0",
-    "jest": "^26.6.3",
+    "eslint-plugin-react": "~7.25.1",
+    "jest": "^27.1.0",
     "raf": "^3.4.1",
     "react-intl-translations-manager": "^5.0.3",
     "react-test-renderer": "^16.14.0",