Skip to content

Commit

Permalink
Merge pull request #661 from ghiscoding/chore/npm-update-20220405
Browse files Browse the repository at this point in the history
chore(deps): update few npm dependencies
  • Loading branch information
ghiscoding authored Apr 5, 2022
2 parents ee3899f + 90e2fa7 commit 2f84ec3
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 323 deletions.
8 changes: 4 additions & 4 deletions examples/webpack-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
"esbuild-loader": "^2.18.0",
"faker": "^5.5.3",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.1",
"fork-ts-checker-webpack-plugin": "^7.2.3",
"html-loader": "^3.1.0",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"sass": "^1.49.10",
"sass": "^1.49.11",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"ts-node": "^10.7.0",
"url-loader": "^4.1.1",
"webpack": "^5.70.0",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.8.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@lerna-lite/run": "^1.0.5",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"cypress": "^9.5.3",
"eslint": "^8.12.0",
"eslint-plugin-import": "^2.25.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"rimraf": "^3.0.2",
"sass": "^1.49.10"
"sass": "^1.49.11"
},
"engines": {
"node": ">=14.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"html-loader": "^3.1.0",
"npm-run-all2": "^5.0.2",
"rimraf": "^3.0.2",
"webpack": "^5.70.0"
"webpack": "^5.71.0"
}
}
Loading

0 comments on commit 2f84ec3

Please sign in to comment.