Skip to content

Commit

Permalink
fix(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilnayyar002 committed Dec 5, 2021
1 parent f0c7e95 commit cecb04c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 52 deletions.
79 changes: 32 additions & 47 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"dotenv-flow": "^3.2.0",
"eslint": "^8.3.0",
"eslint": "^8.4.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-webpack-plugin": "^3.1.1",
Expand Down
8 changes: 4 additions & 4 deletions wm-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const features = {
},
deps: {
"sass-loader": "^12.3.0",
"sass": "^1.43.4",
"sass": "^1.44.0",
}
},
typescript: {
Expand All @@ -34,11 +34,11 @@ const features = {
disableFeat: "disable-feat-typescript"
},
deps: {
"@types/react": "^17.0.35",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@babel/preset-typescript": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"typescript": "^4.5.2",
}
}
Expand Down

0 comments on commit cecb04c

Please sign in to comment.