aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-10-12 21:32:56 +0000
committerGravatar vitalyster2023-10-13 00:58:48 +0300
commit65543e502aa1249d28ef44157d6627da4ce1d16f (patch)
treea4ce5ab2b3aa890fcd1ae982dcb7836aaa405d1e /package.json
parentdbfab3eae73ebb23d7c10ba9797f7091c04e6822 (diff)
build(deps-dev): bump the development group with 4 updates
Bumps the development group with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library). Updates `@babel/core` from 7.23.0 to 7.23.2 - [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/@babel/core@7.23.2/packages/babel-core) Updates `@babel/preset-env` from 7.22.20 to 7.23.2 - [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.23.2/packages/babel-preset-env) Updates `@testing-library/jest-dom` from 6.1.3 to 6.1.4 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.3...v6.1.4) Updates `eslint-plugin-testing-library` from 6.0.2 to 6.1.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.0.2...v6.1.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: "@testing-library/jest-dom" 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.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 51005894..8bbd3a32 100644
--- a/package.json
+++ b/package.json
@@ -40,12 +40,12 @@
]
},
"devDependencies": {
- "@babel/core": "^7.23.0",
- "@babel/preset-env": "^7.22.20",
+ "@babel/core": "^7.23.2",
+ "@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@swc/core": "^1.3.92",
"@swc/jest": "^0.2.29",
- "@testing-library/jest-dom": "^6.1.3",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
@@ -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.0.2",
+ "eslint-plugin-testing-library": "^6.1.0",
"eslint-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",