changeset 9dc15d2f2407 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset&node=9dc15d2f2407
description:
Update javascript dependencies
issue10698
review334831002
diffstat:
gulpfile.js | 2 +-
package.json | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (41 lines):
diff -r f4b7d7d8e4d9 -r 9dc15d2f2407 gulpfile.js
--- a/gulpfile.js Sat Jan 15 17:50:28 2022 +0100
+++ b/gulpfile.js Tue Jan 18 16:27:30 2022 +0000
@@ -16,7 +16,7 @@
'node_modules/jquery/dist/jquery.slim.js',
'node_modules/popper.js/dist/umd/popper.js',
'node_modules/bootstrap/dist/js/bootstrap.js',
-
'node_modules/loading-attribute-polyfill/loading-attribute-polyfill.js',
+
'node_modules/loading-attribute-polyfill/dist/loading-attribute-polyfill.umd.js',
'js/highlight.pack.js',
'js/highlight.js',
'js/lazy.js'])
diff -r f4b7d7d8e4d9 -r 9dc15d2f2407 package.json
--- a/package.json Sat Jan 15 17:50:28 2022 +0100
+++ b/package.json Tue Jan 18 16:27:30 2022 +0000
@@ -7,19 +7,19 @@
"dependencies": {
"bootstrap": "^4.5.0",
"gulp": "^4.0.2",
- "gulp-autoprefixer": "^7.0.1",
+ "gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
- "gulp-iconfont": "^10.0.3",
+ "gulp-iconfont": "^11.0.1",
"gulp-iconfont-css": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
- "gulp-sourcemaps": "^2.6.5",
+ "gulp-sourcemaps": "^3.0.0",
"gulp-touch-fd": "^2.0.0",
"gulp-uglify": "^3.0.2",
- "jquery": "^3.5.1",
- "leaflet": "^1.6.0",
- "loading-attribute-polyfill": "^1.5.3",
+ "jquery": "^3.6.0",
+ "leaflet": "^1.7.1",
+ "loading-attribute-polyfill": "^2.0.1",
"material-icons": "^0.3.1",
"node-sass-package-importer": "^5.3.2",
"popper.js": "^1.16.1"