Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 6b99a48

Browse files
committed
Update devDependencies
1 parent cc3b742 commit 6b99a48

3 files changed

Lines changed: 115 additions & 428 deletions

File tree

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ cfg.paths.js = {
193193
name: 'libs.js',
194194
src: [
195195
'node_modules/jquery/dist/jquery.min.js',
196+
'node_modules/jquery-migrate/dist/jquery-migrate.min.js',
196197
'node_modules/jquery-mousewheel/jquery.mousewheel.js',
197198
'node_modules/jquery-scrollstop/jquery.scrollstop.js',
198199
'node_modules/jquery-backstretch/jquery.backstretch.min.js',

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"autolinker": "1.6.2",
5353
"babel-core": "6.26.3",
54-
"babel-eslint": "8.2.5",
54+
"babel-eslint": "8.2.6",
5555
"babel-loader": "7.1.5",
5656
"babel-plugin-transform-decorators-legacy": "1.3.5",
5757
"babel-plugin-transform-runtime": "6.23.0",
@@ -64,7 +64,7 @@
6464
"emailjs-addressparser": "2.0.2",
6565
"es6-object-assign": "1.1.0",
6666
"es6-promise-polyfill": "1.2.0",
67-
"eslint": "5.1.0",
67+
"eslint": "5.2.0",
6868
"gulp": "3.9.1",
6969
"gulp-autoprefixer": "5.0.0",
7070
"gulp-cached": "1.1.1",
@@ -73,15 +73,15 @@
7373
"gulp-concat-util": "0.5.5",
7474
"gulp-eol": "0.2.0",
7575
"gulp-eslint": "5.0.0",
76-
"gulp-expect-file": "0.0.7",
76+
"gulp-expect-file": "1.0.0",
7777
"gulp-filter": "5.1.0",
7878
"gulp-header": "2.0.5",
7979
"gulp-if": "2.0.2",
80-
"gulp-less": "4.0.0",
80+
"gulp-less": "4.0.1",
8181
"gulp-livereload": "3.8.1",
8282
"gulp-notify": "3.2.0",
8383
"gulp-plumber": "1.2.0",
84-
"gulp-rename": "1.3.0",
84+
"gulp-rename": "1.4.0",
8585
"gulp-replace": "1.0.0",
8686
"gulp-rimraf": "0.2.2",
8787
"gulp-size": "3.0.0",
@@ -92,8 +92,9 @@
9292
"gulp-zip": "4.1.0",
9393
"ifvisible.js": "1.0.6",
9494
"intersection-observer": "0.5.0",
95-
"jquery": "2.2.4",
95+
"jquery": "3.3.1",
9696
"jquery-backstretch": "2.1.16",
97+
"jquery-migrate": "^3.0.1",
9798
"jquery-mousewheel": "3.1.13",
9899
"jquery-scrollstop": "1.2.0",
99100
"js-cookie": "2.2.0",
@@ -102,7 +103,7 @@
102103
"knockout": "3.4.2",
103104
"knockout-sortable": "1.1.0",
104105
"knockout-transformations": "2.1.0",
105-
"lozad": "1.4.0",
106+
"lozad": "1.5.0",
106107
"matchmedia-polyfill": "0.3.1",
107108
"moment": "2.22.2",
108109
"node-fs": "0.1.7",
@@ -117,7 +118,7 @@
117118
"simplestatemanager": "4.1.1",
118119
"style-loader": "0.21.0",
119120
"underscore": "1.9.1",
120-
"webpack": "4.15.1",
121+
"webpack": "4.16.2",
121122
"webpack-notifier": "1.6.0"
122123
}
123124
}

0 commit comments

Comments
 (0)