Skip to content

Commit

Permalink
fix: Update core deps
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Dec 18, 2023
1 parent d354f3d commit 3d21f10
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 41 deletions.
115 changes: 84 additions & 31 deletions package-lock.json

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

15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"includer"
],
"peerDependencies": {
"@gravity-ui/uikit": "^5.18.0",
"@gravity-ui/uikit": "^5.25.0",
"markdown-it": "^14.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
Expand All @@ -60,7 +61,7 @@
"@diplodoc/eslint-config": "^1.0.15",
"@diplodoc/prettier-config": "^1.0.0",
"@diplodoc/tsconfig": "^1.0.2",
"@gravity-ui/uikit": "^5.24.0",
"@gravity-ui/uikit": "^5.25.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.60",
"@types/html-escaper": "^3.0.0",
Expand All @@ -69,7 +70,7 @@
"@types/js-yaml": "^4.0.5",
"@types/json-schema": "^7.0.11",
"@types/json-stringify-safe": "^5.0.0",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it": "^13.0.7",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"esbuild": "^0.18.12",
Expand All @@ -78,7 +79,7 @@
"glob": "^10.2.6",
"jest": "^29.5.0",
"jest-when": "^3.5.2",
"markdown-it": "^13.0.1",
"markdown-it": "^14.0.0",
"npm-run-all": "^4.1.5",
"openapi-types": "^12.1.3",
"prettier": "^3.0.3",
Expand All @@ -98,12 +99,6 @@
"json-stringify-safe": "^5.0.1",
"slugify": "^1.6.6"
},
"overrides": {
"react-sortable-hoc": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"keywords": [
"diplodoc",
"diplodoc-extension",
Expand Down

0 comments on commit 3d21f10

Please sign in to comment.