aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-01-01 21:09:18 +0000
committerGravatar vitalyster2024-01-02 12:09:52 +0300
commitf833bcdbd15a64578f7e560a2c0bb303ac6e0720 (patch)
treea7066bef765dbaa1bf39ad10b103f3c7805fbb6f /package.json
parent8d0bc8dba2abc797be15318112d76aa5fb108b5d (diff)
build(deps-dev): bump the development group with 3 updates
Bumps the development group with 3 updates: [@swc/core](https://github.com/swc-project/swc), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@swc/core` from 1.3.101 to 1.3.102 - [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.101...v1.3.102) Updates `eslint-plugin-jest` from 27.6.0 to 27.6.1 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.6.0...v27.6.1) Updates `eslint-plugin-jsdoc` from 46.9.1 to 47.0.2 - [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.9.1...v47.0.2) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: eslint-plugin-jest 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-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 cf2b2364..90f276d3 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.3",
- "@swc/core": "^1.3.101",
+ "@swc/core": "^1.3.102",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
@@ -56,9 +56,9 @@
"cssnano": "^6.0.2",
"eslint": "8.56.0",
"eslint-plugin-import": "^2.29.1",
- "eslint-plugin-jest": "^27.6.0",
+ "eslint-plugin-jest": "^27.6.1",
"eslint-plugin-jest-dom": "^5.1.0",
- "eslint-plugin-jsdoc": "^46.9.1",
+ "eslint-plugin-jsdoc": "^47.0.2",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",