Skip to content

Commit

Permalink
chore(dev-deps): pin dependencies (#396)
Browse files Browse the repository at this point in the history
chore(dev-deps): pin dev-dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 22, 2022
1 parent 813953d commit d040c9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d040c9c

Please sign in to comment.