mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #9769 from overleaf/ae-theme-active-line
GitOrigin-RevId: bc38c03192fa368564c3857f1486c8956a82e2f5
This commit is contained in:
parent
91bf3378a5
commit
df57f6d749
2 changed files with 40 additions and 0 deletions
38
package-lock.json
generated
38
package-lock.json
generated
|
@ -9358,6 +9358,15 @@
|
|||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/color-alpha": {
|
||||
"version": "1.1.3",
|
||||
"resolved": "https://registry.npmjs.org/color-alpha/-/color-alpha-1.1.3.tgz",
|
||||
"integrity": "sha512-krPYBO1RSO5LH4AGb/b6z70O1Ip2o0F0+0cVFN5FN99jfQtZFT08rQyg+9oOBNJYAn3SRwJIFC8jUEOKz7PisA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"color-parse": "^1.4.1"
|
||||
}
|
||||
},
|
||||
"node_modules/color-convert": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
||||
|
@ -9374,6 +9383,15 @@
|
|||
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
||||
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
||||
},
|
||||
"node_modules/color-parse": {
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://registry.npmjs.org/color-parse/-/color-parse-1.4.2.tgz",
|
||||
"integrity": "sha512-RI7s49/8yqDj3fECFZjUI1Yi0z/Gq1py43oNJivAIIDSyJiOZLfYCRQEgn8HEVAj++PcRe8AnL2XF0fRJ3BTnA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"color-name": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/color-support": {
|
||||
"version": "1.1.3",
|
||||
"resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
|
||||
|
@ -34983,6 +35001,7 @@
|
|||
"chai-as-promised": "^7.1.1",
|
||||
"chai-exclude": "^2.0.3",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"color-alpha": "^1.1.3",
|
||||
"content-disposition": "^0.5.0",
|
||||
"copy-webpack-plugin": "^10.2.4",
|
||||
"css-loader": "^6.7.1",
|
||||
|
@ -42477,6 +42496,7 @@
|
|||
"cheerio": "^1.0.0-rc.3",
|
||||
"classnames": "^2.2.6",
|
||||
"codemirror": "~5.33.0",
|
||||
"color-alpha": "^1.1.3",
|
||||
"connect-redis": "^3.1.0",
|
||||
"content-disposition": "^0.5.0",
|
||||
"contentful": "^6.1.1",
|
||||
|
@ -48064,6 +48084,15 @@
|
|||
"object-visit": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"color-alpha": {
|
||||
"version": "1.1.3",
|
||||
"resolved": "https://registry.npmjs.org/color-alpha/-/color-alpha-1.1.3.tgz",
|
||||
"integrity": "sha512-krPYBO1RSO5LH4AGb/b6z70O1Ip2o0F0+0cVFN5FN99jfQtZFT08rQyg+9oOBNJYAn3SRwJIFC8jUEOKz7PisA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"color-parse": "^1.4.1"
|
||||
}
|
||||
},
|
||||
"color-convert": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
||||
|
@ -48077,6 +48106,15 @@
|
|||
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
||||
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
||||
},
|
||||
"color-parse": {
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://registry.npmjs.org/color-parse/-/color-parse-1.4.2.tgz",
|
||||
"integrity": "sha512-RI7s49/8yqDj3fECFZjUI1Yi0z/Gq1py43oNJivAIIDSyJiOZLfYCRQEgn8HEVAj++PcRe8AnL2XF0fRJ3BTnA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"color-name": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"color-support": {
|
||||
"version": "1.1.3",
|
||||
"resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
|
||||
|
|
|
@ -257,6 +257,8 @@
|
|||
"chai-as-promised": "^7.1.1",
|
||||
"chai-exclude": "^2.0.3",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"color-alpha": "^1.1.3",
|
||||
"color-parse": "^1.4.2",
|
||||
"content-disposition": "^0.5.0",
|
||||
"copy-webpack-plugin": "^10.2.4",
|
||||
"css-loader": "^6.7.1",
|
||||
|
|
Loading…
Reference in a new issue