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 Aug 17, 2022
1 parent 29d2a2e commit 5dcf86a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
"@svgr/webpack": "6.2.1",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@svgr/webpack": "6.3.1",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"babel-loader": "8.2.5",
"circular-dependency-plugin": "5.2.2",
"commitizen": "4.2.4",
"commitizen": "4.2.5",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "4.0.0",
"dotenv-flow": "3.2.0",
"eslint": "8.19.0",
"eslint": "8.22.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-webpack-plugin": "3.2.0",
"fork-ts-checker-webpack-plugin": "7.2.11",
"fork-ts-checker-webpack-plugin": "7.2.13",
"fs-extra": "10.1.0",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "2.6.1",
Expand All @@ -46,10 +46,10 @@
"speed-measure-webpack-plugin": "1.5.0",
"standard-version": "9.5.0",
"style-loader": "3.3.1",
"terser-webpack-plugin": "5.3.3",
"webpack": "5.73.0",
"terser-webpack-plugin": "5.3.5",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.3",
"webpack-dev-server": "4.10.0",
"webpack-merge": "5.8.0"
}
}
6 changes: 3 additions & 3 deletions wm-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const configFileName = "wm-config.js";
},
deps: {
"sass-loader": "13.0.2",
sass: "1.53.0",
sass: "1.54.4",
},
},
typescript: {
Expand All @@ -37,8 +37,8 @@ const configFileName = "wm-config.js";
},
deps: {
"@babel/preset-typescript": "7.18.6",
"@typescript-eslint/eslint-plugin": "5.30.3",
"@typescript-eslint/parser": "5.30.3",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
typescript: "4.7.4",
},
},
Expand Down

0 comments on commit 5dcf86a

Please sign in to comment.