Skip to content

Commit

Permalink
fix: update ts and stitches version
Browse files Browse the repository at this point in the history
Updates ts to max currently supported version. There are issues updating
to 4.8.
  • Loading branch information
stuarthendren committed Sep 28, 2022
1 parent d26e478 commit a71bfd4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"storybook-dark-mode": "^1.1.2",
"ts-jest": "^27.1.4",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.6.3"
"typescript": "4.7.4"
},
"dependencies": {
"@committed/hooks": "^0.8.0",
Expand Down Expand Up @@ -173,6 +173,6 @@
"@radix-ui/react-toggle-group": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@radix-ui/react-visually-hidden": "^1.0.0",
"@stitches/react": "^1.2.7"
"@stitches/react": "^1.2.8"
}
}
2 changes: 1 addition & 1 deletion src/typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type PartialPick<T, K extends keyof T> = {
}

/**
* A utility typing to allow the extraction of just the raw variants from a stiches variant.
* A utility typing to allow the extraction of just the raw variants from a stitches variant.
*
* For example:
* ```JustVariants<ComponentProps<typeof Spinner>['variant']> // "scale" | "draw" | "spin"```
Expand Down

0 comments on commit a71bfd4

Please sign in to comment.