Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2022-06-17 23:19:13 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-06-17 23:19:13 +0300
commit1c2fdf2138e10043ac9c7af27dc47a2db9733d50 (patch)
treed30ef5414b7ecd7af0bbbb4522d7746c05763c5e /package.json
parentef69c17417286d95b9cfeb434b49febb04006821 (diff)
update
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index 265c3f6..752836e 100644
--- a/package.json
+++ b/package.json
@@ -14,8 +14,8 @@
"assets:build": "NODE_ENV=production webpack --bail"
},
"dependencies": {
- "@babel/core": "7.18.2",
- "@babel/plugin-transform-runtime": "7.18.2",
+ "@babel/core": "7.18.5",
+ "@babel/plugin-transform-runtime": "7.18.5",
"@babel/preset-env": "7.18.2",
"@babel/preset-react": "7.17.12",
"@babel/runtime": "7.18.3",
@@ -23,7 +23,7 @@
"babel-loader": "8.2.5",
"classnames": "2.3.1",
"clipboard": "2.0.11",
- "core-js": "3.22.8",
+ "core-js": "3.23.1",
"create-react-context": "0.3.0",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "4.0.0",
@@ -32,7 +32,7 @@
"focus-visible": "^5.2.0",
"formik": "2.2.9",
"lodash": "4.17.21",
- "mini-css-extract-plugin": "2.6.0",
+ "mini-css-extract-plugin": "2.6.1",
"normalize.css": "8.0.1",
"postcss": "8.4.14",
"postcss-import": "14.1.0",
@@ -40,8 +40,8 @@
"postcss-preset-env": "7.7.1",
"postcss-reporter": "7.0.5",
"prop-types": "15.8.1",
- "react": "18.1.0",
- "react-dom": "18.1.0",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
"react-redux": "8.0.2",
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
@@ -49,7 +49,7 @@
"redux": "4.2.0",
"redux-act": "1.8.0",
"redux-logger": "3.0.6",
- "reselect": "4.1.5",
+ "reselect": "4.1.6",
"style-loader": "3.3.1",
"terser-webpack-plugin": "5.3.3",
"text-encoding": "0.7.0",
@@ -69,9 +69,9 @@
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react": "7.30.0",
- "eslint-plugin-react-hooks": "^4.5.0",
+ "eslint-plugin-react-hooks": "^4.6.0",
"jest": "27.5.1",
"jest-cli": "27.5.1",
- "webpack-cli": "4.9.2"
+ "webpack-cli": "4.10.0"
}
}