Move babel to dependencies like it is for sass

Ref: https://github.com/phpmyadmin/phpmyadmin/pull/16359

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-11-05 09:51:59 +01:00
parent 6c1c48db35
commit 590664d08a
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
2 changed files with 510 additions and 476 deletions

View File

@ -10,6 +10,9 @@
"node": ">=10"
},
"dependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"blueimp-md5": "^2.18.0",
"bootstrap": "4.5.3",
"codemirror": "5.58.2",
@ -37,9 +40,6 @@
"zxcvbn": "4.4.2"
},
"devDependencies": {
"@babel/cli": "^7.11.5",
"@babel/core": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"eslint": "^7.5.0",
"eslint-plugin-compat": "^3.8.0",
"eslint-plugin-no-jquery": "^2.5.0",

980
yarn.lock

File diff suppressed because it is too large Load Diff