Skip to content

Commit

Permalink
feat(deps): support @doc-tools/transform@3 (#110)
Browse files Browse the repository at this point in the history
Also updated `@bem-react/classname` and `@gravity-ui/i18n`
  • Loading branch information
d3m1d0v authored Jun 29, 2023
1 parent 553af4b commit 495ecf1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
42 changes: 22 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"author": "Data UI Team <data-ui@yandex-team.ru>",
"license": "MIT",
"dependencies": {
"@bem-react/classname": "^1.5.12",
"@gravity-ui/i18n": "1.0.0",
"@bem-react/classname": "^1.6.0",
"@gravity-ui/i18n": "^1.1.0",
"@types/is-number": "^7.0.1",
"@types/markdown-it": "^12.2.3",
"is-number": "^7.0.0",
Expand All @@ -64,7 +64,7 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@doc-tools/transform": "2.16.0",
"@doc-tools/transform": "3.1.2",
"@gravity-ui/eslint-config": "1.0.2",
"@gravity-ui/prettier-config": "1.0.1",
"@gravity-ui/stylelint-config": "1.0.1",
Expand Down Expand Up @@ -108,7 +108,7 @@
"typescript": "^4.5.2"
},
"peerDependencies": {
"@doc-tools/transform": "^2.16.0",
"@doc-tools/transform": "^2.16.0 || ^3.0.0",
"@gravity-ui/uikit": "^3.18.0 || ^4.1.0",
"lodash": "^4.17.20",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down

0 comments on commit 495ecf1

Please sign in to comment.