aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-08-30 21:33:03 +0000
committerGravatar vitalyster2023-08-31 01:23:28 +0300
commit1c1c8f4ada002d9440e0c7c068725a5826d7f6ef (patch)
tree8a82681dbcfc6f41b860c59442b7732a7986cb4b /package.json
parent28ba5543fcf7ffc1eeaacfc4763a09a8da7b62d7 (diff)
build(deps-dev): bump the development group with 3 updates
Bumps the development group with 3 updates: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@swc/core](https://github.com/swc-project/swc) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@babel/preset-env` from 7.22.10 to 7.22.14 - [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.14/packages/babel-preset-env) Updates `@swc/core` from 1.3.80 to 1.3.81 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.3.80...v1.3.81) Updates `eslint-plugin-jsdoc` from 46.5.0 to 46.5.1 - [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.5.0...v46.5.1) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@swc/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-patch 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 b1138908..c43d75c3 100644
--- a/package.json
+++ b/package.json
@@ -41,9 +41,9 @@
},
"devDependencies": {
"@babel/core": "^7.22.11",
- "@babel/preset-env": "^7.22.10",
+ "@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5",
- "@swc/core": "^1.3.80",
+ "@swc/core": "^1.3.81",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
@@ -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.5.0",
+ "eslint-plugin-jsdoc": "^46.5.1",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",