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 @types/codemirror to v5.60.10 #1646

Merged
merged 1 commit into from
Sep 4, 2023
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 @@ -73,7 +73,7 @@
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@prettier/plugin-ruby": "4.0.2",
"@types/codemirror": "5.60.9",
"@types/codemirror": "5.60.10",
"@types/lodash": "4.14.197",
"@types/react-color": "3.0.6",
"@types/react-dom": "18.2.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4372,12 +4372,12 @@ __metadata:
languageName: node
linkType: hard

"@types/codemirror@npm:5.60.9":
version: 5.60.9
resolution: "@types/codemirror@npm:5.60.9"
"@types/codemirror@npm:5.60.10":
version: 5.60.10
resolution: "@types/codemirror@npm:5.60.10"
dependencies:
"@types/tern": "*"
checksum: 89da80a8d5c904f573289769098ad7721a4b58e056c1d08168b967bcfb63e30433d9d0bee0c43ff4b6679b0b7b87cfe942cc3f250ca0365ee244c9fb68ac9a70
checksum: c5977db03939f2a208f0ec7958be70b4fb205dd3f3122b2175ff28287a5424da95f9030b2838c61d37e6278ec53795861dec12439967c1e1da885b2b2a65b299
languageName: node
linkType: hard

Expand Down Expand Up @@ -11957,7 +11957,7 @@ __metadata:
"@popperjs/core": 2.11.8
"@prettier/plugin-ruby": 4.0.2
"@rails/ujs": 7.0.7
"@types/codemirror": 5.60.9
"@types/codemirror": 5.60.10
"@types/lodash": 4.14.197
"@types/react": 18.2.21
"@types/react-color": 3.0.6
Expand Down
Loading