Skip to content

Commit

Permalink
fix(deps): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilnayyar002 committed Jan 9, 2022
1 parent 68ef180 commit 6148648
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 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 @@ -35,7 +35,7 @@
"fork-ts-checker-webpack-plugin": "^6.5.0",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"mini-css-extract-plugin": "^2.4.6",
"react-refresh": "^0.11.0",
"speed-measure-webpack-plugin": "^1.5.0",
"standard-version": "^9.3.2",
Expand Down
6 changes: 3 additions & 3 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.4.0",
"sass": "^1.45.2",
"sass": "^1.47.0",
}
},
typescript: {
Expand All @@ -37,8 +37,8 @@ const features = {
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@babel/preset-typescript": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"typescript": "^4.5.4",
}
}
Expand Down

0 comments on commit 6148648

Please sign in to comment.