Skip to content

Commit

Permalink
feat: update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 4, 2022
1 parent f942aed commit 4cfb794
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,24 @@
"lint": "eslint src/ --fix"
},
"dependencies": {
"@supabase/supabase-js": "^1.31.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@supabase/supabase-js": "^1.33.2",
"avvvatars-react": "^0.4.2",
"axios": "^0.26.0",
"axios": "^0.26.1",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"react": "^17.0.2",
"react-day-picker": "^7.4.10",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-day-picker": "^8.0.1",
"react-dom": "^18.0.0",
"react-dropzone": "^12.0.4",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.1",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"sass": "^1.49.9",
"sass": "^1.49.11",
"serve": "^13.0.2",
"spinners-react": "^1.0.6",
"typescript": "^4.5.5",
"typescript": "^4.6.3",
"use-local-storage": "^2.3.6",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
Expand All @@ -56,23 +54,20 @@
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/react": "^17.0.42",
"@types/react-dom": "^17.0.14",
"@types/react-dropzone": "^5.1.0",
"@types/react-router-dom": "^5.3.3",
"@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import-helpers": "^1.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"prettier": "^2.6.0",
"prettier": "^2.6.2",
"prettier-eslint": "^13.0.0",
"prettier-eslint-cli": "^5.0.1"
}
Expand Down

0 comments on commit 4cfb794

Please sign in to comment.