Skip to content

Commit

Permalink
Fix CI break
Browse files Browse the repository at this point in the history
  • Loading branch information
blrchen committed Feb 3, 2024
1 parent e28657f commit 6b07a91
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion components/Spin/interface.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CSSProperties, ReactNode } from "react";
import { CSSProperties, ReactNode } from 'react'

/**
* @title Spin
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^2.0.2",
"@vercel/analytics": "^1.1.2",
"axios": "^1.6.5",
"classnames": "^2.5.1",
"axios": "^1.6.0",
"classnames": "^2.3.2",
"clipboard": "^2.0.11",
"delay": "^6.0.0",
"eventsource-parser": "^1.1.1",
"lodash-es": "^4.17.21",
"next": "14.1.0",
"next": "14.0.4",
"react": "^18",
"react-contenteditable": "^3.3.7",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^7.0.0",
Expand All @@ -36,8 +36,8 @@
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"sass": "^1.70.0",
"remark-rehype": "^11.0.0",
"sass": "^1.69.5",
"uuid": "^9.0.1"
},
"devDependencies": {
Expand All @@ -48,16 +48,16 @@
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/uuid": "^9.0.7",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/parser": "^6.17.0",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"postcss-import": "^15.1.0",
"prettier": "^3.2.4",
"prettier": "^3.1.1",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
}
Expand Down

0 comments on commit 6b07a91

Please sign in to comment.