Compare commits
1 commit
develop
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
fd13047e82 |
2 changed files with 6 additions and 11 deletions
|
@ -65,7 +65,7 @@
|
|||
"react-dom": "18.2.0",
|
||||
"react-hook-form": "^7.48.2",
|
||||
"react-hot-toast": "^2.4.1",
|
||||
"react-markdown": "^9.0.0",
|
||||
"react-markdown": "^9.0.1",
|
||||
"react-select": "^5.8.0",
|
||||
"react-tooltip": "^5.25.0",
|
||||
"redaxios": "^0.5.1",
|
||||
|
|
|
@ -108,8 +108,8 @@ importers:
|
|||
specifier: ^2.4.1
|
||||
version: 2.4.1(csstype@3.1.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
react-markdown:
|
||||
specifier: ^9.0.0
|
||||
version: 9.0.0(@types/react@18.2.39)(react@18.2.0)
|
||||
specifier: ^9.0.1
|
||||
version: 9.0.1(@types/react@18.2.39)(react@18.2.0)
|
||||
react-select:
|
||||
specifier: ^5.8.0
|
||||
version: 5.8.0(@types/react@18.2.39)(react-dom@18.2.0)(react@18.2.0)
|
||||
|
@ -3223,7 +3223,7 @@ packages:
|
|||
/@types/hast@3.0.0:
|
||||
resolution: {integrity: sha512-SoytUJRuf68HXYqcXicQIhCrLQjqeYU2anikr4G3p3Iz+OZO5QDQpDj++gv+RenHsnUBwNZ2dumBArF8VLSk2Q==}
|
||||
dependencies:
|
||||
'@types/unist': 2.0.6
|
||||
'@types/unist': 3.0.0
|
||||
dev: false
|
||||
|
||||
/@types/istanbul-lib-coverage@2.0.4:
|
||||
|
@ -3356,10 +3356,6 @@ packages:
|
|||
resolution: {integrity: sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==}
|
||||
dev: false
|
||||
|
||||
/@types/unist@2.0.6:
|
||||
resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==}
|
||||
dev: false
|
||||
|
||||
/@types/unist@3.0.0:
|
||||
resolution: {integrity: sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==}
|
||||
dev: false
|
||||
|
@ -9407,8 +9403,8 @@ packages:
|
|||
resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==}
|
||||
dev: true
|
||||
|
||||
/react-markdown@9.0.0(@types/react@18.2.39)(react@18.2.0):
|
||||
resolution: {integrity: sha512-v6yNf3AB8GfJ8lCpUvzxAXKxgsHpdmWPlcVRQ6Nocsezp255E/IDrF31kLQsPJeB/cKto/geUwjU36wH784FCA==}
|
||||
/react-markdown@9.0.1(@types/react@18.2.39)(react@18.2.0):
|
||||
resolution: {integrity: sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg==}
|
||||
peerDependencies:
|
||||
'@types/react': '>=18'
|
||||
react: '>=18'
|
||||
|
@ -9419,7 +9415,6 @@ packages:
|
|||
hast-util-to-jsx-runtime: 2.2.0
|
||||
html-url-attributes: 3.0.0
|
||||
mdast-util-to-hast: 13.0.2
|
||||
micromark-util-sanitize-uri: 2.0.0
|
||||
react: 18.2.0
|
||||
remark-parse: 11.0.0
|
||||
remark-rehype: 11.0.0
|
||||
|
|
Loading…
Reference in a new issue