Skip to content

Commit 84157f8

Browse files
committed
chore: update dev dependencies
1 parent 8a4d9f7 commit 84157f8

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ISC License
22

3-
Copyright (c) 2021, webdiscus
3+
Copyright (c) 2021-2024, webdiscus
44
Copyright (c) 20218-2020, fqborges
55

66
Permission to use, copy, modify, and/or distribute this software for any

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@ new RemoveEmptyScriptsPlugin({
327327
<a href='https://www.cisco.com/c/dam/en_us/about/doing_business/open_source/docs/slido-test-2206-1655452418.pdf'>
328328
<img src='https://avatars.githubusercontent.com/u/1376999?s=42&v=4' title='Cisco'>
329329
</a>
330+
<a href='https://gitlab.com/gitlab-com/www-gitlab-com/-/blob/master/webpack.config.js'>
331+
<img src='https://avatars.githubusercontent.com/u/22105643?s=42&v=4' title='Cisco'>
332+
</a>
330333
<a href='https://github.com/jenkinsci'>
331334
<img src='https://avatars.githubusercontent.com/u/107424?s=42&v=4' title='Jenkins'>
332335
</a>

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,21 @@
6262
"ansis": "1.5.2"
6363
},
6464
"devDependencies": {
65-
"@babel/core": "^7.22.11",
66-
"@babel/preset-env": "^7.22.10",
65+
"@babel/core": "^7.23.7",
66+
"@babel/preset-env": "^7.23.8",
6767
"@test-fixtures/lorem": "0.0.2",
68-
"@types/jest": "^29.5.4",
69-
"@wordpress/scripts": "^26.11.0",
70-
"@wordpress/dependency-extraction-webpack-plugin": "^4.23.0",
71-
"css-loader": "^6.8.1",
72-
"html-bundler-webpack-plugin": "^2.9.0",
73-
"html-loader": "^4.2.0",
74-
"jest": "^29.6.4",
75-
"mini-css-extract-plugin": "^2.7.6",
76-
"terser-webpack-plugin": "^5.3.9",
77-
"webpack": "^5.88.2",
78-
"webpack-hot-middleware": "^2.25.4",
68+
"@types/jest": "^29.5.11",
69+
"@wordpress/scripts": "^27.0.0",
70+
"@wordpress/dependency-extraction-webpack-plugin": "^5.0.0",
71+
"css-loader": "^6.9.0",
72+
"html-bundler-webpack-plugin": "^3.4.10",
73+
"html-loader": "^5.0.0",
74+
"jest": "^29.7.0",
75+
"mini-css-extract-plugin": "^2.7.7",
76+
"terser-webpack-plugin": "^5.3.10",
77+
"webpack": "^5.89.0",
78+
"webpack-hot-middleware": "^2.26.0",
7979
"webpack-manifest-plugin": "^5.0.0",
80-
"webpack-merge": "^5.9.0"
80+
"webpack-merge": "^5.10.0"
8181
}
8282
}

0 commit comments

Comments
 (0)