Skip to content

Commit

Permalink
fix(infra): engines, overrides, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
moki committed Oct 30, 2023
1 parent b6a1a6b commit 961452c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 16 deletions.
30 changes: 19 additions & 11 deletions package-lock.json

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

16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"git:head": "git checkout master && git pull"
},
"engines": {
"node": "18.*",
"npm:": "9.*"
"node": ">=18.*",
"npm:": ">=9.*"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@aws-sdk/client-s3": "^3.369.0",
"@diplodoc/client": "^1.0.2",
"@diplodoc/markdown-translation": "^1.0.0-beta.4",
"@diplodoc/mermaid-extension": "^1.1.1",
"@diplodoc/openapi-extension": "^1.3.3",
"@diplodoc/transform": "^4.0.0",
"@diplodoc/mermaid-extension": "^1.1.3",
"@diplodoc/openapi-extension": "^1.4.0",
"@diplodoc/transform": "^4.2.1",
"@octokit/core": "4.2.4",
"@types/glob": "^8.0.0",
"@types/json-stringify-safe": "^5.0.0",
Expand Down Expand Up @@ -89,6 +89,12 @@
"ts-node": "^10.9.1",
"typescript": "4.9.5"
},
"overrides": {
"react-sortable-hoc": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down

0 comments on commit 961452c

Please sign in to comment.