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-07-31 22:57:36 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-07-31 22:57:36 +0300
commitab83854cc7cd9924280273a4312016d881982b99 (patch)
tree0c1c3a97a1b123f0ef7d42091cfcedfb42873f32 /package.json
parent4c51d1afd0088f5f9ec150b630b75bc4d89a6073 (diff)
update
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 b2b2a89..7011e83 100644
--- a/package.json
+++ b/package.json
@@ -14,16 +14,16 @@
"assets:build": "NODE_ENV=production webpack --bail"
},
"dependencies": {
- "@babel/core": "7.18.6",
- "@babel/plugin-transform-runtime": "7.18.6",
- "@babel/preset-env": "7.18.6",
+ "@babel/core": "7.18.9",
+ "@babel/plugin-transform-runtime": "7.18.9",
+ "@babel/preset-env": "7.18.9",
"@babel/preset-react": "7.18.6",
- "@babel/runtime": "7.18.6",
- "@babel/runtime-corejs3": "7.18.6",
+ "@babel/runtime": "7.18.9",
+ "@babel/runtime-corejs3": "7.18.9",
"babel-loader": "8.2.5",
"classnames": "2.3.1",
"clipboard": "2.0.11",
- "core-js": "3.23.4",
+ "core-js": "3.24.1",
"create-react-context": "0.3.0",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "4.0.0",
@@ -54,18 +54,18 @@
"terser-webpack-plugin": "5.3.3",
"text-encoding": "0.7.0",
"url-loader": "4.1.1",
- "webpack": "5.73.0",
+ "webpack": "5.74.0",
"webpack-assets-manifest": "5.1.0",
- "workbox-core": "^6.5.3",
- "workbox-precaching": "^6.5.3",
- "workbox-webpack-plugin": "6.5.3",
- "workbox-window": "6.5.3",
+ "workbox-core": "^6.5.4",
+ "workbox-precaching": "^6.5.4",
+ "workbox-webpack-plugin": "6.5.4",
+ "workbox-window": "6.5.4",
"yup": "0.32.11"
},
"devDependencies": {
- "@babel/eslint-parser": "7.18.2",
+ "@babel/eslint-parser": "7.18.9",
"babel-jest": "27.5.1",
- "eslint": "8.19.0",
+ "eslint": "8.20.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react": "7.30.1",