Skip to content

Commit d6f01ed

Browse files
committed
v1.0.5
1 parent ef60e95 commit d6f01ed

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-transliterate",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Transliterate component for React",
55
"author": "burhanuday",
66
"license": "MIT",
@@ -33,8 +33,16 @@
3333
"react": "^16.0.0"
3434
},
3535
"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",
3641
"@types/react": "^17.0.4",
42+
"@types/react-dom": "^16.9.7",
3743
"@types/textarea-caret": "^3.0.0",
44+
"@typescript-eslint/eslint-plugin": "^2.26.0",
45+
"@typescript-eslint/parser": "^2.26.0",
3846
"babel-eslint": "^10.0.3",
3947
"cross-env": "^7.0.2",
4048
"eslint": "^6.8.0",
@@ -54,14 +62,6 @@
5462
"react": "^16.13.1",
5563
"react-dom": "^16.13.1",
5664
"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",
6565
"typescript": "^3.7.5"
6666
},
6767
"files": [

0 commit comments

Comments
 (0)