|
53 | 53 | "@testing-library/jest-dom": "^5.11.6", |
54 | 54 | "chalk": "^4.1.2", |
55 | 55 | "dotenv-cli": "^4.0.0", |
56 | | - "jest-diff": "^27.5.1", |
57 | | - "kcd-scripts": "^11.1.0", |
| 56 | + "jest-diff": "^29.4.1", |
| 57 | + "kcd-scripts": "^13.0.0", |
58 | 58 | "npm-run-all": "^4.1.5", |
59 | 59 | "react": "^18.0.0", |
60 | 60 | "react-dom": "^18.0.0", |
|
67 | 67 | }, |
68 | 68 | "eslintConfig": { |
69 | 69 | "extends": "./node_modules/kcd-scripts/eslint.js", |
| 70 | + "parserOptions": { |
| 71 | + "ecmaVersion": 2022 |
| 72 | + }, |
70 | 73 | "globals": { |
71 | 74 | "globalThis": "readonly" |
72 | 75 | }, |
|
76 | 79 | "import/no-unassigned-import": "off", |
77 | 80 | "import/named": "off", |
78 | 81 | "testing-library/no-container": "off", |
| 82 | + "testing-library/no-debugging-utils": "off", |
79 | 83 | "testing-library/no-dom-import": "off", |
80 | 84 | "testing-library/no-unnecessary-act": "off", |
81 | 85 | "testing-library/prefer-user-event": "off" |
|
0 commit comments