Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Aug 24, 2023
1 parent db79b97 commit 3c35631
Show file tree
Hide file tree
Showing 3 changed files with 973 additions and 833 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

**Kami is Sunsetting**, check here to read [more](#kami-is-sunsetting).

> [!IMPORTANT]
> Next.js 13 低版本中存在内存泄露问题,在 [issue](https://github.com/vercel/next.js/issues/49929) 中,该 issue 表示已修复,但是由于 Node.js < 18.17.0 中可能存在漏内存问题,你也需要升级 Node.js 来解决这个问题。
小小空间,大大梦想。

Small space, big dream.
Expand Down Expand Up @@ -172,7 +175,6 @@ interface LinkCardProps {

风格参考于 [保罗的小窝](https://paul.ren)


## Kami is Sunsetting

Kami 原本是我用于学习前端时建立的渐进式个人网站项目,随着代码越来越难以维护和 UI 风格越来越混杂,在 2023.6 我决定进行重写此项目。
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,27 +61,27 @@
"@floating-ui/react-dom": "2.0.1",
"@formkit/auto-animate": "1.0.0-beta.6",
"@mx-space/api-client": "1.5.1",
"@sentry/nextjs": "7.61.1",
"@sentry/nextjs": "7.64.0",
"axios": "1.4.0",
"clsx": "1.2.1",
"dayjs": "1.11.9",
"devtools-detector": "2.0.14",
"framer-motion": "10.12.12",
"framer-motion": "10.16.1",
"immer": "^10.0.2",
"js-cookie": "3.0.5",
"lodash-es": "4.17.21",
"markdown-escape": "2.0.0",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.1.3-beta.2",
"medium-zoom": "1.0.8",
"mermaid": "10.2.3",
"next": "13.3.3",
"mermaid": "10.3.1",
"next": "13.4.19",
"next-seo": "6.1.0",
"next-suspense": "0.2.3",
"randomcolor": "0.6.2",
"react": "18.2.0",
"react-countup": "6.4.2",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.10",
"react-error-boundary": "4.0.11",
"react-intersection-observer": "9.5.2",
"react-masonry-css": "1.0.16",
"react-message-popup": "1.1.3",
Expand All @@ -91,48 +91,48 @@
"react-use": "17.4.0",
"remove-markdown": "0.5.0",
"socket.io-client": "4.7.2",
"swr": "2.2.0",
"swr": "2.2.1",
"validator": "13.11.0",
"xss": "1.0.14",
"zustand": "^4.4.1"
},
"devDependencies": {
"@innei/eslint-config-react-ts": "0.11.1",
"@innei/prettier": "0.11.1",
"@next/bundle-analyzer": "13.4.12",
"@sentry/webpack-plugin": "2.5.0",
"@next/bundle-analyzer": "13.4.19",
"@sentry/webpack-plugin": "2.7.0",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/inflection": "1.13.0",
"@types/js-cookie": "3.0.3",
"@types/lodash-es": "4.17.8",
"@types/markdown-escape": "1.1.0",
"@types/node": "20.4.8",
"@types/node": "20.5.4",
"@types/randomcolor": "0.5.7",
"@types/react": "17.0.61",
"@types/react-color": "3.0.6",
"@types/react-dom": "18.2.4",
"@types/remove-markdown": "0.3.1",
"@types/ua-parser-js": "0.7.36",
"@types/validator": "13.9.0",
"@types/validator": "13.11.1",
"cross-env": "7.0.3",
"dotenv": "16.1.4",
"eslint": "8.46.0",
"dotenv": "16.3.1",
"eslint": "8.47.0",
"husky": "8.0.3",
"js-yaml": "4.1.0",
"lint-staged": "13.2.2",
"lint-staged": "14.0.1",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.1.3-beta.2",
"next-compose-plugins": "2.2.1",
"postcss": "8.4.27",
"postcss": "8.4.28",
"postcss-import": "15.1.0",
"postcss-nested": "6.0.1",
"postcss-preset-env": "9.1.1",
"prettier": "3.0.1",
"prettier": "3.0.2",
"rimraf": "5.0.1",
"tilg": "0.1.1",
"typescript": "5.0.4",
"typescript": "5.1.6",
"windicss": "3.5.6",
"windicss-webpack-plugin": "1.7.8",
"zx": "7.2.2"
"zx": "7.2.3"
},
"resolutions": {
"react-use": "17.4.0",
Expand Down
Loading

0 comments on commit 3c35631

Please sign in to comment.