Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5a2668f

Browse files
committedDec 16, 2024·
fix: force usage of newer packages (docs)
1 parent ea6c736 commit 5a2668f

File tree

2 files changed

+401
-50
lines changed

2 files changed

+401
-50
lines changed
 

‎docs/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/react-color": "^3.0.6",
4444
"component-docs": "^0.24.0",
4545
"patch-package": "^6.5.0",
46-
"typescript": "^4.8.4"
46+
"typescript": "^4.9.0"
4747
},
4848
"browserslist": {
4949
"production": [
@@ -61,6 +61,8 @@
6161
"node": ">=16.14"
6262
},
6363
"resolutions": {
64+
"react-docgen": "5.4.3",
65+
"ast-types": "0.16.1",
6466
"@types/react": "18.0.8",
6567
"@types/react-dom": "18.0.8"
6668
}

0 commit comments

Comments
 (0)
Please sign in to comment.