Commit 6e99fbc 1 parent 5bd3ca6 commit 6e99fbc Copy full SHA for 6e99fbc
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 27
27
"require" : {
28
28
"php" : " ^8.0" ,
29
29
"illuminate/contracts" : " ^v8.61" ,
30
- "livewire/livewire" : " ^v2.6 " ,
30
+ "livewire/livewire" : " ^v2.7 " ,
31
31
"spatie/laravel-package-tools" : " ^1.9"
32
32
},
33
33
"require-dev" : {
34
34
"friendsofphp/php-cs-fixer" : " ^v3.2" ,
35
35
"nunomaduro/collision" : " ^5.10" ,
36
- "nunomaduro/larastan" : " ^0.7.12 " ,
37
- "orchestra/testbench" : " ^v6.21 " ,
36
+ "nunomaduro/larastan" : " ^0.7.15 " ,
37
+ "orchestra/testbench" : " ^v6.22 " ,
38
38
"pestphp/pest" : " ^v1.20" ,
39
39
"pestphp/pest-plugin-laravel" : " ^v1.1" ,
40
40
"pestphp/pest-plugin-parallel" : " ^0.3.1" ,
41
41
"phpmd/phpmd" : " ^2.10" ,
42
42
"phpstan/phpstan" : " ^0.12" ,
43
43
"squizlabs/php_codesniffer" : " ^3.6" ,
44
- "vimeo/psalm" : " ^4.10 "
44
+ "vimeo/psalm" : " ^4.11 "
45
45
},
46
46
"autoload" : {
47
47
"files" : [
Original file line number Diff line number Diff line change 10
10
"@babel/core" : " ^7.15.8" ,
11
11
"@babel/plugin-proposal-object-rest-spread" : " ^7.15.6" ,
12
12
"@babel/preset-env" : " ^7.15.8" ,
13
- "@rollup/plugin-alias" : " ^3.1.5 " ,
13
+ "@rollup/plugin-alias" : " ^3.1.8 " ,
14
14
"@rollup/plugin-babel" : " ^5.3.0" ,
15
- "@rollup/plugin-commonjs" : " ^21.0.0 " ,
16
- "@rollup/plugin-node-resolve" : " ^13.0.5 " ,
17
- "core-js" : " ^3.18.2 " ,
15
+ "@rollup/plugin-commonjs" : " ^21.0.1 " ,
16
+ "@rollup/plugin-node-resolve" : " ^13.0.6 " ,
17
+ "core-js" : " ^3.19.0 " ,
18
18
"fs-extra" : " ^10.0.0" ,
19
19
"get-value" : " ^3.0.1" ,
20
20
"md5" : " ^2.3.0" ,
21
- "rollup" : " ^2.58.0 " ,
21
+ "rollup" : " ^2.58.3 " ,
22
22
"rollup-plugin-filesize" : " ^9.1.1" ,
23
23
"rollup-plugin-output-manifest" : " ^2.0.0" ,
24
24
"rollup-plugin-terser" : " ^7.0.2" ,
You can’t perform that action at this time.
0 commit comments