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>2022-05-15 23:04:14 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-15 23:04:14 +0300
commite406ddb13fb66061b195552fc7598a239acaccd0 (patch)
tree7f456203bee1b1937145c3af027ef51c1e619d93 /package.json
parentaf50673f6cde400b08c53da0cf4b7bab44b20e62 (diff)
Upgrade Bootstrap version
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 1bd13bb80b..2581f75d27 100644
--- a/package.json
+++ b/package.json
@@ -10,13 +10,13 @@
"node": ">=10"
},
"dependencies": {
- "@babel/cli": "^7.15.7",
- "@babel/core": "^7.15.5",
- "@babel/preset-env": "^7.15.6",
- "@popperjs/core": "^2.10.2",
+ "@babel/cli": "^7.17.10",
+ "@babel/core": "^7.17.10",
+ "@babel/preset-env": "^7.17.10",
+ "@popperjs/core": "^2.11.5",
"@zxcvbn-ts/core": "^2.0.1",
- "autoprefixer": "^10.3.6",
- "bootstrap": "5.1.3",
+ "autoprefixer": "^10.4.7",
+ "bootstrap": "5.2.0-beta1",
"codemirror": "5.65.3",
"jquery": "3.6.0",
"jquery-debounce-throttle": "^1.0.6-rc.0",
@@ -28,10 +28,10 @@
"js-cookie": "2.2.1",
"locutus.sprintf": "^2.0.14-code-lts.2",
"ol": "6.14.1",
- "postcss": "^8.3.8",
- "postcss-cli": "^9.0.1",
- "rtlcss": "^3.3.0",
- "sass": "^1.42.1",
+ "postcss": "^8.4.13",
+ "postcss-cli": "^9.1.0",
+ "rtlcss": "^3.5.0",
+ "sass": "^1.51.0",
"tablesorter": "^2.31.3",
"tracekit": "0.4.6",
"u2f-api-polyfill": "0.4.4",