Update dependencies, fix webpack configuration
This commit is contained in:
parent
08b97ec116
commit
e2b6874d9b
6 changed files with 677 additions and 710 deletions
116
composer.lock
generated
116
composer.lock
generated
|
@ -64,16 +64,16 @@
|
|||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.158.18",
|
||||
"version": "3.158.22",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "75aebc2f5dfd23ad7272ff1d59c521bc2a8e2802"
|
||||
"reference": "0aae6d7d0e9fc40ace69ed7f7785d7ddab4dabd0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/75aebc2f5dfd23ad7272ff1d59c521bc2a8e2802",
|
||||
"reference": "75aebc2f5dfd23ad7272ff1d59c521bc2a8e2802",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0aae6d7d0e9fc40ace69ed7f7785d7ddab4dabd0",
|
||||
"reference": "0aae6d7d0e9fc40ace69ed7f7785d7ddab4dabd0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -148,9 +148,9 @@
|
|||
"support": {
|
||||
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.158.18"
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.158.22"
|
||||
},
|
||||
"time": "2020-10-30T18:12:38+00:00"
|
||||
"time": "2020-11-06T19:13:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "brick/math",
|
||||
|
@ -1641,16 +1641,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v8.12.3",
|
||||
"version": "v8.13.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "6707480c5f0db7aa07537f9ad93255b64b65b85e"
|
||||
"reference": "37a0abd4f3dbc51e2256296b45f8be72c8fe2196"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/6707480c5f0db7aa07537f9ad93255b64b65b85e",
|
||||
"reference": "6707480c5f0db7aa07537f9ad93255b64b65b85e",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/37a0abd4f3dbc51e2256296b45f8be72c8fe2196",
|
||||
"reference": "37a0abd4f3dbc51e2256296b45f8be72c8fe2196",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1804,20 +1804,20 @@
|
|||
"issues": "https://github.com/laravel/framework/issues",
|
||||
"source": "https://github.com/laravel/framework"
|
||||
},
|
||||
"time": "2020-10-29T22:01:29+00:00"
|
||||
"time": "2020-11-03T14:13:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/horizon",
|
||||
"version": "v5.3.0",
|
||||
"version": "v5.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/horizon.git",
|
||||
"reference": "2d6e60011c3d58c86a6c38f03374167bb1232a0a"
|
||||
"reference": "d08d10ee12f53b7ba2cbb938eb23857e93fe51d3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/horizon/zipball/2d6e60011c3d58c86a6c38f03374167bb1232a0a",
|
||||
"reference": "2d6e60011c3d58c86a6c38f03374167bb1232a0a",
|
||||
"url": "https://api.github.com/repos/laravel/horizon/zipball/d08d10ee12f53b7ba2cbb938eb23857e93fe51d3",
|
||||
"reference": "d08d10ee12f53b7ba2cbb938eb23857e93fe51d3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1828,7 +1828,7 @@
|
|||
"illuminate/queue": "^8.0",
|
||||
"illuminate/support": "^8.0",
|
||||
"nesbot/carbon": "^2.17",
|
||||
"php": "^7.3",
|
||||
"php": "^7.3|^8.0",
|
||||
"ramsey/uuid": "^4.0",
|
||||
"symfony/error-handler": "^5.0",
|
||||
"symfony/process": "^5.0"
|
||||
|
@ -1879,9 +1879,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/laravel/horizon/issues",
|
||||
"source": "https://github.com/laravel/horizon/tree/v5.3.0"
|
||||
"source": "https://github.com/laravel/horizon/tree/v5.4.0"
|
||||
},
|
||||
"time": "2020-10-20T16:00:39+00:00"
|
||||
"time": "2020-11-03T16:55:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/scout",
|
||||
|
@ -1955,22 +1955,22 @@
|
|||
},
|
||||
{
|
||||
"name": "laravel/telescope",
|
||||
"version": "v4.2.0",
|
||||
"version": "v4.3.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/telescope.git",
|
||||
"reference": "86665787a7183f85d9e4551ec059f239e48af89c"
|
||||
"reference": "7e9d9fdab18b86db6c8368f2a026ff695c8287e9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/telescope/zipball/86665787a7183f85d9e4551ec059f239e48af89c",
|
||||
"reference": "86665787a7183f85d9e4551ec059f239e48af89c",
|
||||
"url": "https://api.github.com/repos/laravel/telescope/zipball/7e9d9fdab18b86db6c8368f2a026ff695c8287e9",
|
||||
"reference": "7e9d9fdab18b86db6c8368f2a026ff695c8287e9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"laravel/framework": "^8.0",
|
||||
"php": "^7.3",
|
||||
"laravel/framework": "^8.2",
|
||||
"php": "^7.3|^8.0",
|
||||
"symfony/var-dumper": "^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -1987,7 +1987,8 @@
|
|||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Laravel\\Telescope\\": "src/"
|
||||
"Laravel\\Telescope\\": "src/",
|
||||
"Laravel\\Telescope\\Database\\Factories\\": "database/factories/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
|
@ -2012,9 +2013,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/laravel/telescope/issues",
|
||||
"source": "https://github.com/laravel/telescope/tree/v4.2.0"
|
||||
"source": "https://github.com/laravel/telescope/tree/v4.3.1"
|
||||
},
|
||||
"time": "2020-10-20T19:07:01+00:00"
|
||||
"time": "2020-11-05T12:12:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/tinker",
|
||||
|
@ -3025,16 +3026,16 @@
|
|||
},
|
||||
{
|
||||
"name": "opis/closure",
|
||||
"version": "3.6.0",
|
||||
"version": "3.6.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/opis/closure.git",
|
||||
"reference": "c547f8262a5fa9ff507bd06cc394067b83a75085"
|
||||
"reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/opis/closure/zipball/c547f8262a5fa9ff507bd06cc394067b83a75085",
|
||||
"reference": "c547f8262a5fa9ff507bd06cc394067b83a75085",
|
||||
"url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
|
||||
"reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3084,9 +3085,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/opis/closure/issues",
|
||||
"source": "https://github.com/opis/closure/tree/3.6.0"
|
||||
"source": "https://github.com/opis/closure/tree/3.6.1"
|
||||
},
|
||||
"time": "2020-10-11T21:42:15+00:00"
|
||||
"time": "2020-11-07T02:01:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "p3k/http",
|
||||
|
@ -4070,16 +4071,16 @@
|
|||
},
|
||||
{
|
||||
"name": "spatie/browsershot",
|
||||
"version": "3.40.0",
|
||||
"version": "3.40.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/browsershot.git",
|
||||
"reference": "0aa3a683448efe9c7f2d34fee80dec62bafd6c90"
|
||||
"reference": "7793556fdacaff56fcc45b0e45bb9f0f72a50803"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/browsershot/zipball/0aa3a683448efe9c7f2d34fee80dec62bafd6c90",
|
||||
"reference": "0aa3a683448efe9c7f2d34fee80dec62bafd6c90",
|
||||
"url": "https://api.github.com/repos/spatie/browsershot/zipball/7793556fdacaff56fcc45b0e45bb9f0f72a50803",
|
||||
"reference": "7793556fdacaff56fcc45b0e45bb9f0f72a50803",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4124,7 +4125,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/browsershot/issues",
|
||||
"source": "https://github.com/spatie/browsershot/tree/3.40.0"
|
||||
"source": "https://github.com/spatie/browsershot/tree/3.40.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -4132,7 +4133,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-10-07T20:56:21+00:00"
|
||||
"time": "2020-11-06T09:19:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/commonmark-highlighter",
|
||||
|
@ -6914,16 +6915,16 @@
|
|||
"packages-dev": [
|
||||
{
|
||||
"name": "amphp/amp",
|
||||
"version": "v2.5.0",
|
||||
"version": "v2.5.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/amphp/amp.git",
|
||||
"reference": "f220a51458bf4dd0dedebb171ac3457813c72bbc"
|
||||
"reference": "ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/amphp/amp/zipball/f220a51458bf4dd0dedebb171ac3457813c72bbc",
|
||||
"reference": "f220a51458bf4dd0dedebb171ac3457813c72bbc",
|
||||
"url": "https://api.github.com/repos/amphp/amp/zipball/ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c",
|
||||
"reference": "ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -6991,7 +6992,7 @@
|
|||
"support": {
|
||||
"irc": "irc://irc.freenode.org/amphp",
|
||||
"issues": "https://github.com/amphp/amp/issues",
|
||||
"source": "https://github.com/amphp/amp/tree/master"
|
||||
"source": "https://github.com/amphp/amp/tree/v2.5.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -6999,7 +7000,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-07-14T21:47:18+00:00"
|
||||
"time": "2020-11-03T16:23:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "amphp/byte-stream",
|
||||
|
@ -7431,16 +7432,16 @@
|
|||
},
|
||||
{
|
||||
"name": "composer/composer",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/composer.git",
|
||||
"reference": "4053eab90a7cdf0b81dd93073dc6c18c15d487fd"
|
||||
"reference": "d5789bd8e2d852a6b98fe944ca2ff82e921eb43d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/composer/zipball/4053eab90a7cdf0b81dd93073dc6c18c15d487fd",
|
||||
"reference": "4053eab90a7cdf0b81dd93073dc6c18c15d487fd",
|
||||
"url": "https://api.github.com/repos/composer/composer/zipball/d5789bd8e2d852a6b98fe944ca2ff82e921eb43d",
|
||||
"reference": "d5789bd8e2d852a6b98fe944ca2ff82e921eb43d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -7508,7 +7509,7 @@
|
|||
"support": {
|
||||
"irc": "irc://irc.freenode.org/composer",
|
||||
"issues": "https://github.com/composer/composer/issues",
|
||||
"source": "https://github.com/composer/composer/tree/2.0.4"
|
||||
"source": "https://github.com/composer/composer/tree/2.0.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -7524,7 +7525,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-10-30T21:39:11+00:00"
|
||||
"time": "2020-11-07T10:21:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/package-versions-deprecated",
|
||||
|
@ -8614,6 +8615,7 @@
|
|||
"issues": "https://github.com/fzaninotto/Faker/issues",
|
||||
"source": "https://github.com/fzaninotto/Faker/tree/v1.9.1"
|
||||
},
|
||||
"abandoned": true,
|
||||
"time": "2019-12-12T13:22:17+00:00"
|
||||
},
|
||||
{
|
||||
|
@ -11334,16 +11336,16 @@
|
|||
},
|
||||
{
|
||||
"name": "vimeo/psalm",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vimeo/psalm.git",
|
||||
"reference": "8929bde5354595dc61947b7e27cfe59db45e3bb0"
|
||||
"reference": "16bfbd9224698bd738c665f33039fade2a1a3977"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/vimeo/psalm/zipball/8929bde5354595dc61947b7e27cfe59db45e3bb0",
|
||||
"reference": "8929bde5354595dc61947b7e27cfe59db45e3bb0",
|
||||
"url": "https://api.github.com/repos/vimeo/psalm/zipball/16bfbd9224698bd738c665f33039fade2a1a3977",
|
||||
"reference": "16bfbd9224698bd738c665f33039fade2a1a3977",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -11433,9 +11435,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/vimeo/psalm/issues",
|
||||
"source": "https://github.com/vimeo/psalm/tree/4.1.0"
|
||||
"source": "https://github.com/vimeo/psalm/tree/4.1.1"
|
||||
},
|
||||
"time": "2020-10-29T23:55:10+00:00"
|
||||
"time": "2020-11-02T05:54:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
|
|
1250
package-lock.json
generated
1250
package-lock.json
generated
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
2
public/assets/app.js
vendored
2
public/assets/app.js
vendored
|
@ -28,7 +28,7 @@ __webpack_require__.r(__webpack_exports__);
|
|||
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _css_app_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../css/app.css */ "./resources/css/app.css");
|
||||
|
||||
;
|
||||
|
||||
|
||||
/***/ })
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"version":3,"sources":["webpack://jbuk-frontend/./resources/css/app.css","webpack://jbuk-frontend/./resources/js/app.js","webpack://jbuk-frontend/webpack/bootstrap","webpack://jbuk-frontend/webpack/runtime/make namespace object","webpack://jbuk-frontend/webpack/startup"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;ACAwB;;;;;;;UCAxB;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCrBA;WACA;WACA;WACA,sDAAsD,kBAAkB;WACxE;WACA,+CAA+C,cAAc;WAC7D,E;;;;UCNA;UACA;UACA;UACA","file":"app.js","sourcesContent":["// extracted by mini-css-extract-plugin\nexport {};","import '../css/app.css';\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tif(__webpack_module_cache__[moduleId]) {\n\t\treturn __webpack_module_cache__[moduleId].exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","// startup\n// Load entry module\n__webpack_require__(\"./resources/js/app.js\");\n// This entry module used 'exports' so it can't be inlined\n"],"sourceRoot":""}
|
||||
{"version":3,"sources":["webpack://jbuk-frontend/./resources/css/app.css","webpack://jbuk-frontend/./resources/js/app.js","webpack://jbuk-frontend/webpack/bootstrap","webpack://jbuk-frontend/webpack/runtime/make namespace object","webpack://jbuk-frontend/webpack/startup"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;ACAA,CAAwB;;;;;;;UCAxB;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCrBA;WACA;WACA;WACA,sDAAsD,kBAAkB;WACxE;WACA,+CAA+C,cAAc;WAC7D,E;;;;UCNA;UACA;UACA;UACA","file":"app.js","sourcesContent":["// extracted by mini-css-extract-plugin\nexport {};","import '../css/app.css';\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tif(__webpack_module_cache__[moduleId]) {\n\t\treturn __webpack_module_cache__[moduleId].exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","// startup\n// Load entry module\n__webpack_require__(\"./resources/js/app.js\");\n// This entry module used 'exports' so it can't be inlined\n"],"sourceRoot":""}
|
15
webpack.config.js
vendored
15
webpack.config.js
vendored
|
@ -14,20 +14,7 @@ module.exports = {
|
|||
rules: [{
|
||||
test: /\.css$/,
|
||||
exclude: /node_modules/,
|
||||
use: [
|
||||
{
|
||||
loader: MiniCssExtractPlugin.loader,
|
||||
options: {
|
||||
sourceMap: true
|
||||
}
|
||||
},
|
||||
{
|
||||
loader: 'css-loader',
|
||||
options: {
|
||||
sourceMap: true
|
||||
}
|
||||
}
|
||||
]
|
||||
use: [MiniCssExtractPlugin.loader, 'css-loader']
|
||||
}]
|
||||
},
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue