Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Jul 30, 2023
1 parent dd8eed7 commit 5183a81
Show file tree
Hide file tree
Showing 4 changed files with 382 additions and 386 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"devDependencies": {
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"prettier": "^2.8.7",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
"@types/jest": "^29.5.3",
"jest": "^29.6.2",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"version": "0.6.1"
}
2 changes: 1 addition & 1 deletion packages/manatea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"devDependencies": {
"microbundle": "^0.15.1",
"typescript": "^5.0.2"
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/react-manatea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.0.30",
"@types/react": "^18.2.17",
"@types/use-sync-external-store": "^0.0.3",
"microbundle": "^0.15.1",
"react": "^18.2.0",
"react-test-renderer": "^18.2.0",
"typescript": "^5.0.2"
"typescript": "^5.1.6"
},
"peerDependencies": {
"manatea": "workspace:*",
Expand Down
Loading

0 comments on commit 5183a81

Please sign in to comment.