Fix sorting of package names in package.json

This commit is contained in:
Tom Hughes 2025-03-09 11:03:26 +00:00
parent dd57602d7e
commit f4009e32da

View file

@ -10,11 +10,11 @@
"osm-community-index": "^5.2.0"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^4.0.0",
"@types/jquery": "^3.5.0",
"@types/leaflet": "^1.9.0",
"eslint": "^9.0.0",
"eslint-plugin-erb": "^2.1.0",
"@stylistic/eslint-plugin-js": "^4.0.0",
"eslint-formatter-compact": "^8.40.0"
"eslint-formatter-compact": "^8.40.0",
"eslint-plugin-erb": "^2.1.0"
}
}