aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-10-23 21:19:23 +0000
committerGravatar vitalyster2023-10-24 09:40:17 +0300
commitb2cf9d75d76fbc62a65c1eaa12bb40d35d9a9bd6 (patch)
tree0916fcd34001749a8d9a4fb6b95cd1ff461a2e48 /package.json
parent0c9640a7e15a9d4f464193d4389ef8ec3aeb21c3 (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-import](https://github.com/import-js/eslint-plugin-import) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `@swc/core` from 1.3.93 to 1.3.94 - [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.93...v1.3.94) Updates `eslint-plugin-import` from 2.28.1 to 2.29.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0) Updates `eslint-plugin-jest` from 27.4.2 to 27.4.3 - [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.4.2...v27.4.3) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: eslint-plugin-jest 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 91ce7cd9..da00b1f6 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
- "@swc/core": "^1.3.93",
+ "@swc/core": "^1.3.94",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
@@ -55,8 +55,8 @@
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"eslint": "8.52.0",
- "eslint-plugin-import": "^2.28.1",
- "eslint-plugin-jest": "^27.4.2",
+ "eslint-plugin-import": "^2.29.0",
+ "eslint-plugin-jest": "^27.4.3",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-only-ascii": "0.0.0",