updated npm modules
This commit is contained in:
157
node_modules/webpack-dev-server/package.json
generated
vendored
157
node_modules/webpack-dev-server/package.json
generated
vendored
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"_from": "webpack-dev-server@^3.1.14",
|
||||
"_id": "webpack-dev-server@3.2.1",
|
||||
"_id": "webpack-dev-server@3.4.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-sjuE4mnmx6JOh9kvSbPYw3u/6uxCLHNWfhWaIPwcXWsvWOPN+nc5baq4i9jui3oOBRXGonK9+OI0jVkaz6/rCw==",
|
||||
"_integrity": "sha512-CRqZQX2ryMtrg0r3TXQPpNh76eM1HD3Wmu6zDBxIKi/d2y+4aa28Ia8weNT0bfgWpY6Vs3Oq/K8+DjfbR+tWYw==",
|
||||
"_location": "/webpack-dev-server",
|
||||
"_phantomChildren": {
|
||||
"ajv": "6.10.0",
|
||||
"ajv-errors": "1.0.1",
|
||||
"ajv-keywords": "3.4.0",
|
||||
"cliui": "4.1.0",
|
||||
"find-up": "3.0.0",
|
||||
"get-caller-file": "1.0.3",
|
||||
"anymatch": "2.0.0",
|
||||
"async-each": "1.0.1",
|
||||
"braces": "2.3.2",
|
||||
"fsevents": "1.2.7",
|
||||
"glob-parent": "3.1.0",
|
||||
"has-flag": "3.0.0",
|
||||
"os-locale": "3.1.0",
|
||||
"require-directory": "2.1.1",
|
||||
"require-main-filename": "1.0.1",
|
||||
"set-blocking": "2.0.0",
|
||||
"string-width": "2.1.1",
|
||||
"which-module": "2.0.0",
|
||||
"xregexp": "4.0.0",
|
||||
"y18n": "4.0.0"
|
||||
"inherits": "2.0.3",
|
||||
"is-binary-path": "1.0.1",
|
||||
"is-glob": "4.0.0",
|
||||
"normalize-path": "3.0.0",
|
||||
"path-is-absolute": "1.0.1",
|
||||
"readdirp": "2.2.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
@@ -34,8 +34,8 @@
|
||||
"_requiredBy": [
|
||||
"/laravel-mix"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.2.1.tgz",
|
||||
"_shasum": "1b45ce3ecfc55b6ebe5e36dab2777c02bc508c4e",
|
||||
"_resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.4.1.tgz",
|
||||
"_shasum": "a5fd8dec95dec410098e7d9a037ff9405395d51a",
|
||||
"_spec": "webpack-dev-server@^3.1.14",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\laravel-mix",
|
||||
"author": {
|
||||
@@ -51,70 +51,76 @@
|
||||
"dependencies": {
|
||||
"ansi-html": "0.0.7",
|
||||
"bonjour": "^3.5.0",
|
||||
"chokidar": "^2.0.0",
|
||||
"compression": "^1.5.2",
|
||||
"connect-history-api-fallback": "^1.3.0",
|
||||
"chokidar": "^2.1.6",
|
||||
"compression": "^1.7.4",
|
||||
"connect-history-api-fallback": "^1.6.0",
|
||||
"debug": "^4.1.1",
|
||||
"del": "^3.0.0",
|
||||
"express": "^4.16.2",
|
||||
"html-entities": "^1.2.0",
|
||||
"del": "^4.1.1",
|
||||
"express": "^4.17.0",
|
||||
"html-entities": "^1.2.1",
|
||||
"http-proxy-middleware": "^0.19.1",
|
||||
"import-local": "^2.0.0",
|
||||
"internal-ip": "^4.2.0",
|
||||
"internal-ip": "^4.3.0",
|
||||
"ip": "^1.1.5",
|
||||
"killable": "^1.0.0",
|
||||
"loglevel": "^1.4.1",
|
||||
"opn": "^5.1.0",
|
||||
"portfinder": "^1.0.9",
|
||||
"killable": "^1.0.1",
|
||||
"loglevel": "^1.6.1",
|
||||
"opn": "^5.5.0",
|
||||
"portfinder": "^1.0.20",
|
||||
"schema-utils": "^1.0.0",
|
||||
"selfsigned": "^1.9.1",
|
||||
"semver": "^5.6.0",
|
||||
"serve-index": "^1.7.2",
|
||||
"selfsigned": "^1.10.4",
|
||||
"semver": "^6.0.0",
|
||||
"serve-index": "^1.9.1",
|
||||
"sockjs": "0.3.19",
|
||||
"sockjs-client": "1.3.0",
|
||||
"spdy": "^4.0.0",
|
||||
"strip-ansi": "^3.0.0",
|
||||
"strip-ansi": "^3.0.1",
|
||||
"supports-color": "^6.1.0",
|
||||
"url": "^0.11.0",
|
||||
"webpack-dev-middleware": "^3.5.1",
|
||||
"webpack-dev-middleware": "^3.7.0",
|
||||
"webpack-log": "^2.0.0",
|
||||
"yargs": "12.0.2"
|
||||
"yargs": "12.0.5"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Serves a webpack app. Updates the browser on changes.",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/preset-env": "^7.3.1",
|
||||
"babel-loader": "^8.0.5",
|
||||
"copy-webpack-plugin": "^5.0.0",
|
||||
"css-loader": "^2.1.0",
|
||||
"eslint": "^5.4.0",
|
||||
"eslint-config-prettier": "^4.0.0",
|
||||
"@babel/cli": "^7.4.4",
|
||||
"@babel/core": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.4",
|
||||
"@commitlint/cli": "^7.6.1",
|
||||
"@commitlint/config-conventional": "^7.6.0",
|
||||
"babel-loader": "^8.0.6",
|
||||
"commitlint-azure-pipelines-cli": "^1.0.1",
|
||||
"copy-webpack-plugin": "^5.0.3",
|
||||
"css-loader": "^2.1.1",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-prettier": "^4.3.0",
|
||||
"eslint-config-webpack": "^1.2.5",
|
||||
"eslint-plugin-import": "^2.9.0",
|
||||
"eslint-plugin-prettier": "^3.0.1",
|
||||
"eslint-plugin-import": "^2.17.2",
|
||||
"execa": "^1.0.0",
|
||||
"file-loader": "^3.0.1",
|
||||
"html-loader": "^0.5.5",
|
||||
"html-webpack-plugin": "^3.0.6",
|
||||
"husky": "^1.3.1",
|
||||
"jest": "^24.0.0",
|
||||
"jquery": "^3.2.1",
|
||||
"less": "^3.7.1",
|
||||
"less-loader": "^4.1.0",
|
||||
"lint-staged": "^8.1.1",
|
||||
"marked": "^0.6.1",
|
||||
"nyc": "^13.3.0",
|
||||
"prettier": "^1.16.3",
|
||||
"rimraf": "^2.6.2",
|
||||
"standard-version": "^5.0.0",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"husky": "^2.3.0",
|
||||
"jest": "^24.8.0",
|
||||
"jest-junit": "^6.4.0",
|
||||
"jquery": "^3.4.1",
|
||||
"less": "^3.9.0",
|
||||
"less-loader": "^5.0.0",
|
||||
"lint-staged": "^8.1.7",
|
||||
"marked": "^0.6.2",
|
||||
"memfs": "^2.15.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"nyc": "^14.1.1",
|
||||
"prettier": "^1.17.1",
|
||||
"puppeteer": "^1.16.0",
|
||||
"rimraf": "^2.6.3",
|
||||
"standard-version": "^6.0.1",
|
||||
"style-loader": "^0.23.1",
|
||||
"supertest": "^3.0.0",
|
||||
"url-loader": "^1.1.1",
|
||||
"webpack": "^4.29.0",
|
||||
"webpack-cli": "^3.2.1",
|
||||
"ws": "^6.0.0"
|
||||
"supertest": "^4.0.2",
|
||||
"url-loader": "^1.1.2",
|
||||
"webpack": "^4.31.0",
|
||||
"webpack-cli": "^3.3.2",
|
||||
"ws": "^6.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6.11.5"
|
||||
@@ -126,23 +132,7 @@
|
||||
"client"
|
||||
],
|
||||
"homepage": "https://github.com/webpack/webpack-dev-server#readme",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"eslint --fix",
|
||||
"prettier --write",
|
||||
"git add"
|
||||
],
|
||||
"*.{css,md,json,yml}": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "lib/Server.js",
|
||||
"name": "webpack-dev-server",
|
||||
"peerDependencies": {
|
||||
@@ -156,13 +146,20 @@
|
||||
"build:index": "webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js",
|
||||
"build:live": "webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js",
|
||||
"build:sockjs": "webpack ./client-src/sockjs/index.js -o client/sockjs.bundle.js --color --config client-src/sockjs/webpack.config.js",
|
||||
"lint": "eslint bin lib test examples client-src",
|
||||
"commitlint": "commitlint --from=master",
|
||||
"lint": "npm-run-all -l -p 'lint:**'",
|
||||
"lint:js": "eslint . --cache",
|
||||
"lint:prettier": "prettier '{**/*,*}.{js,json,md,yml,css}' --list-different",
|
||||
"prepare": "rimraf ./ssl/*.pem && npm run -s transpile:index && npm run -s build:live && npm run -s build:index && npm run -s build:sockjs",
|
||||
"pretty": "prettier --loglevel warn --write \"**/*.{js,css,md,json,yml}\"",
|
||||
"pretest": "npm run lint",
|
||||
"release": "standard-version",
|
||||
"test": "jest --config jest.config.json --runInBand",
|
||||
"transpile:index": "babel client-src/default --out-dir client --ignore *.config.js",
|
||||
"security": "npm audit",
|
||||
"test": "npm run test:coverage",
|
||||
"test:coverage": "npm run test:only -- --coverage",
|
||||
"test:only": "jest --runInBand",
|
||||
"test:watch": "npm run test:coverage --watch",
|
||||
"transpile:index": "babel client-src/default --out-dir client --ignore './client-src/default/*.config.js'",
|
||||
"webpack-dev-server": "cd $INIT_CWD && node ../../../bin/webpack-dev-server.js"
|
||||
},
|
||||
"version": "3.2.1"
|
||||
"version": "3.4.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user