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 Oct 29, 2021
1 parent 0bb306f commit 6691cbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wm-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const features = {
disableFeat: "disable-feat-sass"
},
deps: {
"sass-loader": "^12.2.0",
"sass": "^1.43.3",
"sass-loader": "^12.3.0",
"sass": "^1.43.4",
}
},
typescript: {
Expand All @@ -35,7 +35,7 @@ const features = {
disableFeat: "disable-feat-typescript"
},
deps: {
"@types/react": "^17.0.32",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@babel/preset-typescript": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
Expand Down

0 comments on commit 6691cbb

Please sign in to comment.