Skip to content

Commit

Permalink
remove unuse dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gaohan085 committed Dec 1, 2024
1 parent 1c893ab commit 4d4204c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 144 deletions.
24 changes: 17 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,47 @@ updates:
patterns:
- "@reduxjs/toolkit"
- "axios"
- "framer-motion"
- "prop-types"
- "react*"
- "redux"
- "swr"
nodejs-development-dependencies:
dependency-type: "development"
patterns:
- "@eslint/compat"
- "@eslint/eslintrc"
- "@eslint/js"
- "@pmmmwh/react-refresh-webpack-plugin"
- "@types/*"
- "@stylistic/eslint-plugin"
- "@types/eslint__js"
- "@types/node"
- "@types/react"
- "@types/react-dom"
- "@types/react-transition-group"
- "@typescript-eslint/eslint-plugin"
- "@typescript-eslint/parser"
- "@webpack-cli/generators"
- "css-loader"
- "css-minimizer-webpack-plugin"
- "eslint"
- "eslint-*"
- "eslint-import-resolver-typescript"
- "eslint-plugin-import-x"
- "eslint-plugin-react"
- "globals"
- "html-webpack-plugin"
- "mini-css-extract-plugin"
- "sass"
- "sass-loader"
- "style-loader"
- "swc"
- "swc-loader"
- "terser-webpack-plugin"
- "ts-loader"
- "typescript"
- "typescript-eslint"
- "webpack"
- "webpack-cli"
- "webpack-dev-server"
- "@eslint/*"
- "@stylistic/esling-plugin"
- package-ecosystem: "gomod"
schedule:
interval: "monthly"
Expand All @@ -56,5 +68,3 @@ updates:
golang-dependencies:
patterns:
- "*"
exclude-patterns:
- "gorm.io/driver/postgres"
25 changes: 3 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@reduxjs/toolkit": "^2.4.0",
"axios": "^1.7.8",
"framer-motion": "^11.12.0",
"@reduxjs/toolkit": "^2.3.0",
"axios": "^1.7.7",
"plyr": "^3.7.8",
"prop-types": "^15.8.1",
"react": "^18.3.1",
Expand Down Expand Up @@ -54,10 +53,8 @@
"eslint-plugin-react": "^7.37.2",
"globals": "^15.12.0",
"html-webpack-plugin": "^5.6.3",
"install": "^0.13.0",
"mini-css-extract-plugin": "^2.9.2",
"npm": "^10.9.1",
"sass": "^1.81.0",
"sass": "^1.80.6",
"sass-loader": "^16.0.3",
"style-loader": "^4.0.0",
"swc": "^1.0.11",
Expand All @@ -69,21 +66,5 @@
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"prettier": {
"semi": true,
"bracketSameLine": false,
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"printWidth": 80,
"jsxSingleQuote": false,
"bracketSpacing": true,
"arrowParens": "always"
},
"overrides": {
"@pmmmwh/react-refresh-webpack-plugin": {
"webpack-dev-server": "^5.0.2"
}
}
}
128 changes: 13 additions & 115 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d4204c

Please sign in to comment.