Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Oct 8, 2024
1 parent b1744ad commit 7eb5d2a
Show file tree
Hide file tree
Showing 3 changed files with 1,819 additions and 2,109 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@heroicons/react": "^2.1.5",
"@mui/material": "^5.16.7",
"@mui/material": "^6.1.2",
"@tauri-apps/api": "^2.0.2",
"@tauri-apps/plugin-fs": "~2.0.0",
"@tauri-apps/plugin-shell": "~2.0.0",
"@tauri-apps/plugin-updater": "~2.0.0",
"axios": "^1.7.7",
"change-case": "^4.1.2",
"change-case": "^5.4.4",
"classnames": "^2.5.1",
"dexie": "^3.2.7",
"dexie": "^4.0.8",
"dexie-export-import": "^4.1.2",
"dexie-react-hooks": "^1.1.7",
"emoji-mart": "^5.6.0",
Expand All @@ -37,50 +37,50 @@
"js-tiktoken": "^1.0.15",
"luxon": "^3.5.0",
"notistack": "^3.0.1",
"openai": "^3.3.0",
"openai": "^4.67.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^8.0.7",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.2",
"react-syntax-highlighter": "^15.5.0",
"recoil": "^0.7.7",
"rehype-mathjax": "^4.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"uuid": "^9.0.1",
"wavesurfer.js": "^6.6.4",
"rehype-mathjax": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"uuid": "^10.0.0",
"wavesurfer.js": "^7.8.6",
"yancey-js-util": "^3.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@tauri-apps/cli": "^2.0.2",
"@types/luxon": "^3.4.2",
"@types/node": "^20.16.11",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"@types/wavesurfer.js": "^6.0.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.57.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.12.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"postcss-import": "^15.1.0",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.4.1",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^4.5.5"
"vite": "^5.4.8"
}
}
Loading

0 comments on commit 7eb5d2a

Please sign in to comment.