Selaa lähdekoodia

Added telescope to dev dependencies

jquino 4 vuotta sitten
vanhempi
commit
8ff46da552

+ 1
- 1
composer.json Näytä tiedosto

@@ -18,7 +18,7 @@
18 18
         "beyondcode/laravel-dump-server": "^1.0",
19 19
         "filp/whoops": "^2.0",
20 20
         "fzaninotto/faker": "^1.4",
21
-        "laravel/telescope": "^2.0",
21
+        "laravel/telescope": "^2.1",
22 22
         "mockery/mockery": "^1.0",
23 23
         "nunomaduro/collision": "^3.0",
24 24
         "phpunit/phpunit": "^7.5"

+ 9
- 9
composer.lock Näytä tiedosto

@@ -4,7 +4,7 @@
4 4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 5
         "This file is @generated automatically"
6 6
     ],
7
-    "content-hash": "c649c4d770c3a71d9d348941a76c406c",
7
+    "content-hash": "5e4bda92ac08020500e9177182062530",
8 8
     "packages": [
9 9
         {
10 10
             "name": "dnoegel/php-xdg-base-dir",
@@ -3558,32 +3558,32 @@
3558 3558
         },
3559 3559
         {
3560 3560
             "name": "laravel/telescope",
3561
-            "version": "v2.0.5",
3561
+            "version": "v2.1",
3562 3562
             "source": {
3563 3563
                 "type": "git",
3564 3564
                 "url": "https://github.com/laravel/telescope.git",
3565
-                "reference": "a3f15809dd1de4759d44c159e99b9474d8b83e94"
3565
+                "reference": "d9c5c53d3a0c60dcd4ef3777884d0cf368eb3e6f"
3566 3566
             },
3567 3567
             "dist": {
3568 3568
                 "type": "zip",
3569
-                "url": "https://api.github.com/repos/laravel/telescope/zipball/a3f15809dd1de4759d44c159e99b9474d8b83e94",
3570
-                "reference": "a3f15809dd1de4759d44c159e99b9474d8b83e94",
3569
+                "url": "https://api.github.com/repos/laravel/telescope/zipball/d9c5c53d3a0c60dcd4ef3777884d0cf368eb3e6f",
3570
+                "reference": "d9c5c53d3a0c60dcd4ef3777884d0cf368eb3e6f",
3571 3571
                 "shasum": ""
3572 3572
             },
3573 3573
             "require": {
3574 3574
                 "ext-json": "*",
3575
-                "laravel/framework": "~5.8.0|~5.9.0",
3575
+                "laravel/framework": "~5.8.0|^6.0|^7.0",
3576 3576
                 "moontoast/math": "^1.1",
3577 3577
                 "php": "^7.1.3",
3578 3578
                 "symfony/var-dumper": "^4.1"
3579 3579
             },
3580 3580
             "require-dev": {
3581
-                "orchestra/testbench": "~3.7"
3581
+                "orchestra/testbench": "^3.8|^4.0|^5.0"
3582 3582
             },
3583 3583
             "type": "library",
3584 3584
             "extra": {
3585 3585
                 "branch-alias": {
3586
-                    "dev-master": "3.0-dev"
3586
+                    "dev-master": "2.0-dev"
3587 3587
                 },
3588 3588
                 "laravel": {
3589 3589
                     "providers": [
@@ -3616,7 +3616,7 @@
3616 3616
                 "laravel",
3617 3617
                 "monitoring"
3618 3618
             ],
3619
-            "time": "2019-06-03T11:40:15+00:00"
3619
+            "time": "2019-08-30T11:58:27+00:00"
3620 3620
         },
3621 3621
         {
3622 3622
             "name": "mockery/mockery",

+ 1
- 1
public/vendor/telescope/app-dark.css
File diff suppressed because it is too large
Näytä tiedosto


+ 1
- 1
public/vendor/telescope/app.css
File diff suppressed because it is too large
Näytä tiedosto


+ 1
- 1
public/vendor/telescope/app.js
File diff suppressed because it is too large
Näytä tiedosto


+ 3
- 3
public/vendor/telescope/mix-manifest.json Näytä tiedosto

@@ -1,5 +1,5 @@
1 1
 {
2
-    "/app.js": "/app.js?id=8776cf12ba6d7c72f145",
3
-    "/app.css": "/app.css?id=49bd15eb8ede9a2f86d1",
4
-    "/app-dark.css": "/app-dark.css?id=3b9feecacfbbaee21db8"
2
+    "/app.js": "/app.js?id=97e0ef1780325fcb5ef4",
3
+    "/app.css": "/app.css?id=c240916d61afc6dbecb1",
4
+    "/app-dark.css": "/app-dark.css?id=cc82d53d3e440d812816"
5 5
 }

+ 3
- 0
resources/sass/app.scss Näytä tiedosto

@@ -33,6 +33,9 @@ body {
33 33
         width: 80%;
34 34
         margin: auto 10%;
35 35
     }
36
+    .mdc-card {
37
+        width: 350px;
38
+    }
36 39
     text-align: center;
37 40
     * {
38 41
         margin: 8px;