Skip to content

Commit 5f40e8b

Browse files
Merge pull request #297 from commitd/sh/tsversion
fix: update ts and stitches version
2 parents d26e478 + a71bfd4 commit 5f40e8b

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"storybook-dark-mode": "^1.1.2",
143143
"ts-jest": "^27.1.4",
144144
"tsconfig-paths-webpack-plugin": "^3.5.2",
145-
"typescript": "^4.6.3"
145+
"typescript": "4.7.4"
146146
},
147147
"dependencies": {
148148
"@committed/hooks": "^0.8.0",
@@ -173,6 +173,6 @@
173173
"@radix-ui/react-toggle-group": "^1.0.0",
174174
"@radix-ui/react-tooltip": "^1.0.0",
175175
"@radix-ui/react-visually-hidden": "^1.0.0",
176-
"@stitches/react": "^1.2.7"
176+
"@stitches/react": "^1.2.8"
177177
}
178178
}

src/typings.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export type PartialPick<T, K extends keyof T> = {
1717
}
1818

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

0 commit comments

Comments
 (0)