From 2bd38817b061357fc5f565670741ea584d92184e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 23:36:34 +0800 Subject: [PATCH] no log: Bump eslint-plugin-react-hooks from 4.5.0 to 4.6.0 in /frontend (#1881) Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a7ac86c3b..88baa6010 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,10 +27,10 @@ "@fortawesome/react-fontawesome": "^0.1", "@mantine/modals": "^4", "@mantine/notifications": "^4", - "@testing-library/jest-dom": "latest", + "@testing-library/jest-dom": "*", "@testing-library/react": "12", - "@testing-library/react-hooks": "latest", - "@testing-library/user-event": "latest", + "@testing-library/react-hooks": "*", + "@testing-library/user-event": "*", "@types/lodash": "^4", "@types/node": "^17", "@types/react": "^17", @@ -42,7 +42,7 @@ "eslint-config-react-app": "^7", "eslint-plugin-react-hooks": "^4", "husky": "^8", - "jsdom": "latest", + "jsdom": "*", "lodash": "^4", "moment": "^2.29", "prettier": "^2", @@ -53,9 +53,9 @@ "recharts": "^2", "sass": "^1", "typescript": "^4", - "vite": "latest", - "vite-plugin-checker": "latest", - "vitest": "latest" + "vite": "*", + "vite-plugin-checker": "*", + "vitest": "*" } }, "node_modules/@ampproject/remapping": {