From 222cc92569f0fcc576fc3a62e039975739665552 Mon Sep 17 00:00:00 2001 From: Nikhil Nayyar Date: Sun, 6 Mar 2022 16:00:34 +0530 Subject: [PATCH] fix(deps): update packages --- package.json | 12 ++++++------ wm-script.js | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 8f6bb38..5875a52 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/wm-script.js b/wm-script.js index 8809c03..d8acc8c 100644 --- a/wm-script.js +++ b/wm-script.js @@ -25,7 +25,7 @@ const features = { }, deps: { "sass-loader": "12.6.0", - sass: "1.49.8", + sass: "1.49.9", }, }, typescript: { @@ -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", }, }, };