Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 93f9555

Browse files
committed
Upgrade and rebuild assets
1 parent 29a64ed commit 93f9555

File tree

10 files changed

+3768
-4242
lines changed

10 files changed

+3768
-4242
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"production": "mix --production"
1111
},
1212
"devDependencies": {
13-
"cross-env": "^7.0.3",
13+
"cross-env": "^7.0",
1414
"laravel-mix": "^6.0",
1515
"laravel-mix-purgecss": "^6.0",
16-
"mini-css-extract-plugin": "^2.6",
17-
"node-sass": "^7.0",
16+
"mini-css-extract-plugin": "^2.7",
17+
"node-sass": "^8.0",
1818
"resolve-url-loader": "^5.0",
1919
"sass": "^1.50",
20-
"sass-loader": "^12.6",
20+
"sass-loader": "^13.2",
2121
"sass-resources-loader": "^2.2"
2222
},
2323
"dependencies": {
24-
"@tko/build.reference": "^4.0.0-alpha9.0",
25-
"axios": "^0.24",
24+
"knockout": "^3.5",
25+
"axios": "^1.2",
2626
"font-awesome": "^4.7",
2727
"reset-css": "^5.0"
2828
}

public/assets/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/app.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/app.js.LICENSE.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
/*!
2-
* The TKO Reference Build 🥊 @tko/[email protected]
3-
* (c) The Knockout.js Team - https://tko.io
2+
* Knockout JavaScript library v3.5.1
3+
* (c) The Knockout.js team - http://knockoutjs.com/
44
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
55
*/
6+
7+
/*!
8+
* The buffer module from node.js, for the browser.
9+
*
10+
* @author Feross Aboukhadijeh <http://feross.org>
11+
* @license MIT
12+
*/
13+
14+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

public/assets/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"/assets/app.js": "/assets/app.js?id=15a58e7f4453f3e727c7",
3-
"/assets/app.css": "/assets/app.css?id=aa60b24f322324a0e4b7"
2+
"/assets/app.js": "/assets/app.js?id=50059535d36b3f108b2956b2aef668e1",
3+
"/assets/app.css": "/assets/app.css?id=4f3c33cf5f6498dc34ed6729ed490f1b"
44
}

resources/js/app/Application.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
import axios from 'axios';
3-
import ko from '@tko/build.reference';
3+
import ko from 'knockout';
44

55
export default class Application {
66
boot() {
@@ -40,4 +40,4 @@ export default class Application {
4040

4141
return axios;
4242
}
43-
}
43+
}

resources/js/view-model/VersionsPanelViewModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ko from "@tko/build.reference";
1+
import ko from 'knockout';
22

33
if (!requestAnimationFrame) {
44
function requestAnimationFrame(callback) {

0 commit comments

Comments
 (0)