chore: remove unused deps

This commit is contained in:
kastov 2026-01-23 20:41:21 +03:00
parent 0f28eaae8a
commit 06e076efff
No known key found for this signature in database
GPG key ID: 1B27BE29057F4C90
2 changed files with 0 additions and 36 deletions

35
package-lock.json generated
View file

@ -70,7 +70,6 @@
"monaco-yaml": "^5.4.0",
"motion": "12.23.26",
"nanoid": "^5.1.6",
"p-queue": "^9.1.0",
"react": "^19.2.3",
"react-country-flag": "^3.1.0",
"react-dom": "^19.2.3",
@ -11942,40 +11941,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-queue": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.0.tgz",
"integrity": "sha512-O/ZPaXuQV29uSLbxWBGGZO1mCQXV2BLIwUr59JUU9SoH76mnYvtms7aafH/isNSNGwuEfP6W/4xD0/TJXxrizw==",
"license": "MIT",
"dependencies": {
"eventemitter3": "^5.0.1",
"p-timeout": "^7.0.0"
},
"engines": {
"node": ">=20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-queue/node_modules/eventemitter3": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
"integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
"license": "MIT"
},
"node_modules/p-timeout": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-7.0.1.tgz",
"integrity": "sha512-AxTM2wDGORHGEkPCt8yqxOTMgpfbEHqF51f/5fJCmwFC3C/zNcGT63SymH2ttOAaiIws2zVg4+izQCjrakcwHg==",
"license": "MIT",
"engines": {
"node": ">=20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/parent-module": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",

View file

@ -94,7 +94,6 @@
"monaco-yaml": "^5.4.0",
"motion": "12.23.26",
"nanoid": "^5.1.6",
"p-queue": "^9.1.0",
"react": "^19.2.3",
"react-country-flag": "^3.1.0",
"react-dom": "^19.2.3",