mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
Pin dependencies (#195)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
46d68c3ab5
commit
e887dbb9d0
2 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
"@testing-library/jest-dom": "5.10.0",
|
||||
"@testing-library/react": "10.2.1",
|
||||
"@testing-library/user-event": "11.4.1",
|
||||
"@types/codemirror": "^0.0.95",
|
||||
"@types/codemirror": "0.0.95",
|
||||
"@types/jest": "26.0.0",
|
||||
"@types/node": "12.12.47",
|
||||
"@types/node-sass": "4.11.1",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "3.2.0",
|
||||
"@typescript-eslint/parser": "3.2.0",
|
||||
"bootstrap": "4.5.0",
|
||||
"codemirror": "^5.54.0",
|
||||
"codemirror": "5.54.0",
|
||||
"eslint-config-react-app": "5.2.1",
|
||||
"eslint-config-standard": "14.1.1",
|
||||
"eslint-plugin-flowtype": "5.1.3",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"react": "16.13.1",
|
||||
"react-bootstrap": "1.0.1",
|
||||
"react-bootstrap-typeahead": "5.0.0-rc.3",
|
||||
"react-codemirror2": "^7.2.0",
|
||||
"react-codemirror2": "7.2.0",
|
||||
"react-dom": "16.13.1",
|
||||
"react-i18next": "11.5.0",
|
||||
"react-redux": "7.2.0",
|
||||
|
|
|
@ -1458,7 +1458,7 @@
|
|||
dependencies:
|
||||
"@babel/types" "^7.3.0"
|
||||
|
||||
"@types/codemirror@^0.0.95":
|
||||
"@types/codemirror@0.0.95":
|
||||
version "0.0.95"
|
||||
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-0.0.95.tgz#8fe424989cd5a6d7848f124774d42ef34d91adb8"
|
||||
integrity sha512-E7w4HS8/rR7Rxkga6j68n3/Mi4BJ870/OJJKRqytyWiM659KnbviSng/NPfM/FOjg7YL+5ruFF69FqoLChnPBw==
|
||||
|
@ -3156,7 +3156,7 @@ code-point-at@^1.0.0:
|
|||
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
|
||||
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
|
||||
|
||||
codemirror@^5.54.0:
|
||||
codemirror@5.54.0:
|
||||
version "5.54.0"
|
||||
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.54.0.tgz#82b6adf662b29eeb7b867fe7839d49e25e4a0b38"
|
||||
integrity sha512-Pgf3surv4zvw+KaW3doUU7pGjF0BPU8/sj7eglWJjzni46U/DDW8pu3nZY0QgQKUcICDXRkq8jZmq0y6KhxM3Q==
|
||||
|
@ -9285,7 +9285,7 @@ react-bootstrap@1.0.1:
|
|||
uncontrollable "^7.0.0"
|
||||
warning "^4.0.3"
|
||||
|
||||
react-codemirror2@^7.2.0:
|
||||
react-codemirror2@7.2.0:
|
||||
version "7.2.0"
|
||||
resolved "https://registry.yarnpkg.com/react-codemirror2/-/react-codemirror2-7.2.0.tgz#2f292f31b8ad1c4068220029b5099bf5fe5c7421"
|
||||
integrity sha512-m2o9qugS83DqDowrRQ1OHoELek80LJZtgAkjQ2ociaj15eLQ5Fa7bPlKIbAtNhqOAxKkVkQ0oG3Y82wbNI2ptw==
|
||||
|
|
Loading…
Reference in a new issue