From 6af4574c451cfdf5d9420ae276435dc121a6616c Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Mon, 25 Sep 2023 21:19:04 +0000 Subject: build(deps-dev): bump the development group with 3 updates Bumps the development group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@swc/core](https://github.com/swc-project/swc) and [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library). Updates `@babel/core` from 7.22.20 to 7.23.0 - [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.0/packages/babel-core) Updates `@swc/core` from 1.3.87 to 1.3.89 - [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.87...v1.3.89) Updates `eslint-plugin-testing-library` from 6.0.1 to 6.0.2 - [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.1...v6.0.2) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - 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-patch dependency-group: development ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 528db6c6..02d94142 100644 --- a/package.json +++ b/package.json @@ -40,10 +40,10 @@ ] }, "devDependencies": { - "@babel/core": "^7.22.20", + "@babel/core": "^7.23.0", "@babel/preset-env": "^7.22.20", "@babel/preset-react": "^7.22.15", - "@swc/core": "^1.3.87", + "@swc/core": "^1.3.89", "@swc/jest": "^0.2.29", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", @@ -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.1", + "eslint-plugin-testing-library": "^6.0.2", "eslint-webpack-plugin": "^4.0.1", "html-webpack-plugin": "^5.5.3", "jest": "^29.7.0", -- cgit v1.2.3