91 Commits

Author SHA1 Message Date
Dries Vints
22fa816fdf
Delete removed webpack flag (#5460) 2020-10-27 08:11:46 -05:00
Andy Hinkle
f465c511c0
Bump lodash from 4.17.15 to 4.17.19 2020-07-20 16:15:52 +02:00
Nabil Muh. Firdaus
d7d342c2f5
Disable webpack-dev-server host check (#5288) 2020-04-27 08:38:20 -05:00
Andrey Helldar
c81712bdf4
[6.x] Update cross-env to the latest (#5216)
This is not a fix for the vulnerability.
Just updating the dependency to the latest version.

@see https://yarnpkg.com/package/cross-env

Yes, I know that they recently released version 6.0 and in a short time 7.0.
2020-01-30 08:14:42 -06:00
Andrey Helldar
1d094a8084 [7.x] Update cross-env and resolve-url-loader to the latest (#5210) 2020-01-24 07:43:48 -06:00
Caíque de Castro Soares da Silva
9b6d1b14bc Update laravel mix and sass loader (#5203) 2020-01-13 10:36:09 -06:00
Dries Vints
0dd31baf2a
Merge branch 'master' into develop 2019-07-25 00:49:45 -04:00
Artem Pakhomov
ff15a66d8c Fixed lodash version (CVE-2019-10744) (#5060) 2019-07-15 10:41:13 -06:00
Taylor Otwell
fc39b073f3 remove ui scaffolding 2019-06-27 19:57:39 -05:00
ziming
014a1f0f5e Update axios package (#5038)
Update axios in package.json to ^0.19 so that I don't get security vulnerability notification emails from Github when I push to my laravel project repos even though ^0.18 covers 0.19 as well
2019-05-31 07:54:50 -05:00
Taylor Otwell
65f8271032 update version 2019-05-06 08:30:33 -05:00
Jeffrey Way
dc58f95ebb Bump to Mix v4 2018-12-14 15:14:03 -05:00
Michael Mano
fe38ac2b0c Update vue version to 2.5.17 2018-10-23 10:42:41 +10:00
Taylor Otwell
0c62780402 fix conflicts 2018-08-22 14:13:25 -05:00
Andy Hinkle
e2d44a5115
Upgrade Lodash because of Security Vulnerability 2018-08-15 09:23:50 -05:00
Taylor Otwell
f619d4f7c2 Merge branch 'develop' of github.com:laravel/laravel into develop 2018-07-19 07:48:59 -05:00
wuweixin
5fc9adaa3f
a-z order 2018-07-10 14:20:22 +08:00
refael iliaguyev
b51c038ff2 Simplify the npm watch command 2018-03-22 18:45:03 +02:00
Nikolay Nizruhin
ba16736d3c
Update axios 2018-02-20 21:58:42 +02:00
Taylor Otwell
ecfd939ff2 Merge branch 'master' into develop 2018-02-07 09:37:45 -06:00
Nikolay Nizruhin
c4258e2b48
Update laravel-mix 2018-01-24 01:07:07 +02:00
Taylor Otwell
0178fd8921 update bootstrap 2018-01-19 08:01:34 -06:00
tomhorvat
424070a401
Update bootstrap version 2018-01-06 13:40:17 +01:00
Mohamed Said
4be558ac65 switch to bootstrap4 2017-12-20 21:14:56 +02:00
Miguel Piedrafita
c2259a2b97
Upgrade Vue 2017-11-20 20:53:53 +01:00
Gabriel Caruso
1603f7804d Updated cross-env in package.json 2017-11-01 08:50:20 -02:00
Gabriel Caruso
273a2e76a6 Update jquery in package.json 2017-10-29 22:34:47 -02:00
Nikolay Nizruhin
6c03688d26 Update axios 2017-10-28 19:53:12 +03:00
Michael Dyrynda
8b990b27b5 Don't show progress for production run command 2017-10-25 00:07:30 +10:30
Andrew Miller
0baa2e7794 Change indent for package.json from 2 to 4 spaces
Minor style issue more than anything.

If using `php artisan preset` it will use PHP's `JSON_PRETTY_PRINT` to rewrite the file (https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/Presets/Preset.php#L44). `JSON_PRETTY_PRINT` uses four spaces for indentation, causing the entire file contents to be altered upon a diff.

Rather than adding logic to change the indentation after executing `json_encode()` in `Illuminate\Foundation\Console\Presets\Preset`, it seems easier to just fix the default indentation in `package.json`. NPM doesn't seem to change the spacing at all, so this seems like a happy medium.
2017-08-14 22:34:23 +09:00
Lucas Michot
436581afd2 Upgrade axios and cross-env. 2017-06-27 11:05:42 +02:00
Olav van Schie
b9ca228f86 Require Laravel Mix 1.0 2017-06-21 17:05:19 +02:00
Roberto Aguilar
e42ce3eae9 DRY some npm scripts
`dev` and `prod` are just aliases, so this allows to just defer them to their counterparts.

`watch-poll` just adds one extra argument so the special option `--` allows to pass it to the `watch` script.
2017-03-31 00:21:17 -06:00
Morva Kristóf
3335525431 NPM scripts should support Windows 2017-03-29 11:45:09 +02:00
Taylor Otwell
f5b68b1fc5 Update package.json 2017-03-28 07:49:22 -05:00
Michael Dyrynda
f19a2f206a Provide consistency with NPM scripts
It trips me up each time that `npm run dev` exists but `npm run prod`
does not. This serves to fix that case, as well as providing consistency
in both directions `dev`/`development` and `prod`/`production`.

[Source](https://twitter.com/michaeldyrynda/status/846507021251690497)
2017-03-28 11:23:08 +10:30
Mohamed Said
b19f4e8308 require laravel-mix v0.* 2017-03-26 14:34:05 +02:00
Kouceyla
29db165c6a Upgrade laravel-mix to 0.8.3 2017-03-09 17:58:00 +01:00
Dries Vints
65c4d16d04
Do not use full paths 2017-03-06 12:39:46 +01:00
Dries Vints
f0374e4fe6
Add cross-env as a dependency and update paths 2017-03-06 12:36:45 +01:00
Kristoffer Eklund
df1f0f912a Fix cross-env bin path 2017-03-04 18:54:33 +01:00
Kristoffer Eklund
eab39557ac Fix cross-env bin path 2017-03-04 17:57:34 +01:00
Jeffrey Way
c76716f228 Revert npm script refactor 2017-02-23 09:50:35 -05:00
Jeffrey Way
96f662a625 Refactor npm scripts
Per #4147, this adds a new `npm run watch-poll` command, and dries up some of those long repetitive commands.
2017-02-21 13:57:31 -05:00
Prabhat Shahi
e8b4f0e6ce Update package.json
update laravel mix to new version
2017-02-16 11:51:31 +05:45
Rick Bolton
0257612e8a Updated axios, jQuery, Laravel Mix, Lodash and Vue.js versions 2017-02-08 09:30:06 +00:00
Luis Dalmolin
ae03042300 Updated laravel-mix version 2017-02-02 10:01:16 -02:00
fzoske
c55b8efe72 Ensure cross-env gets executed by node 2017-01-25 11:05:42 +01:00
Martin Bastien
489f2f311e Add missing path for Yarn Fix 2017-01-24 14:47:43 -05:00
Jeffrey Way
3fa134d1f1 Make scripts work with Yarn 2017-01-24 11:16:56 -05:00