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>2021-09-16 12:11:40 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2021-09-16 12:11:40 +0300
commit3054b2a3da36012f9cd48c35d9b7885527471183 (patch)
tree5677fa8c1a9c568b1ed6075648bf2711d9bca79d /package.json
parentc02ff8aa6ef38e687fb01098f0d835561e788d1d (diff)
move to yarn 2
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json
index 50c4a81..bae9c90 100644
--- a/package.json
+++ b/package.json
@@ -17,14 +17,14 @@
"dependencies": {
"@babel/core": "7.15.5",
"@babel/plugin-transform-runtime": "7.15.0",
- "@babel/preset-env": "7.15.4",
+ "@babel/preset-env": "7.15.6",
"@babel/preset-react": "7.14.5",
"@babel/runtime": "7.15.4",
"@babel/runtime-corejs3": "7.15.4",
"babel-loader": "8.2.2",
"classnames": "2.3.1",
"clipboard": "2.0.8",
- "core-js": "3.17.2",
+ "core-js": "3.17.3",
"create-react-context": "0.3.0",
"css-loader": "6.2.0",
"css-minimizer-webpack-plugin": "3.0.2",
@@ -36,7 +36,7 @@
"history": "4.10.1",
"lodash": "4.17.21",
"lost": "8.3.1",
- "mini-css-extract-plugin": "2.2.2",
+ "mini-css-extract-plugin": "2.3.0",
"normalize.css": "8.0.1",
"postcss": "8.3.6",
"postcss-browser-reporter": "0.6.0",
@@ -57,28 +57,28 @@
"redux-logger": "3.0.6",
"reselect": "4.0.0",
"rucksack-css": "^1.0.2",
- "sass": "1.39.0",
+ "sass": "1.41.0",
"sass-loader": "12.1.0",
"style-loader": "3.2.1",
- "terser-webpack-plugin": "5.2.3",
+ "terser-webpack-plugin": "5.2.4",
"text-encoding": "0.7.0",
"url-loader": "4.1.1",
- "webpack": "5.52.0",
+ "webpack": "5.52.1",
"webpack-assets-manifest": "5.0.6",
- "workbox-webpack-plugin": "6.2.4",
- "workbox-window": "6.2.4",
+ "workbox-webpack-plugin": "6.3.0",
+ "workbox-window": "6.3.0",
"yup": "0.32.9"
},
"devDependencies": {
"@babel/eslint-parser": "7.15.4",
- "babel-jest": "27.1.0",
+ "babel-jest": "27.2.0",
"eslint": "7.32.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"gulp": "4.0.2",
- "jest": "27.1.0",
- "jest-cli": "27.1.0",
+ "jest": "27.2.0",
+ "jest-cli": "27.2.0",
"webpack-cli": "4.8.0"
},
"jest": {