Previous upgrade: e7552142fb
I reviewed the diff and they did no change anything to the actual code.
Only repo demo css and dev deps upgrades
If you read this commit message, you can install npm-check-updates globaly and run "ncu" frequently
Signed-off-by: William Desportes <williamdes@wdes.fr>
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "phpmyadmin",
|
|
"version": "5.1.0-dev",
|
|
"description": "A web interface for MySQL and MariaDB",
|
|
"repository": "https://github.com/phpmyadmin/phpmyadmin.git",
|
|
"author": "The phpMyAdmin Team <developers@phpmyadmin.net> (https://www.phpmyadmin.net/team/)",
|
|
"license": "GPL-2.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"dependencies": {
|
|
"blueimp-md5": "^2.15.0",
|
|
"bootstrap": "^4.4.1",
|
|
"codemirror": "5.53.2",
|
|
"jqplot": "^1.0.9",
|
|
"jquery": "3.5.0",
|
|
"jquery-debounce-throttle": "^1.0.6-rc.0",
|
|
"jquery-fullscreen-plugin": "^1.1.5",
|
|
"jquery-hashchange": "^2.0.0",
|
|
"jquery-migrate": "3.2.0",
|
|
"jquery-mousewheel": "3.1.13",
|
|
"jquery-ui": "1.12.1",
|
|
"jquery-ui-timepicker-addon": "1.6.3",
|
|
"jquery-uitablefilter": "^1.0.0",
|
|
"jquery-validation": "1.19.1",
|
|
"jquery.event.drag": "2.2.2",
|
|
"js-cookie": "2.2.1",
|
|
"popper.js": "^1.16.1",
|
|
"sass": "^1.26.3",
|
|
"tablesorter": "^2.31.3",
|
|
"tracekit": "0.4.5",
|
|
"u2f-api-polyfill": "0.4.4",
|
|
"updated-jqplot": "1.0.9",
|
|
"zxcvbn": "4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-no-jquery": "^2.3.2",
|
|
"stylelint": "^13.3.2",
|
|
"stylelint-config-recommended-scss": "^4.2.0",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-scss": "^3.16.1"
|
|
},
|
|
"resolutions": {
|
|
"kind-of": "^6.0.3"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "yarn run --silent css-compile --quiet --style=compressed",
|
|
"css-compile": "sass themes/pmahomme/scss:themes/pmahomme/css themes/original/scss:themes/original/css themes/metro/scss:themes/metro/css themes/bootstrap/scss:themes/bootstrap/css",
|
|
"css-lint": "stylelint --syntax scss \"themes/**/scss/*.scss\"",
|
|
"js-lint": "eslint js"
|
|
}
|
|
}
|