Skip to content

Commit f7580e1

Browse files
committed
dep updates
1 parent 814068c commit f7580e1

File tree

70 files changed

+685
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+685
-21
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

hooks/useLoadData/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export * from './useLoadData'
2+
export * from './types';

hooks/useOptionalDependency/README.md

+1-1

hooks/useOptionalDependency/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './useOptionalDependency';

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@babel/preset-env": "^7.12.11",
2323
"@babel/preset-typescript": "^7.12.10",
24-
"@jest/globals": "^27.2.1",
24+
"@jest/globals": "^29.5.0",
2525
"@testing-library/react": "^13.4.0",
2626
"@testing-library/react-hooks": "^8.0.1",
2727
"@types/jest": "^26.0.5",
@@ -33,7 +33,7 @@
3333
"react": "^18.2.0",
3434
"react-dom": "^18.2.0",
3535
"ts-jest": "^27.0.5",
36-
"typescript": "^4.7.4"
36+
"typescript": "^5.1.3"
3737
},
3838
"peerDependencies": {
3939
"react": "^17.0.0 || ^18.0.0",
File renamed without changes.

0 commit comments

Comments
 (0)