Skip to content

Commit

Permalink
chore(deps): Bump webpack from 5.80.0 to 5.81.0
Browse files Browse the repository at this point in the history
Bumps [webpack](https://github.com/webpack/webpack) from 5.80.0 to 5.81.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.80.0...v5.81.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Nokel81 committed Apr 27, 2023
1 parent 904106f commit 6d838aa
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
"typedoc-plugin-markdown": "^3.15.1",
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^3.4.0",
"webpack": "^5.80.0",
"webpack": "^5.81.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.13.3",
"webpack-node-externals": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typedoc-plugin-markdown": "^3.15.1",
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^4.1.1",
"webpack": "^5.80.0",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/infrastructure/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"style-loader": "^3.3.1",
"tailwindcss": "^3.3.2",
"ts-loader": "^9.4.1",
"webpack": "^5.80.0",
"webpack": "^5.81.0",
"webpack-cli": "^4.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/legacy-extension-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@k8slens/extensions": "^6.5.0-alpha.8",
"@types/node": "^16.18.25",
"typescript": "^4.9.5",
"webpack": "^5.80.0",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/open-lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"typed-emitter": "^1.4.0",
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^4.1.1",
"webpack": "^5.80.0",
"webpack": "^5.81.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.13.3",
"webpack-node-externals": "^3.0.0",
Expand Down

0 comments on commit 6d838aa

Please sign in to comment.