removed not needed dependencies from package-lock.json

This commit is contained in:
Vladyslav Matsiiako
2022-11-26 10:48:41 -05:00
parent b5f370aa5a
commit 02e969162a

View File

@@ -5,8 +5,6 @@
"packages": {
"": {
"dependencies": {
"@apihero/github": "^1.1.5",
"@apihero/react": "^1.2.3",
"@emotion/css": "^11.10.0",
"@emotion/server": "^11.10.0",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
@@ -84,60 +82,6 @@
"node": ">=6.0.0"
}
},
"node_modules/@apihero/core": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@apihero/core/-/core-1.0.1.tgz",
"integrity": "sha512-ZLA3lf8265lwAQlAdpqZltf6KNlqiLW5s9xKqMpDPN4sjrtf9qjsEbye9hGWRqAlRvHQThHCXzQG8M/8nb30jg=="
},
"node_modules/@apihero/github": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/@apihero/github/-/github-1.1.5.tgz",
"integrity": "sha512-48l2c73MUWfAi2zgMTt6uLzbECrO4xvXezyhTfUDjxuW4Er4tzQ3GcYykpd6stxzSVpPsWV2FMwhvqKuNEir7g==",
"dependencies": {
"@apihero/core": "^1.0.0"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@apihero/react": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@apihero/react/-/react-1.2.3.tgz",
"integrity": "sha512-I+YprW5xnM1D/vTRnUEPEb1r2mjx+p8LUq35CigIEmJb54/j88NH/nGE+6vIS8MYLP3vgeji2Dlc6v0fw6Vkpw==",
"dependencies": {
"@tanstack/react-query": "^4.2.3",
"tiny-invariant": "^1.2.0"
},
"peerDependencies": {
"react": "16.8.x || 17.x || 18.x"
}
},
"node_modules/@apihero/react/node_modules/@tanstack/react-query": {
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.12.0.tgz",
"integrity": "sha512-prchV1q+CJ0ZVo8Rts2cOF3azDfQizZZySmH6XXsXRcPTbir0sgb9fp0vY/5l5ZkSYjTvWt/OL8WQhAhYMSvrA==",
"dependencies": {
"@tanstack/query-core": "4.12.0",
"use-sync-external-store": "^1.2.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-native": "*"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
},
"react-native": {
"optional": true
}
}
},
"node_modules/@babel/code-frame": {
"version": "7.18.6",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
@@ -4760,39 +4704,6 @@
}
}
},
"@apihero/core": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@apihero/core/-/core-1.0.1.tgz",
"integrity": "sha512-ZLA3lf8265lwAQlAdpqZltf6KNlqiLW5s9xKqMpDPN4sjrtf9qjsEbye9hGWRqAlRvHQThHCXzQG8M/8nb30jg=="
},
"@apihero/github": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/@apihero/github/-/github-1.1.5.tgz",
"integrity": "sha512-48l2c73MUWfAi2zgMTt6uLzbECrO4xvXezyhTfUDjxuW4Er4tzQ3GcYykpd6stxzSVpPsWV2FMwhvqKuNEir7g==",
"requires": {
"@apihero/core": "^1.0.0"
}
},
"@apihero/react": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@apihero/react/-/react-1.2.3.tgz",
"integrity": "sha512-I+YprW5xnM1D/vTRnUEPEb1r2mjx+p8LUq35CigIEmJb54/j88NH/nGE+6vIS8MYLP3vgeji2Dlc6v0fw6Vkpw==",
"requires": {
"@tanstack/react-query": "^4.2.3",
"tiny-invariant": "^1.2.0"
},
"dependencies": {
"@tanstack/react-query": {
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.12.0.tgz",
"integrity": "sha512-prchV1q+CJ0ZVo8Rts2cOF3azDfQizZZySmH6XXsXRcPTbir0sgb9fp0vY/5l5ZkSYjTvWt/OL8WQhAhYMSvrA==",
"requires": {
"@tanstack/query-core": "4.12.0",
"use-sync-external-store": "^1.2.0"
}
}
}
},
"@babel/code-frame": {
"version": "7.18.6",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",