Skip to content

Commit

Permalink
build: update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
jondauz committed May 14, 2024
1 parent 4a147d1 commit 8cb8e94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"style-loader": "^2.0.0",
"svgo": "^3.0.2",
"ts-jest": "^27.0.4",
"typescript": "^4.0.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@babel/node": "^7.5.5",
Expand Down
4 changes: 2 additions & 2 deletions src/css/components/Popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ $Popup-arrow-borderRadius: 3px;
// * Aligns popover so that it "hangs" off the left side of the toggle

.Popup-container--leftHang {
transform: translateX(-($su-large + $su-small + ($Popup-arrow-size / 2)));
transform: translateX(-($su-large + $su-small + calc($Popup-arrow-size / 2)));

&::before,
&::after {
Expand All @@ -156,7 +156,7 @@ $Popup-arrow-borderRadius: 3px;
// * Aligns popover with right side of toggle

.Popup-container--right {
transform: translateX(calc(-100% + ($Popup-arrow-size + 2px)));
transform: translateX(calc(-100% + calc($Popup-arrow-size / 2)));

&::before,
&::after {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4307,7 +4307,7 @@ __metadata:
style-loader: ^2.0.0
svgo: ^3.0.2
ts-jest: ^27.0.4
typescript: ^4.0.3
typescript: ^5.4.5
peerDependencies:
prettier: ^2.3.2
react: ^17.0.1
Expand Down

0 comments on commit 8cb8e94

Please sign in to comment.