Skip to content

Commit

Permalink
Update dependency webpack to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 24, 2023
1 parent e3c4b7d commit fb35ddc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 4_lit_refactor/3_1_webpack_setup/package.json
Expand Up @@ -12,7 +12,7 @@
"copy-webpack-plugin": "4.6.0",
"file-loader": "3.0.1",
"nodemon": "1.18.9",
"webpack": "4.29.0",
"webpack": "5.76.3",
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14"
},
Expand Down
2 changes: 1 addition & 1 deletion 4_lit_refactor/3_2_lit_refactor_app_shell/package.json
Expand Up @@ -12,7 +12,7 @@
"copy-webpack-plugin": "4.6.0",
"file-loader": "3.0.1",
"nodemon": "1.18.9",
"webpack": "4.29.0",
"webpack": "5.76.3",
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14"
},
Expand Down
2 changes: 1 addition & 1 deletion 4_lit_refactor/3_3_lit_refactor_components/package.json
Expand Up @@ -12,7 +12,7 @@
"copy-webpack-plugin": "4.6.0",
"file-loader": "3.0.1",
"nodemon": "1.18.9",
"webpack": "4.29.0",
"webpack": "5.76.3",
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14"
},
Expand Down
Expand Up @@ -18,7 +18,7 @@
"copy-webpack-plugin": "4.6.0",
"file-loader": "3.0.1",
"nodemon": "1.18.9",
"webpack": "4.29.0",
"webpack": "5.76.3",
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14"
},
Expand Down
2 changes: 1 addition & 1 deletion 4_lit_refactor/3_5_webcomponents_polyfill/package.json
Expand Up @@ -18,7 +18,7 @@
"copy-webpack-plugin": "^4.6.0",
"file-loader": "^3.0.1",
"nodemon": "^1.18.9",
"webpack": "^4.29.0",
"webpack": "^5.0.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
Expand Down
2 changes: 1 addition & 1 deletion 4_lit_refactor/3_6_app/package.json
Expand Up @@ -19,7 +19,7 @@
"file-loader": "^3.0.1",
"nodemon": "^1.18.9",
"patch-package": "^6.0.4",
"webpack": "^4.29.0",
"webpack": "^5.0.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
Expand Down

0 comments on commit fb35ddc

Please sign in to comment.