[dev] Fix dependencies

This commit is contained in:
tituspijean 2022-05-03 19:34:49 +02:00
parent c07060401b
commit b1b8dc6fcd
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 1272 additions and 2499 deletions

File diff suppressed because it is too large Load diff

View file

@ -11,10 +11,10 @@
"author": "Trilby Media, LLC", "author": "Trilby Media, LLC",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"babel-loader": "^8.2.3", "babel-loader": "^8.2.5",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"chartist": "0.11.4", "chartist": "0.11.4",
"codemirror": "^5.65.1", "codemirror": "^5.65.3",
"debounce": "^1.2.1", "debounce": "^1.2.1",
"dropzone": "^5.9.3", "dropzone": "^5.9.3",
"eonasdan-bootstrap-datetimepicker": "^4.17.49", "eonasdan-bootstrap-datetimepicker": "^4.17.49",
@ -30,35 +30,35 @@
"remodal": "^1.1.1", "remodal": "^1.1.1",
"selectize": "^0.12.6", "selectize": "^0.12.6",
"simplebar": "^5.3.6", "simplebar": "^5.3.6",
"sortablejs": "^1.14.0", "sortablejs": "^1.15.0",
"speakingurl": "^14.0.1", "speakingurl": "^14.0.1",
"toastr": "^2.1.4", "toastr": "^2.1.4",
"watchjs": "0.0.0", "watchjs": "0.0.0",
"whatwg-fetch": "^3.6.2" "whatwg-fetch": "^3.6.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.0", "@babel/core": "^7.17.10",
"@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-json-strings": "^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-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11", "@babel/preset-env": "^7.17.10",
"@babel/register": "^7.17.0", "@babel/register": "^7.17.7",
"css-loader": "^6.6.0", "css-loader": "^6.7.1",
"eslint": "^8.8.0", "eslint": "^8.14.0",
"eslint-webpack-plugin": "^3.1.1", "eslint-webpack-plugin": "^3.1.1",
"exports-loader": "^3.1.0", "exports-loader": "^3.1.0",
"imports-loader": "^3.1.1", "imports-loader": "^3.1.1",
"json-loader": "^0.5.7", "json-loader": "^0.5.7",
"minimist": "^1.2.5", "minimist": "^1.2.6",
"style-loader": "^3.3.1", "style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1", "terser-webpack-plugin": "^5.3.1",
"webpack": "^5.68.0", "webpack": "^5.72.0",
"webpack-cli": "^4.9.2" "webpack-cli": "^4.9.2"
}, },
"resolutions": { "resolutions": {
"minimist": "^1.2.5" "minimist": "^1.2.6"
} }
} }