Skip to content

Commit

Permalink
fix: sandbox codemirror/state 6.1.2 (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Oct 14, 2022
1 parent 1f8c4f7 commit e153eab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions frontend/package.json
Expand Up @@ -96,6 +96,9 @@
"vitest": "0.22.1",
"whatwg-fetch": "3.6.2"
},
"resolutions": {
"@codemirror/state": "6.1.2"
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/src/__mocks__/fileMock.js",
Expand Down
7 changes: 1 addition & 6 deletions frontend/yarn.lock
Expand Up @@ -1514,12 +1514,7 @@
"@codemirror/view" "^6.0.0"
crelt "^1.0.5"

"@codemirror/state@^6.0.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.1.0.tgz#c0f1d80f61908c9dcf5e2a3fe931e9dd78f3df8a"
integrity sha512-qbUr94DZTe6/V1VS7LDLz11rM/1t/nJxR1El4I6UaxDEdc0aZZvq6JCLJWiRmUf95NRAnDH6fhXn+PWp9wGCIg==

"@codemirror/state@^6.1.1":
"@codemirror/state@6.1.2", "@codemirror/state@^6.0.0", "@codemirror/state@^6.1.1":
version "6.1.2"
resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.1.2.tgz#182d46eabcc17c95508984d6add5a5a641dcd517"
integrity sha512-Mxff85Hp5va+zuj+H748KbubXjrinX/k28lj43H14T2D0+4kuvEFIEIO7hCEcvBT8ubZyIelt9yGOjj2MWOEQA==
Expand Down

0 comments on commit e153eab

Please sign in to comment.