Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: silence deprecated version and unmet peer dependency warnings #1282

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
save-exact = true
engine-strict = true
unsafe-perm = true
legacy-peer-deps = true
frozen-lockfile = false
vraravam marked this conversation as resolved.
Show resolved Hide resolved
strict-peer-dependencies=true
vraravam marked this conversation as resolved.
Show resolved Hide resolved
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,30 @@
"pnpm": {
"overrides": {
"usocket": "_EXCLUDED_"
},
"peerDependencyRules": {
"allowedVersions": {
"esbuild-sass-plugin>esbuild": "^0.16.7",
vraravam marked this conversation as resolved.
Show resolved Hide resolved
"react-electron-web-view>react": "^18.0.0",
"react-electron-web-view>react-dom": "^18.0.0",
"react-loader>react": "^18.0.0",
"react-loader>react-dom": "^18.0.0",
"react-sortable-hoc>react": "^18.0.0",
"react-sortable-hoc>react-dom": "^18.0.0"
vraravam marked this conversation as resolved.
Show resolved Hide resolved
}
},
"allowedDeprecatedVersions": {
"kleur": "2.0.2",
"set-value": "1.0.0",
"request": "2.88.2",
"har-validator": "5.1.5",
"uuid": "3.4.0",
"@sinonjs/fake-timers": "10.2.0",
"@npmcli/move-file": "1.1.2 || 2.0.1",
"source-map-resolve": "0.5.3",
"source-map-url": "0.4.1",
"resolve-url": "0.2.1",
"urix": "0.1.0"
vraravam marked this conversation as resolved.
Show resolved Hide resolved
}
},
"overrides": {
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

Loading