Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jun 8, 2022
1 parent a2023a9 commit c09d5c8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
},
"dependencies": {
"@bottom-sheet/state-machine": "^1.1.0",
"@bottom-sheet/state-machine": "^1.1.1",
"@bottom-sheet/types": "^1.0.6",
"@types/use-sync-external-store": "^0.0.3",
"use-sync-external-store": "^1.1.0",
Expand All @@ -72,7 +72,7 @@
"@swc/jest": "^0.2.21",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.1",
"@types/node": "^17.0.40",
"@types/node": "^17.0.41",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.27.1",
Expand All @@ -86,8 +86,8 @@
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"parcel": "^2.6.0",
"prettier": "^2.6.2",
"prettier-plugin-packagejson": "^2.2.18",
Expand Down

0 comments on commit c09d5c8

Please sign in to comment.