From c389328aac6ae0e41c5ce479ebec82f37ff3e21f Mon Sep 17 00:00:00 2001 From: Jason Finch Date: Tue, 15 Sep 2020 14:42:42 +1000 Subject: [PATCH] chore(packages): update testing packages to latest + drop quote on test:unit so windows shell can exec --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a69ac6cf8..72010a3b8 100755 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "eslint:fix": "./node_modules/.bin/eslint . --ignore-path ./.eslintignore --fix", "pretty:quick": "./node_modules/.bin/pretty-quick --staged", "lint:staged": "./node_modules/.bin/lint-staged", - "test:unit": "mocha --require @babel/register --require ignore-styles 'test/*.spec.js'", + "test:unit": "mocha --require @babel/register --require ignore-styles test/*.spec.js", "clean": "rimraf dist", "build:rollup": "rollup -c", "build": "npm-run-all clean copy:types build:rollup", @@ -78,14 +78,14 @@ "@semantic-release/npm": "^7.0.5", "@semantic-release/release-notes-generator": "^9.0.1", "@svgr/rollup": "^4.3.3", - "@testing-library/react": "^9.4.0", + "@testing-library/react": "^11.0.4", "babel-eslint": "^4.1.1", "babel-loader": "v8.0.0-beta.0", "babelify": "^9.0.0", "browserify": "^13.0.0", "browserify-shim": "^3.8.12", - "chai": "^3.5.0", - "chai-enzyme": "^0.5.0", + "chai": "^4.2.0", + "chai-enzyme": "^1.0.0-beta.1", "chai-spies": "^1.0.0", "commitizen": "2.9.6", "concurrently": "^2.1.0", @@ -109,9 +109,9 @@ "http-server": "^0.11.1", "husky": "^3.1.0", "ignore-styles": "5.0.1", - "jsdom": "^9.2.1", + "jsdom": "^16.4.0", "lint-staged": "^10.2.7", - "mocha": "^5.2.0", + "mocha": "^8.1.3", "mocha-each": "^2.0.1", "mocha-jsdom": "^2.0.0", "node-sass": "^4.13.1",