Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed May 2, 2024
1 parent 3b4bca1 commit 7b44b8a
Show file tree
Hide file tree
Showing 3 changed files with 729 additions and 1,830 deletions.
7 changes: 5 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import { renovamen } from "@renovamen/eslint-config";

export default renovamen({
const configs = renovamen({
files: ["**/*.ts", "**/*.tsx"],
rules: {
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off"
"@typescript-eslint/no-unused-vars": "off",
"react/jsx-no-undef": "off"
}
});

export default configs;
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,43 +23,43 @@
"@milkdown/react": "^7.3.6",
"@rooks/use-raf": "^4.11.2",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.25",
"framer-motion": "^11.1.7",
"katex": "^0.16.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-rangeslider": "2.2.0",
"react-rnd": "^10.4.1",
"react-rnd": "^10.4.10",
"react-syntax-highlighter": "^15.5.0",
"react-webcam": "^7.2.0",
"web-vitals": "^3.5.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@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",
"@iconify/json": "^2.2.205",
"@renovamen/eslint-config": "^0.1.7",
"@renovamen/prettier-config": "^0.1.7",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-rangeslider": "^2.2.7",
"@types/react-syntax-highlighter": "^15.5.11",
"@unocss/reset": "^0.59.0",
"@unocss/reset": "^0.59.4",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"pnpm": "^8.15.6",
"pnpm": "^9.0.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.10.0",
"taze": "^0.13.3",
"typescript": "^5.4.4",
"unocss": "^0.59.0",
"taze": "^0.13.8",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"vite": "^5.2.8"
"vite": "^5.2.10"
},
"packageManager": "pnpm@8.15.6"
"packageManager": "pnpm@9.0.6"
}
Loading

0 comments on commit 7b44b8a

Please sign in to comment.