Skip to content

Commit

Permalink
Merge pull request #201 from rishichawda/update-boilerplate
Browse files Browse the repository at this point in the history
resolve dependency related issues, update to latest deps
  • Loading branch information
rishichawda authored Mar 9, 2023
2 parents c3e9375 + 9978151 commit cc5e2cc
Show file tree
Hide file tree
Showing 2 changed files with 4,667 additions and 3,813 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"start": "webpack-dev-server --config ./config/webpack/webpack.dev.js --mode development --open --hot",
"build": "cross-env NODE_ENV=production webpack -p --config ./config/webpack/webpack.prod.js",
"serve": "serve dist",
"lint:eslint": "eslint . && echo \"No lint errors!\" && exit 0",
"lint:eslint:fix": "eslint . --fix && echo \"Lint errors fixed!\" && exit 0",
"format": "prettier \"**/*.{md,mdx,yml,css,scss} \" --write",
Expand Down Expand Up @@ -54,11 +55,12 @@
"jest": "^24.8.0",
"jest-dom": "^3.5.0",
"lint-staged": "^8.2.1",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^1.18.2",
"react-test-renderer": "^16.13.0",
"sass": "^1.58.3",
"sass-loader": "^7.3.1",
"serve": "^14.2.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.1.0",
Expand Down
Loading

0 comments on commit cc5e2cc

Please sign in to comment.