Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juliolmuller committed Jan 17, 2023
1 parent e7e10fb commit 5437eea
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 190 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marvel-characters",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"license": "MIT",
"author": "Julio L. Muller",
Expand All @@ -23,21 +23,21 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/jquery": "^3.5.14",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@types/jquery": "^3.5.16",
"@types/md5": "^2.3.2",
"@types/node": "^16.0.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"commitizen": "^4.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"commitizen": "^4.2.6",
"cz-conventional-changelog": "^3.3.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.3",
"react-scripts": "^5.0.1",
"sass": "^1.54.4",
"typescript": "^4.7.4"
"sass": "^1.57.1",
"typescript": "^4.9.4"
}
}
Loading

1 comment on commit 5437eea

@vercel
Copy link

@vercel vercel bot commented on 5437eea Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.