update dependencies

This commit is contained in:
DefectingCat
2023-05-16 10:28:41 +08:00
parent dba824f07a
commit 8af5ccf7f7
2 changed files with 198 additions and 180 deletions

View File

@ -14,7 +14,7 @@
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,md,mdx,css}\" --ignore-unknown"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.6.1",
"@codesandbox/sandpack-react": "^2.6.4",
"@docsearch/css": "^3.3.4",
"@docsearch/react": "3",
"@giscus/react": "^2.2.8",
@ -22,7 +22,7 @@
"@tweenjs/tween.js": "^20.0.3",
"algoliasearch": "^4.17.0",
"dayjs": "^1.11.7",
"next": "13.3.1",
"next": "13.4.2",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"octokit": "^2.0.14",
@ -36,25 +36,25 @@
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"rua-three": "^1.1.1",
"sharp": "^0.32.0",
"sharp": "^0.32.1",
"stats.js": "^0.17.0",
"three": "^0.151.3",
"three": "^0.152.2",
"unified": "^10.1.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.1",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/node": "20.1.5",
"@types/react": "18.2.6",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.150.2",
"@types/three": "^0.152.0",
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"gray-matter": "^4.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",