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-05-03 17:58:50 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-05-03 17:58:50 +0300
commit47939e61b9bdf7fce8c3de6754248379b81fa945 (patch)
tree81502abcb8f7d7627f3197afef1865b973a990f5 /package.json
parent156ac0e12ee3f94d586e34b797005c17ea74e048 (diff)
up ruby
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json
index ffbfddb..2c940da 100644
--- a/package.json
+++ b/package.json
@@ -14,16 +14,16 @@
"assets:build": "NODE_ENV=production webpack --bail"
},
"dependencies": {
- "@babel/core": "7.17.9",
- "@babel/plugin-transform-runtime": "7.17.0",
- "@babel/preset-env": "7.16.11",
+ "@babel/core": "7.17.10",
+ "@babel/plugin-transform-runtime": "7.17.10",
+ "@babel/preset-env": "7.17.10",
"@babel/preset-react": "7.16.7",
"@babel/runtime": "7.17.9",
"@babel/runtime-corejs3": "7.17.9",
- "babel-loader": "8.2.4",
+ "babel-loader": "8.2.5",
"classnames": "2.3.1",
"clipboard": "2.0.10",
- "core-js": "3.22.0",
+ "core-js": "3.22.4",
"create-react-context": "0.3.0",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "3.4.1",
@@ -34,19 +34,19 @@
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.6.0",
"normalize.css": "8.0.1",
- "postcss": "8.4.12",
+ "postcss": "8.4.13",
"postcss-import": "14.1.0",
"postcss-loader": "6.2.1",
- "postcss-preset-env": "7.4.3",
+ "postcss-preset-env": "7.5.0",
"postcss-reporter": "7.0.5",
"prop-types": "15.8.1",
- "react": "18.0.0",
- "react-dom": "18.0.0",
- "react-redux": "8.0.0",
+ "react": "18.1.0",
+ "react-dom": "18.1.0",
+ "react-redux": "8.0.1",
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
"react-syntax-highlighter": "15.5.0",
- "redux": "4.1.2",
+ "redux": "4.2.0",
"redux-act": "1.8.0",
"redux-logger": "3.0.6",
"reselect": "4.1.5",
@@ -65,11 +65,11 @@
"devDependencies": {
"@babel/eslint-parser": "7.17.0",
"babel-jest": "27.5.1",
- "eslint": "8.13.0",
+ "eslint": "8.14.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react": "7.29.4",
- "eslint-plugin-react-hooks": "^4.4.0",
+ "eslint-plugin-react-hooks": "^4.5.0",
"jest": "27.5.1",
"jest-cli": "27.5.1",
"webpack-cli": "4.9.2"