|
1 | 1 | {
|
2 | 2 | "name": "react-transliterate",
|
3 |
| - "version": "1.0.4", |
| 3 | + "version": "1.0.5", |
4 | 4 | "description": "Transliterate component for React",
|
5 | 5 | "author": "burhanuday",
|
6 | 6 | "license": "MIT",
|
|
33 | 33 | "react": "^16.0.0"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
| 36 | + "@testing-library/jest-dom": "^4.2.4", |
| 37 | + "@testing-library/react": "^9.5.0", |
| 38 | + "@testing-library/user-event": "^7.2.1", |
| 39 | + "@types/jest": "^25.1.4", |
| 40 | + "@types/node": "^12.12.38", |
36 | 41 | "@types/react": "^17.0.4",
|
| 42 | + "@types/react-dom": "^16.9.7", |
37 | 43 | "@types/textarea-caret": "^3.0.0",
|
| 44 | + "@typescript-eslint/eslint-plugin": "^2.26.0", |
| 45 | + "@typescript-eslint/parser": "^2.26.0", |
38 | 46 | "babel-eslint": "^10.0.3",
|
39 | 47 | "cross-env": "^7.0.2",
|
40 | 48 | "eslint": "^6.8.0",
|
|
54 | 62 | "react": "^16.13.1",
|
55 | 63 | "react-dom": "^16.13.1",
|
56 | 64 | "react-scripts": "^3.4.1",
|
57 |
| - "@testing-library/jest-dom": "^4.2.4", |
58 |
| - "@testing-library/react": "^9.5.0", |
59 |
| - "@testing-library/user-event": "^7.2.1", |
60 |
| - "@types/jest": "^25.1.4", |
61 |
| - "@types/node": "^12.12.38", |
62 |
| - "@types/react-dom": "^16.9.7", |
63 |
| - "@typescript-eslint/eslint-plugin": "^2.26.0", |
64 |
| - "@typescript-eslint/parser": "^2.26.0", |
65 | 65 | "typescript": "^3.7.5"
|
66 | 66 | },
|
67 | 67 | "files": [
|
|
0 commit comments