From d040c9cba630a142450ec070106995a90ad3bb92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 00:46:16 +0000 Subject: [PATCH] chore(dev-deps): pin dependencies (#396) chore(dev-deps): pin dev-dependencies Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 8 ++++---- pnpm-lock.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 2a94d53e9..a7693f99b 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@testing-library/dom": "8.17.1", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.3.0", - "@testing-library/react-16-17": "npm:@testing-library/react@^12.1.5", + "@testing-library/react-16-17": "npm:@testing-library/react@12.1.5", "@types/enzyme": "3.10.12", "@types/express": "4.17.13", "@types/fs-extra": "9.0.13", @@ -130,7 +130,7 @@ "@types/react-virtualized": "9.21.21", "@types/react-window": "1.8.5", "@types/seedrandom": "3.0.2", - "@types/testing-library__jest-dom": "^5.14.5", + "@types/testing-library__jest-dom": "5.14.5", "@typescript-eslint/eslint-plugin": "5.33.1", "@typescript-eslint/parser": "5.33.1", "babel-jest": "28.1.3", @@ -176,8 +176,8 @@ "react-16": "npm:react@16.14.0", "react-17": "npm:react@17.0.2", "react-dom": "18.2.0", - "react-dom-16": "npm:react-dom@^16.14.0", - "react-dom-17": "npm:react-dom@^17.0.2", + "react-dom-16": "npm:react-dom@16.14.0", + "react-dom-17": "npm:react-dom@17.0.2", "react-virtualized": "9.22.3", "react-window": "1.8.7", "release-it": "15.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 36b62d3ea..5e29e804c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,7 +40,7 @@ specifiers: '@testing-library/dom': 8.17.1 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.3.0 - '@testing-library/react-16-17': npm:@testing-library/react@^12.1.5 + '@testing-library/react-16-17': npm:@testing-library/react@12.1.5 '@types/enzyme': 3.10.12 '@types/express': 4.17.13 '@types/fs-extra': 9.0.13 @@ -56,7 +56,7 @@ specifiers: '@types/react-virtualized': 9.21.21 '@types/react-window': 1.8.5 '@types/seedrandom': 3.0.2 - '@types/testing-library__jest-dom': ^5.14.5 + '@types/testing-library__jest-dom': 5.14.5 '@typescript-eslint/eslint-plugin': 5.33.1 '@typescript-eslint/parser': 5.33.1 babel-jest: 28.1.3 @@ -105,8 +105,8 @@ specifiers: react-16: npm:react@16.14.0 react-17: npm:react@17.0.2 react-dom: 18.2.0 - react-dom-16: npm:react-dom@^16.14.0 - react-dom-17: npm:react-dom@^17.0.2 + react-dom-16: npm:react-dom@16.14.0 + react-dom-17: npm:react-dom@17.0.2 react-redux: ^8.0.2 react-virtualized: 9.22.3 react-window: 1.8.7