Merge branch 'renovate/codemirror-0.x' into 'master'

Update dependency @types/codemirror to v0.0.83

See merge request pastebinrun/pastebinrun!136
This commit is contained in:
Konrad Borowski 2020-01-23 08:42:09 +00:00
commit b51f2c38d3
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -11,9 +11,9 @@
"dev": true
},
"@types/codemirror": {
"version": "0.0.82",
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.82.tgz",
"integrity": "sha512-EVlPrt1rB256CRTlhNCXXLYaN24n3qZNStM6dRWaV6sUYyJA1SC5hvDSCHEHDg1SB93X8TwAGWRjEVdmUWPHmQ==",
"version": "0.0.83",
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.83.tgz",
"integrity": "sha512-u2/1QnESsrIWgnZOidPJDyzU1WPw3CGHB+jDh6KgZrwevmayV99KBpNduonbsVg2ERLLaCBoUXRGGxvanP1hmQ==",
"dev": true,
"requires": {
"@types/tern": "*"

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"devDependencies": {
"@types/codemirror": "0.0.82",
"@types/codemirror": "0.0.83",
"@types/prismjs": "1.16.0",
"codemirror": "5.51.0",
"css-loader": "3.4.2",