build 404

This commit is contained in:
Mohit Panjwani
2021-01-22 14:27:30 +05:30
parent 91a1dbf91c
commit 818f2fbaf7
5 changed files with 36 additions and 5 deletions

View File

@ -0,0 +1,29 @@
<?php
use Crater\Models\Setting;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class UpdateCraterVersion404 extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Setting::setSetting('version', '4.0.3');
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
//
}
}

View File

@ -25,7 +25,7 @@
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@bytefury/spacewind": "../spacewind",
"@bytefury/spacewind": "^0.5.0",
"@vue-hero-icons/outline": "^1.6.3",
"@vue-hero-icons/solid": "^1.6.3",
"axios": "^0.19",

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/assets/js/app.js": "/assets/js/app.js?id=6282ec00545256773887",
"/assets/js/app.js": "/assets/js/app.js?id=2fe48b55fc5693cab09f",
"/assets/css/crater.css": "/assets/css/crater.css?id=7a822f915d7e413148f6"
}

View File

@ -908,8 +908,10 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"
"@bytefury/spacewind@../spacewind":
version "0.4.2"
"@bytefury/spacewind@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@bytefury/spacewind/-/spacewind-0.5.0.tgz#ce09cd8dc586e3c99155b8dc828e19f2836b864d"
integrity sha512-5tDrrR3+YtXKIjKFpWCSurDdtNG0uz9svUHBR9JoP5dtoVwuOITObMygisOKABFkFUiL9dQb+0Pg+oVdDPK97w==
dependencies:
"@popperjs/core" "^2.5.3"
autoprefixer "^10.2.3"