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 Mar 6, 2022
1 parent eb8d9a4 commit 222cc92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,24 @@
"babel-loader": "8.2.3",
"circular-dependency-plugin": "5.2.2",
"commitizen": "4.2.4",
"css-loader": "6.6.0",
"css-loader": "6.7.0",
"css-minimizer-webpack-plugin": "3.4.1",
"dotenv-flow": "3.2.0",
"eslint": "8.9.0",
"eslint-plugin-react": "7.28.0",
"eslint": "8.10.0",
"eslint-plugin-react": "7.29.3",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-webpack-plugin": "3.1.1",
"fork-ts-checker-webpack-plugin": "7.2.1",
"fs-extra": "10.0.0",
"fs-extra": "10.0.1",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "2.5.3",
"mini-css-extract-plugin": "2.6.0",
"prettier": "2.5.1",
"react-refresh": "0.11.0",
"speed-measure-webpack-plugin": "1.5.0",
"standard-version": "9.3.2",
"style-loader": "3.3.1",
"terser-webpack-plugin": "5.3.1",
"webpack": "5.69.1",
"webpack": "5.70.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.7.4",
"webpack-merge": "5.8.0"
Expand Down
10 changes: 5 additions & 5 deletions wm-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const features = {
},
deps: {
"sass-loader": "12.6.0",
sass: "1.49.8",
sass: "1.49.9",
},
},
typescript: {
Expand All @@ -36,11 +36,11 @@ const features = {
},
deps: {
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/react-dom": "17.0.13",
"@babel/preset-typescript": "7.16.7",
"@typescript-eslint/eslint-plugin": "5.12.0",
"@typescript-eslint/parser": "5.12.0",
typescript: "4.5.5",
"@typescript-eslint/eslint-plugin": "5.13.0",
"@typescript-eslint/parser": "5.13.0",
typescript: "4.6.2",
},
},
};
Expand Down

0 comments on commit 222cc92

Please sign in to comment.