Update NPM vendor packages.
This commit is contained in:
parent
76f5324901
commit
ede520b677
2 changed files with 1230 additions and 1350 deletions
2552
package-lock.json
generated
2552
package-lock.json
generated
File diff suppressed because it is too large
Load diff
28
package.json
28
package.json
|
@ -30,32 +30,32 @@
|
|||
"bootstrap": "^5.1.3",
|
||||
"cookieconsent": "^3.1.1",
|
||||
"fullcalendar": "^5.10.1",
|
||||
"jquery": "^3.5.1",
|
||||
"jquery": "^3.6.0",
|
||||
"jquery-jeditable": "^2.0.19",
|
||||
"jquery-ui-dist": "^1.12.1",
|
||||
"jquery-ui-dist": "^1.13.0",
|
||||
"jquery-ui-timepicker-addon": "^1.6.3",
|
||||
"jquery-ui-touch-punch": "^0.2.3",
|
||||
"moment": "^2.29.1",
|
||||
"moment-timezone": "^0.5.31",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"select2": "^4.1.0-rc.0",
|
||||
"tippy.js": "^6.3.2",
|
||||
"trumbowyg": "^2.21.0"
|
||||
"tippy.js": "^6.3.7",
|
||||
"trumbowyg": "^2.25.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.0",
|
||||
"@babel/preset-env": "^7.16.0",
|
||||
"@babel/core": "^7.16.7",
|
||||
"@babel/preset-env": "^7.16.8",
|
||||
"del": "^6.0.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-changed": "^3.2.0",
|
||||
"gulp-clean-css": "^3.10.0",
|
||||
"gulp-changed": "^4.0.3",
|
||||
"gulp-clean-css": "^4.3.0",
|
||||
"gulp-plumber": "^1.2.1",
|
||||
"gulp-rename": "^1.4.0",
|
||||
"gulp-sass": "^5.0.0",
|
||||
"prettier": "^2.4.1",
|
||||
"sass": "^1.43.4",
|
||||
"zip-dir": "^1.0.2"
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-sass": "^5.1.0",
|
||||
"prettier": "^2.5.1",
|
||||
"sass": "^1.48.0",
|
||||
"zip-dir": "^2.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "npx gulp",
|
||||
|
|
Loading…
Reference in a new issue