Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency webpack to v5 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.91.0",
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14"
},
Expand Down
1,295 changes: 466 additions & 829 deletions 4_lit_refactor/3_1_webpack_setup/yarn.lock

Large diffs are not rendered by default.

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.91.0",
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14"
},
Expand Down
1,295 changes: 466 additions & 829 deletions 4_lit_refactor/3_2_lit_refactor_app_shell/yarn.lock

Large diffs are not rendered by default.

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.91.0",
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14"
},
Expand Down
1,295 changes: 466 additions & 829 deletions 4_lit_refactor/3_3_lit_refactor_components/yarn.lock

Large diffs are not rendered by default.

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.91.0",
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14"
},
Expand Down
1,286 changes: 466 additions & 820 deletions 4_lit_refactor/3_4_lit_refactor_decorators_babel/yarn.lock

Large diffs are not rendered by default.

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
1,286 changes: 466 additions & 820 deletions 4_lit_refactor/3_5_webcomponents_polyfill/yarn.lock

Large diffs are not rendered by default.

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
1,283 changes: 467 additions & 816 deletions 4_lit_refactor/3_6_app/yarn.lock

Large diffs are not rendered by default.