|
14 | 14 | "eslint:fix": "./node_modules/.bin/eslint . --ignore-path ./.eslintignore --fix",
|
15 | 15 | "pretty:quick": "./node_modules/.bin/pretty-quick --staged",
|
16 | 16 | "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", |
18 | 18 | "clean": "rimraf dist",
|
19 | 19 | "build:rollup": "rollup -c",
|
20 | 20 | "build": "npm-run-all clean copy:types build:rollup",
|
|
78 | 78 | "@semantic-release/npm": "^7.0.5",
|
79 | 79 | "@semantic-release/release-notes-generator": "^9.0.1",
|
80 | 80 | "@svgr/rollup": "^4.3.3",
|
81 |
| - "@testing-library/react": "^9.4.0", |
| 81 | + "@testing-library/react": "^11.0.4", |
82 | 82 | "babel-eslint": "^4.1.1",
|
83 | 83 | "babel-loader": "v8.0.0-beta.0",
|
84 | 84 | "babelify": "^9.0.0",
|
85 | 85 | "browserify": "^13.0.0",
|
86 | 86 | "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", |
89 | 89 | "chai-spies": "^1.0.0",
|
90 | 90 | "commitizen": "2.9.6",
|
91 | 91 | "concurrently": "^2.1.0",
|
|
109 | 109 | "http-server": "^0.11.1",
|
110 | 110 | "husky": "^3.1.0",
|
111 | 111 | "ignore-styles": "5.0.1",
|
112 |
| - "jsdom": "^9.2.1", |
| 112 | + "jsdom": "^16.4.0", |
113 | 113 | "lint-staged": "^10.2.7",
|
114 |
| - "mocha": "^5.2.0", |
| 114 | + "mocha": "^8.1.3", |
115 | 115 | "mocha-each": "^2.0.1",
|
116 | 116 | "mocha-jsdom": "^2.0.0",
|
117 | 117 | "node-sass": "^4.13.1",
|
|
0 commit comments