|
52 | 52 | "uiwjs", |
53 | 53 | "editor" |
54 | 54 | ], |
| 55 | + "jest": { |
| 56 | + "testMatch": [ |
| 57 | + "<rootDir>/src/__test__/*.{ts,tsx}" |
| 58 | + ], |
| 59 | + "transformIgnorePatterns": [ |
| 60 | + "<rootDir>/node_modules/?!(.*)" |
| 61 | + ], |
| 62 | + "collectCoverageFrom": [ |
| 63 | + "**/*.{tsx,ts}", |
| 64 | + "!.kktrc.ts", |
| 65 | + "!**/*.{js,d.ts}", |
| 66 | + "!**/node_modules/**", |
| 67 | + "!<rootDir>/coverage/**", |
| 68 | + "!**/website/**", |
| 69 | + "!**/vendor/**" |
| 70 | + ] |
| 71 | + }, |
55 | 72 | "peerDependencies": { |
56 | 73 | "@babel/runtime": ">=7.10.0", |
57 | 74 | "react": ">=16.9.0", |
58 | 75 | "react-dom": ">=16.9.0" |
59 | 76 | }, |
60 | 77 | "dependencies": { |
61 | | - "@babel/runtime": "7.14.6", |
62 | | - "@mapbox/rehype-prism": "0.6.0", |
63 | | - "rehype": "11.0.0" |
| 78 | + "@babel/runtime": "7.15.3", |
| 79 | + "@mapbox/rehype-prism": "0.7.0", |
| 80 | + "rehype": "12.0.0" |
64 | 81 | }, |
65 | 82 | "devDependencies": { |
66 | | - "@kkt/less-modules": "6.10.4", |
67 | | - "@kkt/raw-modules": "6.10.4", |
68 | | - "@kkt/scope-plugin-options": "6.10.4", |
| 83 | + "@kkt/less-modules": "6.11.0", |
| 84 | + "@kkt/raw-modules": "6.11.0", |
| 85 | + "@kkt/scope-plugin-options": "6.11.0", |
69 | 86 | "@testing-library/react": "12.0.0", |
70 | | - "@types/react": "17.0.11", |
71 | | - "@types/react-dom": "17.0.8", |
| 87 | + "@types/react": "17.0.19", |
| 88 | + "@types/react-dom": "17.0.9", |
72 | 89 | "@types/react-test-renderer": "17.0.1", |
73 | | - "@types/testing-library__jest-dom": "5.14.0", |
| 90 | + "@types/testing-library__jest-dom": "5.14.1", |
74 | 91 | "@uiw/react-github-corners": "1.4.0", |
75 | 92 | "@uiw/react-markdown-preview": "3.2.2", |
76 | 93 | "code-example": "3.0.6", |
77 | 94 | "compile-less-cli": "1.8.1", |
78 | 95 | "husky": "6.0.0", |
79 | | - "kkt": "6.10.4", |
80 | | - "lint-staged": "11.0.0", |
| 96 | + "kkt": "6.11.0", |
| 97 | + "lint-staged": "11.1.2", |
81 | 98 | "prettier": "2.3.2", |
82 | 99 | "react": "17.0.2", |
83 | 100 | "react-dom": "17.0.2", |
84 | 101 | "react-test-renderer": "17.0.2", |
85 | | - "rehype-attr": "1.3.2", |
86 | | - "tsbb": "2.2.1" |
| 102 | + "rehype-attr": "1.4.2", |
| 103 | + "tsbb": "2.3.1" |
87 | 104 | }, |
88 | 105 | "eslintConfig": { |
89 | 106 | "extends": [ |
|
0 commit comments