|
@@ -56,7 +56,7 @@
|
|
|
"aliasify": "2.1.0",
|
|
|
"autoprefixer": "9.7.4",
|
|
|
"aws-sdk": "^2.715.0",
|
|
|
- "babel-jest": "26.3.0",
|
|
|
+ "babel-jest": "^27.0.6",
|
|
|
"babel-plugin-inline-package-json": "2.0.0",
|
|
|
"babelify": "10.0.0",
|
|
|
"brake": "1.0.1",
|
|
@@ -75,7 +75,7 @@
|
|
|
"eslint-import-resolver-lerna": "^2.0.0",
|
|
|
"eslint-plugin-compat": "3.8.0",
|
|
|
"eslint-plugin-import": "2.22.1",
|
|
|
- "eslint-plugin-jest": "23.20.0",
|
|
|
+ "eslint-plugin-jest": "^24.3.6",
|
|
|
"eslint-plugin-jsdoc": "30.2.2",
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
|
"eslint-plugin-markdown": "^2.2.0",
|
|
@@ -93,7 +93,7 @@
|
|
|
"globby": "9.2.0",
|
|
|
"http-proxy": "1.18.1",
|
|
|
"isomorphic-fetch": "2.2.1",
|
|
|
- "jest": "26.4.0",
|
|
|
+ "jest": "^27.0.6",
|
|
|
"json3": "3.3.3",
|
|
|
"karma-chrome-launcher": "3.1.0",
|
|
|
"karma-coverage-istanbul-reporter": "3.0.3",
|
|
@@ -181,9 +181,9 @@
|
|
|
"test:endtoend:registry": "verdaccio --listen 4002 --config test/endtoend/verdaccio.yaml",
|
|
|
"test:endtoend": "npm run test:endtoend:prepare-ci && wdio test/endtoend/wdio.remote.conf.js",
|
|
|
"test:locale-packs": "node ./bin/locale-packs.js test",
|
|
|
- "test:type": "lerna exec --scope '@uppy/*' --ignore '@uppy/{react-native,locales,companion,provider-views,robodog,svelte,angular}' tsd",
|
|
|
- "test:unit": "npm run build:lib && jest",
|
|
|
- "test:watch": "jest --watch",
|
|
|
+ "test:type": "lerna exec --scope '@uppy/*' --ignore '@uppy/{angular,react-native,locales,companion,provider-views,robodog,svelte}' tsd",
|
|
|
+ "test:unit": "npm run build:lib && jest --env jsdom",
|
|
|
+ "test:watch": "jest --env jsdom --watch",
|
|
|
"test:size": "size-limit",
|
|
|
"test": "npm-run-all lint test:locale-packs test:unit test:type test:companion",
|
|
|
"uploadcdn": "node ./bin/upload-to-cdn.js",
|