Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webdiscus committed Jan 18, 2024
1 parent 8a4d9f7 commit 84157f8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ISC License

Copyright (c) 2021, webdiscus
Copyright (c) 2021-2024, webdiscus
Copyright (c) 20218-2020, fqborges

Permission to use, copy, modify, and/or distribute this software for any
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ new RemoveEmptyScriptsPlugin({
<a href='https://www.cisco.com/c/dam/en_us/about/doing_business/open_source/docs/slido-test-2206-1655452418.pdf'>
<img src='https://avatars.githubusercontent.com/u/1376999?s=42&v=4' title='Cisco'>
</a>
<a href='https://gitlab.com/gitlab-com/www-gitlab-com/-/blob/master/webpack.config.js'>
<img src='https://avatars.githubusercontent.com/u/22105643?s=42&v=4' title='Cisco'>
</a>
<a href='https://github.com/jenkinsci'>
<img src='https://avatars.githubusercontent.com/u/107424?s=42&v=4' title='Jenkins'>
</a>
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,21 @@
"ansis": "1.5.2"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@test-fixtures/lorem": "0.0.2",
"@types/jest": "^29.5.4",
"@wordpress/scripts": "^26.11.0",
"@wordpress/dependency-extraction-webpack-plugin": "^4.23.0",
"css-loader": "^6.8.1",
"html-bundler-webpack-plugin": "^2.9.0",
"html-loader": "^4.2.0",
"jest": "^29.6.4",
"mini-css-extract-plugin": "^2.7.6",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.2",
"webpack-hot-middleware": "^2.25.4",
"@types/jest": "^29.5.11",
"@wordpress/scripts": "^27.0.0",
"@wordpress/dependency-extraction-webpack-plugin": "^5.0.0",
"css-loader": "^6.9.0",
"html-bundler-webpack-plugin": "^3.4.10",
"html-loader": "^5.0.0",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.7.7",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.89.0",
"webpack-hot-middleware": "^2.26.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.9.0"
"webpack-merge": "^5.10.0"
}
}

0 comments on commit 84157f8

Please sign in to comment.