Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Sep 22, 2023
1 parent 4502af2 commit 6431ac7
Show file tree
Hide file tree
Showing 4 changed files with 2,328 additions and 1,337 deletions.
32 changes: 4 additions & 28 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,35 +1,11 @@
module.exports = {
env: {
browser: true,
es2021: true
},
extends: [
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended",
"plugin:prettier/recommended"
],
parser: "@typescript-eslint/parser",
parserOptions: {
ecmaFeatures: {
jsx: true
},
ecmaVersion: 12,
sourceType: "module"
},
settings: {
react: {
version: "detect"
}
},
extends: "@renovamen/eslint-config-react",
ignorePatterns: ["node_modules/", "dist/"],
rules: {
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unused-vars": "off",
"react/react-in-jsx-scope": "off",
"react/no-unescaped-entities": "off",
"react/no-unknown-property": "off"
},
ignorePatterns: ["node_modules/", "dist/"]
"@typescript-eslint/no-unused-vars": "off"
}
};
4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

66 changes: 32 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,54 +12,52 @@
"*.{js,ts,tsx}": "eslint --fix",
"package.json": "sort-package-json"
},
"prettier": "@renovamen/prettier-config",
"dependencies": {
"@milkdown/core": "^7.2.3",
"@milkdown/plugin-history": "^7.2.3",
"@milkdown/plugin-listener": "^7.2.3",
"@milkdown/preset-commonmark": "^7.2.3",
"@milkdown/preset-gfm": "^7.2.3",
"@milkdown/react": "^7.2.3",
"@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",
"@rooks/use-raf": "^4.11.2",
"date-fns": "^2.30.0",
"framer-motion": "^10.12.17",
"framer-motion": "^10.16.4",
"katex": "^0.16.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-rangeslider": "2.2.0",
"react-rnd": "^10.4.1",
"react-syntax-highlighter": "^15.5.0",
"react-webcam": "7.0.1",
"web-vitals": "^3.3.2",
"zustand": "^4.3.8"
"react-webcam": "^7.1.1",
"web-vitals": "^3.4.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@iconify/json": "^2.2.82",
"@types/node": "^20.3.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@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",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@unocss/reset": "^0.53.3",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"@unocss/reset": "^0.56.1",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.49.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"pnpm": "^8.6.3",
"prettier": "^2.8.8",
"rehype-katex": "^6.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sort-package-json": "^2.4.1",
"taze": "^0.10.2",
"typescript": "^4.9.5",
"unocss": "^0.53.3",
"vite": "^4.3.9"
"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"
},
"packageManager": "pnpm@8.6.3"
"packageManager": "pnpm@8.7.6"
}
Loading

0 comments on commit 6431ac7

Please sign in to comment.