mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
* Upgrade lodash resolution to 4.18.1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * update lodash in rest of packages --------- Co-authored-by: Eric Mc Sween <5454374+emcsween@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Anna Fields <acfields11@gmail.com> GitOrigin-RevId: 66ce1610993a592899c25155757ca3267ebcd5c1
18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"name": "@overleaf/eslint-plugin",
|
|
"version": "0.1.0",
|
|
"author": "Overleaf (https://www.overleaf.com)",
|
|
"license": "AGPL-3.0-only",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"eslint": "^8.51.0",
|
|
"lodash": "^4.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/parser": "^8.50.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node rules.test.js"
|
|
}
|
|
}
|