aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-09-14 21:57:07 +0000
committerGravatar vitalyster2023-09-15 08:44:06 +0300
commit69780fc8e362d3da500a35a48d840e183f57c218 (patch)
tree1932feeaa9befc714598d10890a6c274b2f16a54 /package.json
parent9c9a22be03d0dc6e747a7a7f3ff966626cb2a501 (diff)
build(deps-dev): bump the development group with 2 updates
Bumps the development group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@babel/core` from 7.22.17 to 7.22.19 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.22.19/packages/babel-core) Updates `eslint-plugin-jsdoc` from 46.6.0 to 46.8.0 - [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/v46.6.0...v46.8.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 35017a25..a0abc86f 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
]
},
"devDependencies": {
- "@babel/core": "^7.22.17",
+ "@babel/core": "^7.22.19",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@swc/core": "^1.3.84",
@@ -58,7 +58,7 @@
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.1.0",
- "eslint-plugin-jsdoc": "^46.6.0",
+ "eslint-plugin-jsdoc": "^46.8.0",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",