Skip to content

Commit

Permalink
Add overrides
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <[email protected]>
  • Loading branch information
tsmaeder committed Dec 17, 2024
1 parent 37d8330 commit 46ab709
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 20 deletions.
21 changes: 7 additions & 14 deletions package-lock.json

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

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"engines": {
"node": ">=18"
},
"resolutions": {
"**/@types/node": "18",
"**/nan": "2.20.0"
"overrides": {
"@types/node": "18",
"nan": "2.20.0",
"perfect-scrollbar": "1.5.5"
},
"devDependencies": {
"@types/chai": "4.3.0",
Expand Down Expand Up @@ -64,7 +65,7 @@
"build:electron": "cd examples/electron && npm run build",
"build:tools": "lerna run compile --scope \"@theia/{re-exports,eslint-plugin}\"",
"clean": "npm run -s rebuild:clean && npm run -s lint:clean && lerna run clean",
"compile": "lerna run compile --concurrency=1",
"compile": "lerna run compile",
"compute-references": "node scripts/compile-references.js",
"docs": "rimraf gh-pages/docs/next && typedoc --tsconfig tsconfig.json --options configs/typedoc.json .",
"download:plugins": "theia download:plugins",
Expand Down Expand Up @@ -115,4 +116,4 @@
"ms-vscode.references-view",
"ms-python.vscode-pylance"
]
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"react-dom": "^18.2.0",
"react-tooltip": "^4.2.21",
"react-virtuoso": "^2.17.0",
"reflect-metadata": "^0.1.10",
"reflect-metadata": "^0.2.2",
"route-parser": "^0.0.5",
"safer-buffer": "^2.1.2",
"socket.io": "^4.5.3",
Expand Down

0 comments on commit 46ab709

Please sign in to comment.