Skip to content

Commit

Permalink
fix: three peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfulyang authored and powerfulyang committed Mar 18, 2024
1 parent 1328cef commit 1f3382c
Show file tree
Hide file tree
Showing 3 changed files with 1,000 additions and 1,208 deletions.
65 changes: 33 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "10.1.0",
"@docsearch/react": "3.5.2",
"@docsearch/react": "3.6.0",
"@excalidraw/excalidraw": "0.17.3",
"@ffmpeg/ffmpeg": "0.12.7",
"@ffmpeg/util": "0.12.1",
"@hookform/resolvers": "3.3.4",
"@huacnlee/autocorrect": "2.9.0",
"@monaco-editor/react": "4.6.0",
"@next/bundle-analyzer": "14.1.0",
"@next/bundle-analyzer": "14.1.3",
"@powerfulyang/hooks": "1.5.2",
"@powerfulyang/utils": "1.14.0",
"@prettier/plugin-pug": "3.0.0",
Expand Down Expand Up @@ -69,51 +69,51 @@
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@react-spring/three": "9.7.3",
"@react-three/drei": "9.99.5",
"@react-three/fiber": "8.15.16",
"@react-three/postprocessing": "2.16.0",
"@sentry/nextjs": "7.104.0",
"@react-three/drei": "9.102.6",
"@react-three/fiber": "8.15.19",
"@react-three/postprocessing": "2.16.2",
"@sentry/nextjs": "7.107.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.13.2",
"@trpc/client": "10.45.1",
"@trpc/next": "10.45.1",
"@trpc/react-query": "10.45.1",
"@trpc/server": "10.45.1",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^1.0.1",
"@vercel/speed-insights": "^1.0.10",
"@volar/monaco": "2.1.0",
"@vue/language-service": "1.8.27",
"@volar/monaco": "2.1.2",
"@vue/language-service": "2.0.6",
"canvas-confetti": "1.9.2",
"class-variance-authority": "0.7.0",
"classnames": "2.5.1",
"clsx": "2.1.0",
"cmdk": "^0.2.1",
"cmdk": "^1.0.0",
"comlink": "4.4.1",
"copy-webpack-plugin": "12.0.2",
"d3": "7.8.5",
"date-fns": "^3.3.1",
"d3": "7.9.0",
"date-fns": "^3.6.0",
"dayjs": "1.11.10",
"delaunator": "5.0.1",
"feed": "4.2.2",
"framer-motion": "10.12.7",
"glob-to-regexp": "0.4.1",
"hast-util-to-string": "3.0.0",
"htmltojsx": "0.3.0",
"jose": "5.2.2",
"jotai": "2.7.0",
"jose": "5.2.3",
"jotai": "2.7.1",
"jotai-immer": "0.3.0",
"js-base64": "3.7.7",
"leva": "0.9.35",
"lodash-es": "4.17.21",
"lottie-react": "2.4.0",
"lucide-react": "0.343.0",
"monaco-editor": "0.46.0",
"lucide-react": "0.358.0",
"monaco-editor": "0.47.0",
"monaco-editor-nginx": "1.0.16",
"monaco-editor-textmate": "4.0.0",
"monaco-editor-webpack-plugin": "7.1.0",
"monaco-volar": "0.4.0",
"next": "14.1.0",
"next": "14.1.3",
"next-pwa": "5.6.0",
"next-seo": "6.5.0",
"next-sitemap": "4.2.3",
Expand All @@ -129,7 +129,7 @@
"react-day-picker": "^8.10.0",
"react-diff-viewer": "3.1.1",
"react-dom": "18.2.0",
"react-hook-form": "7.50.1",
"react-hook-form": "7.51.1",
"react-hot-toast": "2.4.1",
"react-hotkeys-hook": "4.5.0",
"react-intersection-observer": "9.8.1",
Expand All @@ -150,23 +150,23 @@
"stackblur-canvas": "2.7.0",
"string-replace-loader": "3.1.0",
"superjson": "2.2.1",
"tailwind-merge": "2.2.1",
"tailwind-merge": "2.2.2",
"tailwindcss-animate": "1.0.7",
"three": "0.162.0",
"three-stdlib": "2.29.4",
"three": "0.158.0",
"three-stdlib": "2.29.5",
"unist-util-visit": "5.0.0",
"uqr": "0.1.2",
"yaml": "2.4.0",
"yaml": "2.4.1",
"zod": "3.22.4"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.9.0",
"@cloudflare/next-on-pages": "^1.10.0",
"@ffmpeg/core-mt": "0.12.6",
"@jest/globals": "29.7.0",
"@powerfulyang/gltfjsx": "6.2.12",
"@powerfulyang/jest-extended": "3.3.0",
"@powerfulyang/lint": "3.7.0",
"@sentry/cli": "2.28.6",
"@sentry/cli": "2.30.2",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@types/canvas-confetti": "1.6.4",
Expand All @@ -175,21 +175,22 @@
"@types/htmltojsx": "0.0.33",
"@types/lodash-es": "4.17.12",
"@types/node": "20.8.3",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@types/react-syntax-highlighter": "15.5.11",
"@types/testing-library__jest-dom": "5.14.9",
"@types/three": "0.162.0",
"@types/three": "0.158.3",
"babel-loader": "9.1.3",
"cross-env": "7.0.3",
"expect": "29.7.0",
"jest-canvas-mock": "2.5.2",
"openapi-types": "12.1.3",
"postcss-import": "16.0.1",
"rimraf": "5.0.5",
"swagger-typescript-api": "13.0.3",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vercel": "33.5.3"
"typescript": "5.4.2",
"vercel": "33.6.1"
},
"bundledDependencies": [
"katex",
Expand Down
Loading

1 comment on commit 1f3382c

@vercel
Copy link

@vercel vercel bot commented on 1f3382c Mar 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

powerfulyang-com – ./

powerfulyang-com-git-master-powerfulyang.vercel.app
powerfulyang-com-powerfulyang.vercel.app
powerfulyang.com

Please sign in to comment.