Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Mar 12, 2024
1 parent d5c868e commit 9796526
Show file tree
Hide file tree
Showing 5 changed files with 2,796 additions and 1,879 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm lint-staged
77 changes: 39 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "vite build",
"dev": "vite --host",
"lint": "eslint --ext .js,.ts,.tsx ./",
"prepare": "husky install",
"prepare": "husky",
"serve": "vite preview --host"
},
"lint-staged": {
Expand All @@ -14,50 +14,51 @@
},
"prettier": "@renovamen/prettier-config",
"dependencies": {
"@milkdown/core": "^7.3.0",
"@milkdown/plugin-history": "^7.3.0",
"@milkdown/plugin-listener": "^7.3.0",
"@milkdown/preset-commonmark": "^7.3.0",
"@milkdown/preset-gfm": "^7.3.0",
"@milkdown/react": "^7.3.0",
"@milkdown/core": "^7.3.5",
"@milkdown/plugin-history": "^7.3.5",
"@milkdown/plugin-listener": "^7.3.5",
"@milkdown/preset-commonmark": "^7.3.5",
"@milkdown/preset-gfm": "^7.3.5",
"@milkdown/react": "^7.3.5",
"@rooks/use-raf": "^4.11.2",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.4",
"katex": "^0.16.8",
"date-fns": "^3.4.0",
"framer-motion": "^11.0.12",
"katex": "^0.16.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-markdown": "^9.0.1",
"react-rangeslider": "2.2.0",
"react-rnd": "^10.4.1",
"react-syntax-highlighter": "^15.5.0",
"react-webcam": "^7.1.1",
"web-vitals": "^3.4.0",
"zustand": "^4.4.1"
"react-webcam": "^7.2.0",
"web-vitals": "^3.5.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@iconify/json": "^2.2.119",
"@renovamen/eslint-config-react": "^0.1.2",
"@renovamen/prettier-config": "^0.1.1",
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-rangeslider": "^2.2.4",
"@types/react-syntax-highlighter": "^15.5.7",
"@unocss/reset": "^0.56.1",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.49.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"pnpm": "^8.7.6",
"prettier": "^3.0.3",
"rehype-katex": "6.0.3",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"sort-package-json": "^2.5.1",
"taze": "^0.11.2",
"typescript": "^5.2.2",
"unocss": "^0.56.1",
"vite": "^4.4.9"
"@iconify/json": "^2.2.191",
"@renovamen/eslint-config-react": "^0.1.3",
"@renovamen/prettier-config": "^0.1.3",
"@types/node": "^20.11.26",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@types/react-rangeslider": "^2.2.7",
"@types/react-syntax-highlighter": "^15.5.11",
"@unocss/reset": "^0.58.5",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"pnpm": "^8.15.4",
"prettier": "^3.2.5",
"rehype-external-links": "^3.0.0",
"rehype-katex": "7.0.0",
"remark-gfm": "4.0.0",
"remark-math": "6.0.0",
"sort-package-json": "^2.8.0",
"taze": "^0.13.3",
"typescript": "^5.4.2",
"unocss": "^0.58.5",
"vite": "^5.1.6"
},
"packageManager": "pnpm@8.7.6"
"packageManager": "pnpm@8.15.4"
}
Loading

0 comments on commit 9796526

Please sign in to comment.