Skip to content
This repository was archived by the owner on Oct 9, 2022. It is now read-only.

Commit 67a169c

Browse files
authored
Merge pull request #259 from bavix/packages
update package.json
2 parents 1cda248 + a27b8fa commit 67a169c

File tree

10 files changed

+1839
-15242
lines changed

10 files changed

+1839
-15242
lines changed

package-lock.json

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

package.json

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,28 @@
99
},
1010
"devDependencies": {
1111
"@fortawesome/fontawesome-svg-core": "^1.2.32",
12-
"@fortawesome/free-brands-svg-icons": "^5.15.1",
12+
"@fortawesome/free-brands-svg-icons": "^5.15.2",
1313
"@fortawesome/pro-duotone-svg-icons": "^5.15.2",
14-
"@fortawesome/pro-light-svg-icons": "^5.15.1",
15-
"@fortawesome/pro-regular-svg-icons": "^5.15.1",
16-
"@fortawesome/pro-solid-svg-icons": "^5.15.1",
14+
"@fortawesome/pro-light-svg-icons": "^5.15.2",
15+
"@fortawesome/pro-regular-svg-icons": "^5.15.2",
16+
"@fortawesome/pro-solid-svg-icons": "^5.15.2",
1717
"@fortawesome/vue-fontawesome": "^3.0.0-3",
18-
"@vue/compiler-sfc": "^3.0.4",
19-
"animate.css": "^4.1.1",
20-
"autoprefixer": "^10.1.0",
18+
"@vue/compiler-sfc": "^3.0.7",
19+
"autoprefixer": "^10.2.5",
2120
"axios": "^0.21.1",
22-
"babel-preset-env": "^1.7.0",
23-
"bulma": "^0.9.1",
24-
"cross-env": "^7.0.3",
25-
"laravel-mix": "^6.0.2",
26-
"lodash": "^4.17.20",
27-
"postcss": "^8.2.1",
21+
"bulma": "^0.9.2",
22+
"laravel-echo": "^1.10.0",
23+
"laravel-mix": "^6.0.13",
24+
"lodash": "^4.17.21",
25+
"postcss": "^8.2.8",
2826
"resolve-url-loader": "^3.1.2",
29-
"sass": "^1.30.0",
30-
"sass-loader": "^10.1.0",
31-
"sass-resources-loader": "^2.1.1",
32-
"sweetalert2": "^10.12.5",
33-
"vue": "^3.0.4",
27+
"sass": "^1.32.8",
28+
"sass-loader": "^11.0.1",
29+
"socket.io-client": "^2.4.0",
30+
"sweetalert2": "^10.15.5",
31+
"vue": "^3.0.7",
3432
"vue-loader": "^16.1.2",
35-
"vuex": "^4.0.0-rc.2"
36-
},
37-
"dependencies": {
38-
"laravel-echo": "^1.10.0",
39-
"socket.io-client": "^2.3.1"
33+
"vuex": "^4.0.0"
4034
},
4135
"browserslist": [
4236
"last 3 version"

public/css/app.css

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

public/js/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/js/app.js.LICENSE.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
/*!
2-
* Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
*/
55

6+
/*!
7+
* The buffer module from node.js, for the browser.
8+
*
9+
* @author Feross Aboukhadijeh <http://feross.org>
10+
* @license MIT
11+
*/
12+
613
/*! https://mths.be/utf8js v2.1.2 by @mathias */
14+
15+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

public/js/manifest.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/js/vendor.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/js/vendor.js.LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vuex v4.0.0-rc.2
3-
* (c) 2020 Evan You
2+
* vuex v4.0.0
3+
* (c) 2021 Evan You
44
* @license MIT
55
*/

public/mix-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"/js/app.js": "/js/app.js?id=67668ecb7dfcd8ed5d73",
3-
"/js/manifest.js": "/js/manifest.js?id=0b9e3ae1f6cf5267d3a5",
4-
"/css/app.css": "/css/app.css?id=533304b865e66ca7e5f9",
5-
"/js/vendor.js": "/js/vendor.js?id=4c5068cf89b5efc8bcd0"
2+
"/js/app.js": "/js/app.js?id=10e4cc999e1bc088390f",
3+
"/js/manifest.js": "/js/manifest.js?id=aaaaa073238e335909f0",
4+
"/css/app.css": "/css/app.css?id=afefc72392ac3d761a1e",
5+
"/js/vendor.js": "/js/vendor.js?id=00fb49f3e338721a3215"
66
}

webpack.mix.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const mix = require('laravel-mix');
1313

1414
mix.js('resources/js/app.js', 'public/js').vue({
1515
extractStyles: true,
16+
version: 3,
1617
});
1718

1819
mix.sass('resources/sass/app.scss', 'public/css');

0 commit comments

Comments
 (0)