mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-28 07:46:29 +00:00
Update grunt dependency
This commit is contained in:
parent
14eec386ba
commit
f97172ff73
936
package-lock.json
generated
936
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -11,6 +11,7 @@
|
|||||||
"jquery-plugin"
|
"jquery-plugin"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "grunt build",
|
||||||
"format": "prettier --write ./src/**",
|
"format": "prettier --write ./src/**",
|
||||||
"lint": "eslint ./src"
|
"lint": "eslint ./src"
|
||||||
},
|
},
|
||||||
@ -24,8 +25,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jquery": "^3.5.22",
|
"@types/jquery": "^3.5.22",
|
||||||
"eslint": "^8.51.0",
|
"eslint": "^8.51.0",
|
||||||
"grunt": "^1.0.1",
|
"grunt": "^1.6.1",
|
||||||
"grunt-contrib-uglify": "^1.0.1",
|
"grunt-contrib-uglify": "^5.2.2",
|
||||||
"prettier": "^3.0.3",
|
"prettier": "^3.0.3",
|
||||||
"typescript": "^5.2.2"
|
"typescript": "^5.2.2"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user