Skip to content

Commit d02f59d

Browse files
authored
Merge pull request #634 from jafin/task/test-packages
chore(packages): update testing packages to latest
2 parents f209413 + c389328 commit d02f59d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"eslint:fix": "./node_modules/.bin/eslint . --ignore-path ./.eslintignore --fix",
1515
"pretty:quick": "./node_modules/.bin/pretty-quick --staged",
1616
"lint:staged": "./node_modules/.bin/lint-staged",
17-
"test:unit": "mocha --require @babel/register --require ignore-styles 'test/*.spec.js'",
17+
"test:unit": "mocha --require @babel/register --require ignore-styles test/*.spec.js",
1818
"clean": "rimraf dist",
1919
"build:rollup": "rollup -c",
2020
"build": "npm-run-all clean copy:types build:rollup",
@@ -78,14 +78,14 @@
7878
"@semantic-release/npm": "^7.0.5",
7979
"@semantic-release/release-notes-generator": "^9.0.1",
8080
"@svgr/rollup": "^4.3.3",
81-
"@testing-library/react": "^9.4.0",
81+
"@testing-library/react": "^11.0.4",
8282
"babel-eslint": "^4.1.1",
8383
"babel-loader": "v8.0.0-beta.0",
8484
"babelify": "^9.0.0",
8585
"browserify": "^13.0.0",
8686
"browserify-shim": "^3.8.12",
87-
"chai": "^3.5.0",
88-
"chai-enzyme": "^0.5.0",
87+
"chai": "^4.2.0",
88+
"chai-enzyme": "^1.0.0-beta.1",
8989
"chai-spies": "^1.0.0",
9090
"commitizen": "2.9.6",
9191
"concurrently": "^2.1.0",
@@ -109,9 +109,9 @@
109109
"http-server": "^0.11.1",
110110
"husky": "^3.1.0",
111111
"ignore-styles": "5.0.1",
112-
"jsdom": "^9.2.1",
112+
"jsdom": "^16.4.0",
113113
"lint-staged": "^10.2.7",
114-
"mocha": "^5.2.0",
114+
"mocha": "^8.1.3",
115115
"mocha-each": "^2.0.1",
116116
"mocha-jsdom": "^2.0.0",
117117
"node-sass": "^4.13.1",

0 commit comments

Comments
 (0)