mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[dev] Fix dependencies
This commit is contained in:
parent
c07060401b
commit
b1b8dc6fcd
2 changed files with 1272 additions and 2499 deletions
3745
dev/plugins/admin/themes/grav/package-lock.json
generated
3745
dev/plugins/admin/themes/grav/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -11,10 +11,10 @@
|
|||
"author": "Trilby Media, LLC",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"babel-loader": "^8.2.3",
|
||||
"babel-loader": "^8.2.5",
|
||||
"buffer": "^6.0.3",
|
||||
"chartist": "0.11.4",
|
||||
"codemirror": "^5.65.1",
|
||||
"codemirror": "^5.65.3",
|
||||
"debounce": "^1.2.1",
|
||||
"dropzone": "^5.9.3",
|
||||
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
|
||||
|
@ -30,35 +30,35 @@
|
|||
"remodal": "^1.1.1",
|
||||
"selectize": "^0.12.6",
|
||||
"simplebar": "^5.3.6",
|
||||
"sortablejs": "^1.14.0",
|
||||
"sortablejs": "^1.15.0",
|
||||
"speakingurl": "^14.0.1",
|
||||
"toastr": "^2.1.4",
|
||||
"watchjs": "0.0.0",
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.0",
|
||||
"@babel/core": "^7.17.10",
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
||||
"@babel/plugin-proposal-json-strings": "^7.16.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/register": "^7.17.0",
|
||||
"css-loader": "^6.6.0",
|
||||
"eslint": "^8.8.0",
|
||||
"@babel/preset-env": "^7.17.10",
|
||||
"@babel/register": "^7.17.7",
|
||||
"css-loader": "^6.7.1",
|
||||
"eslint": "^8.14.0",
|
||||
"eslint-webpack-plugin": "^3.1.1",
|
||||
"exports-loader": "^3.1.0",
|
||||
"imports-loader": "^3.1.1",
|
||||
"json-loader": "^0.5.7",
|
||||
"minimist": "^1.2.5",
|
||||
"minimist": "^1.2.6",
|
||||
"style-loader": "^3.3.1",
|
||||
"terser-webpack-plugin": "^5.3.1",
|
||||
"webpack": "^5.68.0",
|
||||
"webpack": "^5.72.0",
|
||||
"webpack-cli": "^4.9.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"minimist": "^1.2.5"
|
||||
"minimist": "^1.2.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue