Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Apr 9, 2024
1 parent b5f31d1 commit 7c92cf4
Show file tree
Hide file tree
Showing 4 changed files with 1,317 additions and 1,931 deletions.
12 changes: 0 additions & 12 deletions .eslintrc

This file was deleted.

10 changes: 10 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { renovamen } from "@renovamen/eslint-config";

export default renovamen({
files: ["**/*.ts", "**/*.tsx"],
rules: {
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off"
}
});
47 changes: 23 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "vite build",
"dev": "vite --host",
"lint": "eslint --ext .js,.ts,.tsx ./",
"lint": "eslint .",
"prepare": "husky",
"serve": "vite preview --host"
},
Expand All @@ -15,16 +15,16 @@
},
"prettier": "@renovamen/prettier-config",
"dependencies": {
"@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",
"@milkdown/core": "^7.3.6",
"@milkdown/plugin-history": "^7.3.6",
"@milkdown/plugin-listener": "^7.3.6",
"@milkdown/preset-commonmark": "^7.3.6",
"@milkdown/preset-gfm": "^7.3.6",
"@milkdown/react": "^7.3.6",
"@rooks/use-raf": "^4.11.2",
"date-fns": "^3.4.0",
"framer-motion": "^11.0.12",
"katex": "^0.16.9",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.25",
"katex": "^0.16.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
Expand All @@ -36,31 +36,30 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@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",
"@iconify/json": "^2.2.199",
"@renovamen/eslint-config": "^0.1.6",
"@renovamen/prettier-config": "^0.1.6",
"@types/node": "^20.12.6",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react-rangeslider": "^2.2.7",
"@types/react-syntax-highlighter": "^15.5.11",
"@unocss/reset": "^0.58.5",
"@unocss/reset": "^0.59.0",
"@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",
"pnpm": "^8.15.6",
"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",
"sort-package-json": "^2.10.0",
"taze": "^0.13.3",
"typescript": "^5.4.2",
"unocss": "^0.58.5",
"typescript": "^5.4.4",
"unocss": "^0.59.0",
"unplugin-auto-import": "^0.17.5",
"vite": "^5.1.6"
"vite": "^5.2.8"
},
"packageManager": "[email protected].4"
"packageManager": "[email protected].6"
}
Loading

0 comments on commit 7c92cf4

Please sign in to comment.