Skip to content

Commit 762e4ed

Browse files
committed
compile
1 parent 5b4fb3d commit 762e4ed

File tree

7 files changed

+1538
-1839
lines changed

7 files changed

+1538
-1839
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/node_modules
2+
/public/app.js.LICENSE.txt
23
/vendor
34
composer.lock
45
/phpunit.xml

package-lock.json

Lines changed: 1522 additions & 1737 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"devDependencies": {
1313
"axios": "^0.18",
14-
"bootstrap": "^4.3.1",
14+
"bootstrap": "^4.5.0",
1515
"cross-env": "^5.1",
1616
"highlight.js": "^9.12.0",
1717
"jquery": "^3.5",
18-
"laravel-mix": "^4.0.7",
18+
"laravel-mix": "^5.0.4",
1919
"lodash": "^4.17.13",
2020
"moment": "^2.10.6",
2121
"moment-timezone": "^0.5.21",

public/app-dark.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.js

Lines changed: 2 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"/app.js": "/app.js?id=19e933a3f3aed6ef4805",
3-
"/app.css": "/app.css?id=326b997a579e007d2102",
4-
"/app-dark.css": "/app-dark.css?id=5ebb5e33b7c425d6317c"
2+
"/app.js": "/app.js?id=2cc598321134a0bcfac1",
3+
"/app.css": "/app.css?id=d79fb7e75cd04c97ef92",
4+
"/app-dark.css": "/app-dark.css?id=af37df8013614303ea68"
55
}

0 commit comments

Comments
 (0)