chore: update web dependencies (#102)

* chore: update deps

* chore: remove craco

* chore: fix exports

* fix: filters list indexer bg

* fix: extend theme with correct color
This commit is contained in:
Raghu Saxena 2022-02-05 20:27:44 +08:00 committed by GitHub
parent c35744dc3a
commit 0076ea9129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 4316 additions and 7268 deletions

View file

@ -5,7 +5,6 @@
"proxy": "http://127.0.0.1:8989",
"homepage": ".",
"dependencies": {
"@craco/craco": "^6.1.2",
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"date-fns": "^2.25.0",
@ -18,15 +17,15 @@
"react-query": "^3.18.1",
"react-ridge-state": "^4.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-scripts": "^5.0.0",
"react-select": "5.0.0-beta.0",
"react-table": "^7.7.0",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
@ -48,19 +47,19 @@
]
},
"devDependencies": {
"autoprefixer": "^9",
"postcss": "^7",
"typescript": "^4.1.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/forms": "^0.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/react-router-dom": "^5.1.7",
"@types/react-table": "^7.7.7",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0"
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/react-table": "^7.7.7",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.18",
"typescript": "^4.1.2"
}
}