Closed danielhaim1 closed 5 years ago
Fixed security issues and updated npm packages
npm
Updated the following packages:
chai
cheerio
commander
mocha
webpack
Added new packages:
webpack-cli
terser-webpack-plugin
3. Moved packages from "dependencies" to "devDependencies"
"dependencies"
"devDependencies"
Updates to Webpack
webpack.config.js
Fixed test/* files, w/ cheerio v0.22.0
test/*
var
const
=>
General improvements to /src/
/src/
./src/
7a. Update README.md
README.md
css
7b. Update .gitignore
.gitignore
Tested functions: (no errors)
npm run watch
npm run test
npm run build
npm run build-dev
npm run build-prod
Nice work Daniel! Much appreciated
Fixed security issues and updated
npm
packagesUpdated the following packages:
chai
from v3.2.0 to v4.2.0cheerio
from v0.19.0 to v0.22.0commander
from 2.8.1 to v3.0.2mocha
from v2.2.5 to v6.2.0webpack
from v1.11.10 to v4.41.0Added new packages:
webpack-cli
v3.3.9terser-webpack-plugin
3. Moved packages from
"dependencies"
to"devDependencies"
Updates to Webpack
webpack.config.js
Fixed
test/*
files, w/cheerio
v0.22.0var
withconst
, and added=>
functionscheerio
v0.22.0General improvements to
/src/
var
withconst
when necessary=>
when possible./src/
folder7a. Update
README.md
css
7b. Update
.gitignore
Tested functions: (no errors)
npm run watch
npm run test
npm run build
npm run build-dev
npm run build-prod