Use JavaScript Optional chaining in vendors/*

This commit is contained in:
the-djmaze 2022-09-12 22:07:51 +02:00
parent e5e4675c1b
commit ef8b1f40e4
28 changed files with 619 additions and 750 deletions

View file

@ -33,11 +33,11 @@
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.0"
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3"
},
"dependencies": {
"closure-compiler": "^0.2.12",
"google-closure-compiler": "^20200830.0.0"
"closure-compiler": "0.2.12",
"google-closure-compiler": "^20220905.0.0"
}
}