Merge pull request #524 from dorny/feature/remove-types-github-slugger

This commit is contained in:
Jozef Izso 2024-08-30 11:52:42 +02:00 committed by GitHub
commit fd386493ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

7
package-lock.json generated
View file

@ -23,7 +23,6 @@
"@octokit/webhooks": "^12.0.11", "@octokit/webhooks": "^12.0.11",
"@octokit/webhooks-types": "^7.3.1", "@octokit/webhooks-types": "^7.3.1",
"@types/adm-zip": "^0.5.5", "@types/adm-zip": "^0.5.5",
"@types/github-slugger": "^1.3.0",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@types/node": "^18.19.32", "@types/node": "^18.19.32",
"@types/picomatch": "^2.3.3", "@types/picomatch": "^2.3.3",
@ -1614,12 +1613,6 @@
"@types/responselike": "^1.0.0" "@types/responselike": "^1.0.0"
} }
}, },
"node_modules/@types/github-slugger": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@types/github-slugger/-/github-slugger-1.3.0.tgz",
"integrity": "sha512-J/rMZa7RqiH/rT29TEVZO4nBoDP9XJOjnbbIofg7GQKs4JIduEO3WLpte+6WeUz/TcrXKlY+bM7FYrp8yFB+3g==",
"dev": true
},
"node_modules/@types/graceful-fs": { "node_modules/@types/graceful-fs": {
"version": "4.1.9", "version": "4.1.9",
"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",

View file

@ -46,7 +46,6 @@
"@octokit/webhooks": "^12.0.11", "@octokit/webhooks": "^12.0.11",
"@octokit/webhooks-types": "^7.3.1", "@octokit/webhooks-types": "^7.3.1",
"@types/adm-zip": "^0.5.5", "@types/adm-zip": "^0.5.5",
"@types/github-slugger": "^1.3.0",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@types/node": "^18.19.32", "@types/node": "^18.19.32",
"@types/picomatch": "^2.3.3", "@types/picomatch": "^2.3.3",