aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-02-12 21:34:22 +0000
committerGravatar Vitaly Takmazov2024-02-14 16:23:51 +0300
commitfa1de59ff559e8537956786f1a70d6b67cbbfd86 (patch)
tree8f2e524f674e061a02dd70428675252458cfe105 /package.json
parentc26bcf8a877f81906f08a3dbb7004e39a73adc66 (diff)
build(deps-dev): bump the development group with 3 updates
Bumps the development group with 3 updates: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc), [postcss](https://github.com/postcss/postcss) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `eslint-plugin-jsdoc` from 48.0.5 to 48.0.6 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.0.5...v48.0.6) Updates `postcss` from 8.4.34 to 8.4.35 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.34...8.4.35) Updates `webpack-dev-server` from 4.15.1 to 5.0.0 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.1...v5.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: webpack-dev-server dependency-type: direct:development update-type: version-update:semver-major dependency-group: development ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index f0a0c0a0..679cb27b 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest-dom": "^5.1.0",
- "eslint-plugin-jsdoc": "^48.0.5",
+ "eslint-plugin-jsdoc": "^48.0.6",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
@@ -49,7 +49,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.8.0",
- "postcss": "^8.4.34",
+ "postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.0.0",
"postcss-loader": "^8.1.0",
@@ -62,7 +62,7 @@
"stylelint-config-standard": "^36.0.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
- "webpack-dev-server": "^4.15.1"
+ "webpack-dev-server": "^5.0.0"
},
"dependencies": {
"axios": "^1.6.7",