Skip to content

Commit

Permalink
Merge pull request #28 from entur/renovate/react-monorepo
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
testower authored Oct 4, 2023
2 parents 969625f + fc117eb commit f352ee9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@testing-library/user-event": "7.2.1",
"@types/jest": "25.2.3",
"@types/node": "12.20.1",
"@types/react": "^16.9.27",
"@types/react-dom": "^16.9.7",
"@types/react": "16.14.4",
"@types/react-dom": "16.9.11",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"babel-eslint": "10.1.0",
Expand Down
10 changes: 6 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1711,9 +1711,10 @@
dependencies:
"@types/react" "*"

"@types/react-dom@^16.9.7":
"@types/[email protected].11":
version "16.9.11"
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.11.tgz"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.11.tgz#752e223a1592a2c10f2668b215a0e0667f4faab1"
integrity sha512-3UuR4MoWf5spNgrG6cwsmT9DdRghcR4IDFOzNZ6+wcmacxkFykcb5ji0nNVm9ckBT4BCxvCrJJbM4+EYsEEVIg==
dependencies:
"@types/react" "^16"

Expand All @@ -1724,9 +1725,10 @@
"@types/prop-types" "*"
csstype "^3.0.2"

"@types/react@^16", "@types/react@^16.9.27":
"@types/react@16.14.4", "@types/react@^16":
version "16.14.4"
resolved "https://registry.npmjs.org/@types/react/-/react-16.14.4.tgz"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.4.tgz#365f6a1e117d1eec960ba792c7e1e91ecad38e6f"
integrity sha512-ETj7GbkPGjca/A4trkVeGvoIakmLV6ZtX3J8dcmOpzKzWVybbrOxanwaIPG71GZwImoMDY6Fq4wIe34lEqZ0FQ==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"
Expand Down

0 comments on commit f352ee9

Please sign in to comment.