aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-11-21 21:26:16 +0000
committerGravatar vitalyster2023-11-22 20:45:03 +0300
commit845b57ca5f1c5e7aa5767ca849784eb6ed272507 (patch)
treee83e34a532396158a7bfacf2eb1e63de15baf686 /package.json
parentf27e1f0c8dc4af3902a639f67f4894b2944755a8 (diff)
build(deps-dev): bump the development group with 2 updates
Bumps the development group with 2 updates: [@swc/core](https://github.com/swc-project/swc) and [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library). Updates `@swc/core` from 1.3.96 to 1.3.99 - [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.96...v1.3.99) Updates `eslint-plugin-testing-library` from 6.1.2 to 6.2.0 - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.1.2...v6.2.0) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: eslint-plugin-testing-library 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 3535f095..15c90a05 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
- "@swc/core": "^1.3.96",
+ "@swc/core": "^1.3.99",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
@@ -63,7 +63,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
- "eslint-plugin-testing-library": "^6.1.2",
+ "eslint-plugin-testing-library": "^6.2.0",
"eslint-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",