Skip to content

Commit

Permalink
fix: allow NDS users to typecheck style-system props
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed Jan 16, 2024
1 parent 42f5392 commit 137f7ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
"@types/react-datepicker": "^4.1.0",
"@types/react-dom": "^17.0.20",
"@types/styled-components": "^5.1.9",
"@types/styled-system": "^5.1.11",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^5.30.5",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
Expand Down Expand Up @@ -164,7 +163,8 @@
"react-resize-detector": "^9.1.0",
"react-windowed-select": "2.0.5",
"smoothscroll-polyfill": "^0.4.4",
"styled-system": "^5.1.4"
"styled-system": "^5.1.4",
"@types/styled-system": "5.1.22"
},
"husky": {
"hooks": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5079,10 +5079,10 @@
"@types/react" "*"
csstype "^3.0.2"

"@types/styled-system@^5.1.11":
version "5.1.11"
resolved "https://registry.yarnpkg.com/@types/styled-system/-/styled-system-5.1.11.tgz#158849f3b14cdf8bf27a10f0cf87a2c3a89eb680"
integrity sha512-R+JxEZYa5T0HD2urViR/mdklVaGhwbNOtDoWWGQ1+z1CGs/gF1UAKCaS//YwsUwterEKpyaKxgaXyFNKF04GCA==
"@types/styled-system@5.1.22":
version "5.1.22"
resolved "https://registry.yarnpkg.com/@types/styled-system/-/styled-system-5.1.22.tgz#508499f4c68bb86dde3454693e92f5771edf177f"
integrity sha512-NbRp37zWcrf/+Qf2NumdyZfhSx1dzJ50zgfKvnezYJx1HTRUMVYY8jtWvK1eoIAa6F5sXwHLhE8oXNu15ThBAA==
dependencies:
csstype "^3.0.2"

Expand Down

0 comments on commit 137f7ea

Please sign in to comment.