Skip to content

Commit

Permalink
website: update dependency styled-components to ^6
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 28, 2023
1 parent 4dae936 commit c6c728a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"@icongo/wi": "1.2.0",
"@icongo/wl": "1.2.0",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/styled-components": "^5.1.25",
"@uiw/copy-to-clipboard": "^1.0.12",
"@uiw/react-back-to-top": "^1.2.0",
"@uiw/react-github-corners": "^1.5.14",
Expand All @@ -91,8 +90,8 @@
"react-hot-toast": "^2.3.0",
"react-keywords": "^0.0.5",
"react-lazy-load-image-component": "^1.5.5",
"react-router-dom": "~6.9.0",
"styled-components": "^5.3.5"
"react-router-dom": "^6.14.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@kkt/less-modules": "^7.4.9",
Expand Down
4 changes: 2 additions & 2 deletions www/src/components/SkeletonLoader.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FC } from "react";
import styled, { CSSProperties, keyframes } from "styled-components";
import { CSSProperties, FC } from "react";
import styled, { keyframes } from "styled-components";

interface SkeletonLoaderProps {
width?: CSSProperties['width'];
Expand Down

0 comments on commit c6c728a

Please sign in to comment.