deps: update browserify to v17

This commit is contained in:
Antoine du Hamel 2021-06-29 19:36:29 +02:00
parent ce5414d3b8
commit 79611cc8df
2 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@
"babelify": "10.0.0", "babelify": "10.0.0",
"brake": "1.0.1", "brake": "1.0.1",
"browser-sync": "2.26.7", "browser-sync": "2.26.7",
"browserify": "16.5.2", "browserify": "^17.0.0",
"chai": "4.2.0", "chai": "4.2.0",
"chalk": "^4.1.1", "chalk": "^4.1.1",
"cheerio-select-tmp": "^0.1.1", "cheerio-select-tmp": "^0.1.1",
@ -136,7 +136,7 @@
"typescript": "~4.3", "typescript": "~4.3",
"url-polyfill": "^1.1.12", "url-polyfill": "^1.1.12",
"verdaccio": "^5.1.1", "verdaccio": "^5.1.1",
"watchify": "3.11.1", "watchify": "^4.0.0",
"webdriverio": "^7.7.4", "webdriverio": "^7.7.4",
"whatwg-fetch": "3.6.2" "whatwg-fetch": "3.6.2"
}, },

View file

@ -13,7 +13,7 @@
"autoprefixer": "^10.2.6", "autoprefixer": "^10.2.6",
"babelify": "^10.0.0", "babelify": "^10.0.0",
"browser-resolve": "2.0.0", "browser-resolve": "2.0.0",
"browserify": "^16.5.2", "browserify": "^17.0.0",
"chalk": "2.4.2", "chalk": "2.4.2",
"cssnano": "^4.1.10", "cssnano": "^4.1.10",
"drag-drop": "^4.2.0", "drag-drop": "^4.2.0",
@ -45,7 +45,7 @@
"prismjs": "^1.17.1", "prismjs": "^1.17.1",
"sass": "^1.29.0", "sass": "^1.29.0",
"touch": "3.1.0", "touch": "3.1.0",
"watchify": "^3.11.0" "watchify": "^4.0.0"
}, },
"scripts": { "scripts": {
"hexo": "hexo" "hexo": "hexo"