2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-16 15:29:02 +00:00

Update grunt dependency

This commit is contained in:
Tomas Kirda 2023-10-10 19:51:17 -05:00
parent 14eec386ba
commit f97172ff73
2 changed files with 81 additions and 862 deletions

938
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,7 @@
"jquery-plugin"
],
"scripts": {
"build": "grunt build",
"format": "prettier --write ./src/**",
"lint": "eslint ./src"
},
@ -24,8 +25,8 @@
"devDependencies": {
"@types/jquery": "^3.5.22",
"eslint": "^8.51.0",
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt": "^1.6.1",
"grunt-contrib-uglify": "^5.2.2",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},