Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #46 from vlrmprjct/dependabot/npm_and_yarn/webpack…
Browse files Browse the repository at this point in the history
…-cli-4.9.1

Bump webpack-cli from 3.3.12 to 4.9.1
  • Loading branch information
vlrmprjct authored Nov 15, 2021
2 parents a57e8ce + 275632c commit a88b070
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 167 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "PIA, (Electronic) Parts Inventory Assistant",
"main": "src/server/index.js",
"scripts": {
"build": "rm -rf dist && webpack --config config/webpack.config.js --env.production",
"build:server": "webpack --config config/webpack.config.js --config-name server --env.production",
"build": "rm -rf dist && webpack --config config/webpack.config.js --env production",
"build:server": "webpack --config config/webpack.config.js --config-name server --env production",
"start": "concurrently 'yarn start:server' 'yarn start:client' 'nodemon dist/server.js'",
"start:client": "webpack-dev-server --config config/webpack.config.js --config-name client --env.development --hot",
"start:server": "webpack --config config/webpack.config.js --config-name server --env.development --profile --watch",
"start:client": "webpack serve --config config/webpack.config.js --config-name client --env development --hot",
"start:server": "webpack --config config/webpack.config.js --config-name server --env development --watch",
"release": "rm -rf dist && rm -rf api/* && yarn build:server && cp dist/server.js api/server.js",
"now-build": "yarn build"
},
Expand All @@ -24,7 +24,6 @@
"express-session": "^1.17.1",
"gitrows": "^0.8.0",
"match-sorter": "^4.0.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0",
"passport": "^0.5.0",
"passport-github2": "^0.1.12",
Expand Down Expand Up @@ -53,15 +52,15 @@
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "0.9.0",
"nodemon": "^2.0.15",
"sass-loader": "^8.0.0",
"style-loader": "^0.23.0",
"url-loader": "^4.1.1",
"webpack": "4.46.0",
"webpack-cli": "^3.0.8",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^3.1.3"
},
"proxy": "http://localhost:5000/"
Expand Down
Loading

1 comment on commit a88b070

@vercel
Copy link

@vercel vercel bot commented on a88b070 Nov 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.