|
23 | 23 | "@rollup/plugin-node-resolve": "^8.4.0",
|
24 | 24 | "@rollup/plugin-replace": "^2.3.3",
|
25 | 25 | "@rollup/plugin-url": "^5.0.1",
|
26 |
| - "@testing-library/dom": "^7.21.0", |
| 26 | + "@testing-library/dom": "^7.21.2", |
27 | 27 | "@testing-library/jest-dom": "^5.11.1",
|
28 |
| - "@types/jest": "^26.0.4", |
29 |
| - "@typescript-eslint/eslint-plugin": "^3.6.1", |
30 |
| - "@typescript-eslint/parser": "^3.6.1", |
| 28 | + "@types/jest": "^26.0.5", |
| 29 | + "@typescript-eslint/eslint-plugin": "^3.7.0", |
| 30 | + "@typescript-eslint/parser": "^3.7.0", |
31 | 31 | "babel-eslint": "^10.1.0",
|
32 | 32 | "babel-preset-solid": "^0.18.14",
|
33 | 33 | "cross-env": "^7.0.2",
|
34 |
| - "eslint": "^7.4.0", |
| 34 | + "eslint": "^7.5.0", |
35 | 35 | "eslint-config-prettier": "^6.11.0",
|
36 | 36 | "eslint-plugin-import": "^2.22.0",
|
37 | 37 | "eslint-plugin-jest": "^23.18.0",
|
38 | 38 | "eslint-plugin-jest-dom": "^3.1.4",
|
39 | 39 | "eslint-plugin-jsx-a11y": "^6.3.1",
|
40 | 40 | "eslint-plugin-local": "^1.0.0",
|
41 | 41 | "eslint-plugin-prettier": "^3.1.4",
|
42 |
| - "eslint-plugin-testing-library": "^3.3.1", |
| 42 | + "eslint-plugin-testing-library": "^3.3.2", |
43 | 43 | "jest": "^26.1.0",
|
44 | 44 | "nollup": "^0.12.2",
|
45 | 45 | "npm-run-all": "^4.1.5",
|
46 | 46 | "prettier": "^2.0.5",
|
47 | 47 | "rimraf": "^3.0.2",
|
48 |
| - "rollup": "^2.21.0", |
| 48 | + "rollup": "^2.22.1", |
49 | 49 | "rollup-plugin-hot-css": "0.3.0",
|
50 | 50 | "rollup-plugin-static-files": "0.1.0",
|
51 | 51 | "rollup-plugin-terser": "^6.1.0",
|
52 | 52 | "sirv-cli": "^1.0.3",
|
53 |
| - "ts-jest": "^26.1.2", |
54 |
| - "typescript": "^3.9.6" |
| 53 | + "ts-jest": "^26.1.3", |
| 54 | + "typescript": "^3.9.7" |
55 | 55 | },
|
56 | 56 | "jest": {
|
57 | 57 | "globals": {
|
|
0 commit comments