Fix duplicate react-query in the lockfile (#10005)

This PR cleans the react-query entries in lockfile
This commit is contained in:
Sergei Garin 2024-05-21 10:05:16 +03:00 committed by GitHub
parent 31dd5944d7
commit 3a3052d392
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
package-lock.json generated
View File

@ -2231,21 +2231,6 @@
"node": ">=14.0.0"
}
},
"app/ide-desktop/node_modules/@tanstack/react-query": {
"version": "5.36.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.36.2.tgz",
"integrity": "sha512-bHNa+5dead+j6SA8WVlEOPxcGfteVFgdyFTCFcxBgjnPf0fFpHUc7aNZBCnvmPXqy/BeQa9zTuU9ectb7i8ZXA==",
"dependencies": {
"@tanstack/query-core": "5.36.1"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"react": "^18.0.0"
}
},
"app/ide-desktop/node_modules/ajv": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz",
@ -7017,8 +7002,6 @@
"version": "5.37.1",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.37.1.tgz",
"integrity": "sha512-EhtBNA8GL3XFeSx6VYUjXQ96n44xe3JGKZCzBINrCYlxbZP6UwBafv7ti4eSRWc2Fy+fybQre0w17gR6lMzULA==",
"dev": true,
"peer": true,
"dependencies": {
"@tanstack/query-core": "5.36.1"
},