mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
update pkgs
This commit is contained in:
parent
8c22f74116
commit
c74a46288b
2 changed files with 4 additions and 4 deletions
BIN
src/FilterLists.Web.V2/package-lock.json
generated
BIN
src/FilterLists.Web.V2/package-lock.json
generated
Binary file not shown.
|
|
@ -4,19 +4,19 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@types/jest": "^24.0.18",
|
||||
"@types/node": "^12.7.2",
|
||||
"@types/node": "^12.7.3",
|
||||
"@types/react": "^16.9.2",
|
||||
"@types/react-dom": "^16.9.0",
|
||||
"@types/react-router-dom": "^4.3.5",
|
||||
"antd": "^3.22.0",
|
||||
"babel-plugin-import": "^1.12.0",
|
||||
"antd": "^3.22.2",
|
||||
"babel-plugin-import": "^1.12.1",
|
||||
"customize-cra": "^0.5.0",
|
||||
"react": "^16.9.0",
|
||||
"react-app-rewired": "^2.1.3",
|
||||
"react-dom": "^16.9.0",
|
||||
"react-router-dom": "^5.0.1",
|
||||
"react-scripts": "^3.1.1",
|
||||
"typescript": "3.5.3"
|
||||
"typescript": "^3.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-app-rewired start",
|
||||
|
|
|
|||
Loading…
Reference in a new issue