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-01-23 02:18:01 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-01-23 02:18:01 +0300
commit8ad38b7bf98b568284c9441610c205559d3eed2d (patch)
treee92b2a5cfbe52e7c2fa23292f680e92955472998 /package.json
parent2cea00181726d936002883e2fb89e04125cb456c (diff)
update packages
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 0d032fa..65b5a6d 100644
--- a/package.json
+++ b/package.json
@@ -15,9 +15,9 @@
"assets:build": "NODE_ENV=production webpack --bail"
},
"dependencies": {
- "@babel/core": "7.16.7",
- "@babel/plugin-transform-runtime": "7.16.8",
- "@babel/preset-env": "7.16.8",
+ "@babel/core": "7.16.12",
+ "@babel/plugin-transform-runtime": "7.16.10",
+ "@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/runtime": "7.16.7",
"@babel/runtime-corejs3": "7.16.8",
@@ -27,14 +27,14 @@
"core-js": "3.20.3",
"create-react-context": "0.3.0",
"css-loader": "6.5.1",
- "css-minimizer-webpack-plugin": "3.3.1",
+ "css-minimizer-webpack-plugin": "3.4.1",
"cssnano": "5.0.15",
"file-loader": "6.2.0",
"focus-visible": "^5.2.0",
"formik": "2.2.9",
"lodash": "4.17.21",
"lost": "^8.3.1",
- "mini-css-extract-plugin": "2.4.7",
+ "mini-css-extract-plugin": "2.5.2",
"normalize.css": "8.0.1",
"postcss": "8.4.5",
"postcss-browser-reporter": "0.6.0",
@@ -58,8 +58,8 @@
"terser-webpack-plugin": "5.3.0",
"text-encoding": "0.7.0",
"url-loader": "4.1.1",
- "webpack": "5.66.0",
- "webpack-assets-manifest": "5.0.6",
+ "webpack": "5.67.0",
+ "webpack-assets-manifest": "5.1.0",
"workbox-webpack-plugin": "6.4.2",
"workbox-window": "6.4.2",
"yup": "0.32.11"
@@ -67,7 +67,7 @@
"devDependencies": {
"@babel/eslint-parser": "7.16.5",
"babel-jest": "27.4.6",
- "eslint": "8.6.0",
+ "eslint": "8.7.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",