Skip to content

Commit

Permalink
🔨 chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Jul 1, 2022
1 parent a542a2f commit d451f58
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.2

- Bump dependencies

## 2.0.1

- fix examples
Expand Down
29 changes: 15 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@casper124578/useful",
"version": "2.0.1",
"version": "2.0.2",
"description": "List of useful React functions and hooks",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -36,11 +36,11 @@
"url": "https://github.com/Dev-CasperTheGhost/useful/issues"
},
"devDependencies": {
"@casper124578/eslint-config": "^4.3.0",
"@casper124578/eslint-config-react": "^4.3.0",
"@types/react": "^18.0.8",
"eslint": "^8.14.0",
"typescript": "^4.6.4"
"@casper124578/eslint-config": "^4.4.0",
"@casper124578/eslint-config-react": "^4.4.0",
"@types/react": "^18.0.14",
"eslint": "^8.18.0",
"typescript": "^4.7.4"
},
"peerDependencies": {
"react": ">=17.0.2",
Expand Down

0 comments on commit d451f58

Please sign in to comment.