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

Bump @types/github-slugger from 1.3.0 to 2.0.0 in /frontend-react in the typescript-types group #16457

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
2 changes: 1 addition & 1 deletion frontend-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"@types/dompurify": "^3.2.0",
"@types/dotenv-flow": "^3.3.3",
"@types/eslint__js": "^8.42.3",
"@types/github-slugger": "^1.3.0",
"@types/github-slugger": "^2.0.0",
"@types/html-to-text": "^9.0.4",
"@types/lodash": "^4.17.13",
"@types/mdx": "^2.0.13",
Expand Down
14 changes: 8 additions & 6 deletions frontend-react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2800,10 +2800,12 @@ __metadata:
languageName: node
linkType: hard

"@types/github-slugger@npm:^1.3.0":
version: 1.3.0
resolution: "@types/github-slugger@npm:1.3.0"
checksum: 6561f26814d7c6bf619b1abfba07930ddc2f71e1e1d58a03c20852fd4086ec17f8ee98a44a8ac77ba917c0ff7052cd3fe74071fba59bd526dff8a3a980e2e528
"@types/github-slugger@npm:^2.0.0":
version: 2.0.0
resolution: "@types/github-slugger@npm:2.0.0"
dependencies:
github-slugger: "*"
checksum: 76d5b595baa678f78846c10e47088f6734fc8e2baee2b2657bae7830363eb298db761dd6bcc5e28686dc805084c908cee11fd270d4f48c77176d4d935b37bf7f
languageName: node
linkType: hard

Expand Down Expand Up @@ -6458,7 +6460,7 @@ __metadata:
languageName: node
linkType: hard

"github-slugger@npm:^2.0.0":
"github-slugger@npm:*, github-slugger@npm:^2.0.0":
version: 2.0.0
resolution: "github-slugger@npm:2.0.0"
checksum: 250375cde2058f21454872c2c79f72c4637340c30c51ff158ca4ec71cbc478f33d54477d787a662f9207aeb095a2060f155bc01f15329ba8a5fb6698e0fc81f8
Expand Down Expand Up @@ -9857,7 +9859,7 @@ __metadata:
"@types/dompurify": ^3.2.0
"@types/dotenv-flow": ^3.3.3
"@types/eslint__js": ^8.42.3
"@types/github-slugger": ^1.3.0
"@types/github-slugger": ^2.0.0
"@types/html-to-text": ^9.0.4
"@types/lodash": ^4.17.13
"@types/mdx": ^2.0.13
Expand Down
Loading