Skip to content

Commit ec1e2da

Browse files
committed
UPDATE: packages
Signed-off-by: dziksu <benjaminrast93@gmail.com>
1 parent 83f8714 commit ec1e2da

File tree

2 files changed

+148
-89
lines changed

2 files changed

+148
-89
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@
5151
}
5252
},
5353
"dependencies": {
54-
"react": "^17.0.1"
54+
"react": "^17.0.2"
5555
},
5656
"devDependencies": {
57-
"@size-limit/preset-small-lib": "^4.9.2",
58-
"@testing-library/react-hooks": "^5.0.3",
59-
"@types/react": "^17.0.2",
60-
"@types/react-dom": "^17.0.1",
61-
"husky": "^5.1.1",
57+
"@size-limit/preset-small-lib": "^4.10.2",
58+
"@testing-library/react-hooks": "^5.1.1",
59+
"@types/react": "^17.0.3",
60+
"@types/react-dom": "^17.0.3",
61+
"husky": "^6.0.0",
6262
"np": "^7.4.0",
63-
"react-dom": "^17.0.1",
64-
"size-limit": "^4.9.2",
63+
"react-dom": "^17.0.2",
64+
"size-limit": "^4.10.2",
6565
"tsdx": "^0.14.1",
6666
"tslib": "^2.1.0",
67-
"typescript": "^4.2.2"
67+
"typescript": "^4.2.3"
6868
},
6969
"keywords": [
7070
"react",

0 commit comments

Comments
 (0)