Use tabler-react-typescript, updated frontend deps

This commit is contained in:
Jamie Curnow
2021-07-04 16:11:55 +10:00
parent 0f6498603e
commit 4fbb354d54
16 changed files with 419 additions and 332 deletions

View File

@@ -3,41 +3,41 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "5.12.0",
"@testing-library/react": "11.2.7",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.0.0",
"@types/humps": "^2.0.0",
"@types/jest": "26.0.23",
"@types/lodash": "4.14.169",
"@types/node": "15.3.0",
"@types/react": "17.0.5",
"@types/react-dom": "17.0.5",
"@types/lodash": "4.14.170",
"@types/node": "16.0.0",
"@types/react": "17.0.13",
"@types/react-dom": "17.0.8",
"@types/react-router-dom": "5.1.7",
"@types/styled-components": "5.1.9",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"@types/styled-components": "5.1.11",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"babel-eslint": "^10.1.0",
"date-fns": "2.21.3",
"eslint": "^7.26.0",
"date-fns": "2.22.1",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-flowtype": "^5.8.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"humps": "^2.0.1",
"jest-date-mock": "1.0.8",
"jest-fetch-mock": "3.0.3",
"jest-junit": "^12.0.0",
"jest-localstorage-mock": "2.4.12",
"jest-runner-eslint": "0.10.0",
"jest-junit": "^12.2.0",
"jest-localstorage-mock": "2.4.14",
"jest-runner-eslint": "0.10.1",
"lodash": "4.17.21",
"moment": "2.29.1",
"node-sass": "^5.0.0",
"prettier": "2.3.0",
"query-string": "7.0.0",
"prettier": "2.3.2",
"query-string": "7.0.1",
"react": "17.0.2",
"react-async": "10.0.1",
"react-dom": "17.0.2",
@@ -45,8 +45,10 @@
"react-scripts": "4.0.3",
"rooks": "5.0.2",
"styled-components": "5.3.0",
"tabler-icons-react": "^1.35.0",
"tabler-react": "^2.0.0-alpha.1",
"typescript": "^4.2.4"
"tabler-react-typescript": "^0.0.4",
"typescript": "^4.3.5"
},
"scripts": {
"start": "react-scripts start",