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

Update dependency @codemirror/commands to v6.4.0 #20569

Merged
merged 1 commit into from
Apr 20, 2024
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/runtime": "7.24.4",
"@braintree/sanitize-url": "7.0.1",
"@codemirror/autocomplete": "6.16.0",
"@codemirror/commands": "6.3.3",
"@codemirror/commands": "6.4.0",
"@codemirror/language": "6.10.1",
"@codemirror/legacy-modes": "6.4.0",
"@codemirror/search": "6.5.6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1486,15 +1486,15 @@ __metadata:
languageName: node
linkType: hard

"@codemirror/commands@npm:6.3.3":
version: 6.3.3
resolution: "@codemirror/commands@npm:6.3.3"
"@codemirror/commands@npm:6.4.0":
version: 6.4.0
resolution: "@codemirror/commands@npm:6.4.0"
dependencies:
"@codemirror/language": "npm:^6.0.0"
"@codemirror/state": "npm:^6.4.0"
"@codemirror/view": "npm:^6.0.0"
"@lezer/common": "npm:^1.1.0"
checksum: 10/4b398b102d6afcbf0e0018b426287a7458867497811c9155790a3cc679b880765cd756bdb96bf35abc28fecb85c0938e618d39469ce8bc0724d4dea5d88f6ac2
checksum: 10/8cbd985f00e3352c2a928b8d23388395803c198768f6eb3e51f6b5a8e5954c48765152e85a0d6d4bf34ae11a8d271d81de87250b9a7ef57d58987cfa37191e6c
languageName: node
linkType: hard

Expand Down Expand Up @@ -8946,7 +8946,7 @@ __metadata:
"@braintree/sanitize-url": "npm:7.0.1"
"@bundle-stats/plugin-webpack-filter": "npm:4.12.2"
"@codemirror/autocomplete": "npm:6.16.0"
"@codemirror/commands": "npm:6.3.3"
"@codemirror/commands": "npm:6.4.0"
"@codemirror/language": "npm:6.10.1"
"@codemirror/legacy-modes": "npm:6.4.0"
"@codemirror/search": "npm:6.5.6"
Expand Down
Loading