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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2021-08-08 19:05:47 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2021-08-08 19:05:47 +0300
commitc90affe793b56fb6f5e1c7eed676ec9031fb1480 (patch)
tree8ead810fc91d73d066cba61517f06b24b6230872 /package.json
parent87c618156882d0d9c2a3d8c3229ccb1c1960126f (diff)
Bump Bootstrap version from 5.0.2 to 5.1.0
And related dependencies as well. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json
index 215539b620..5e6adceedc 100644
--- a/package.json
+++ b/package.json
@@ -10,13 +10,13 @@
"node": ">=10"
},
"dependencies": {
- "@babel/cli": "^7.14.5",
- "@babel/core": "^7.14.6",
- "@babel/preset-env": "^7.14.7",
- "@popperjs/core": "^2.9.2",
+ "@babel/cli": "^7.14.8",
+ "@babel/core": "^7.14.8",
+ "@babel/preset-env": "^7.14.9",
+ "@popperjs/core": "^2.9.3",
"@zxcvbn-ts/core": "^1.0.0-beta.0",
"autoprefixer": "^10.2.6",
- "bootstrap": "5.0.2",
+ "bootstrap": "5.1.0",
"codemirror": "5.62.0",
"jquery": "3.6.0",
"jquery-debounce-throttle": "^1.0.6-rc.0",
@@ -30,10 +30,10 @@
"kbwood-jquery-svg": "https://github.com/kbwood/svg/archive/1.5.0.tar.gz",
"locutus.sprintf": "^2.0.14-code-lts.2",
"ol": "6.5.0",
- "postcss": "^8.3.5",
+ "postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
- "rtlcss": "^3.2.0",
- "sass": "^1.35.1",
+ "rtlcss": "^3.3.0",
+ "sass": "^1.37.5",
"stickyfilljs": "2.1.0",
"tablesorter": "^2.31.3",
"tracekit": "0.4.6",
@@ -47,9 +47,9 @@
"eslint-plugin-no-jquery": "^2.6.0",
"jest": "^26.6.3",
"stylelint": "^13.13.1",
- "stylelint-config-recommended-scss": "^4.2.0",
+ "stylelint-config-recommended-scss": "^4.3.0",
"stylelint-config-standard": "^22.0.0",
- "stylelint-scss": "^3.19.0"
+ "stylelint-scss": "^3.20.1"
},
"resolutions": {
"kind-of": "^6.0.3",