Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenMateus authored Jun 20, 2022
1 parent 0759eb1 commit ff08b8a
Show file tree
Hide file tree
Showing 2 changed files with 704 additions and 579 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"dependencies": {
"@emotion/css": "^11.9.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.2.0",
"eslint": "^8.16.0",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"lint-staged": "^12.4.2",
"prettier": "^2.6.2",
"lint-staged": "^13.0.2",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"typescript": "^4.7.2"
"typescript": "^4.7.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit ff08b8a

Please sign in to comment.