Skip to content

Commit 1964b59

Browse files
authored
build(deps): support uikit@4 (#82)
1 parent c21ae83 commit 1964b59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm install @doc-tools/yfm-editor
1313
Ensure that peer dependencies are installed in your project
1414

1515
```shell
16-
npm install react@17 react-dom@17 @doc-tools/transform@2 @gravity-ui/uikit@3 lodash@4
16+
npm install react@17 react-dom@17 @doc-tools/transform@2 @gravity-ui/uikit@4 lodash@4
1717
```
1818

1919
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
},
110110
"peerDependencies": {
111111
"@doc-tools/transform": "^2.16.0",
112-
"@gravity-ui/uikit": "^3.18.0",
112+
"@gravity-ui/uikit": "^3.18.0 || ^4.1.0",
113113
"lodash": "^4.17.20",
114114
"react": "^16.8.0 || ^17.0.0",
115115
"react-dom": "^16.8.0 || ^17.0.0"

0 commit comments

Comments
 (0)