Skip to content

Commit c7b65c3

Browse files
committed
Add support for typescript, convert js component to typescript component, added models
1 parent a2bc709 commit c7b65c3

File tree

11 files changed

+444
-132
lines changed

11 files changed

+444
-132
lines changed

package-lock.json

Lines changed: 224 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"private": true,
55
"homepage": "http://mustkem.github.io/data-table-with-pagination",
66
"dependencies": {
7+
"@types/jest": "^26.0.23",
8+
"@types/node": "^15.3.0",
9+
"@types/react": "^17.0.5",
10+
"@types/react-dom": "^17.0.5",
711
"axios": "^0.19.0",
812
"bootstrap": "^4.6.0",
913
"gh-pages": "^2.1.1",
@@ -12,11 +16,12 @@
1216
"react": "^16.9.0",
1317
"react-bootstrap": "^1.6.0",
1418
"react-dom": "^16.9.0",
15-
"react-redux": "^7.1.1",
19+
"react-redux": "^7.2.4",
1620
"react-router-dom": "^5.2.0",
1721
"react-scripts": "3.1.2",
1822
"redux": "^4.0.4",
19-
"redux-thunk": "^2.3.0"
23+
"redux-thunk": "^2.3.0",
24+
"typescript": "^4.2.4"
2025
},
2126
"scripts": {
2227
"start": "react-scripts start",
@@ -40,5 +45,8 @@
4045
"last 1 firefox version",
4146
"last 1 safari version"
4247
]
48+
},
49+
"devDependencies": {
50+
"@types/react-router-dom": "^5.1.7"
4351
}
4452
}

0 commit comments

Comments
 (0)