Skip to content

Commit

Permalink
Bump css loader
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Jun 13, 2024
1 parent a1b9c4e commit b70d564
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"short_name": "Converse",
"name": "Converse Chat",
"description": "Messaging Freedom",
"version": "10.1.5",
"version": "11.0.0",
"categories": ["social"],
"icons": [
{
Expand Down
12 changes: 6 additions & 6 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"circular-dependency-plugin": "^5.2.2",
"clean-css-cli": "^5.6.2",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.7.1",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"fast-text-encoding": "^1.0.3",
"html-webpack-plugin": "^5.3.2",
Expand Down
3 changes: 2 additions & 1 deletion webpack/webpack.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const plugins = [
{from: 'logo/conversejs-filled-512.svg', to: 'images/logo'},
{from: 'logo/conversejs-filled.svg', to: 'images/logo'},
{from: 'logo/conversejs-gold-gradient.svg', to: 'images/logo'},
{from: 'src/shared/styles/webfonts', to: 'webfonts'}
{from: 'src/shared/styles/webfonts', to: 'webfonts'},
{from: 'manifest.json', to: 'manifest.json'}
]
}),
new CircularDependencyPlugin({
Expand Down

0 comments on commit b70d564

Please sign in to comment.