Обновлены зависимости
This commit is contained in:
parent
7f3979c0cb
commit
e77de6bcd9
25
composer.lock
generated
25
composer.lock
generated
@ -685,16 +685,16 @@
|
||||
},
|
||||
{
|
||||
"name": "friendsofphp/php-cs-fixer",
|
||||
"version": "v2.15.2",
|
||||
"version": "v2.15.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
||||
"reference": "c9d30fddfa3feb8b82663104864224f2ce7a3675"
|
||||
"reference": "705490b0f282f21017d73561e9498d2b622ee34c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c9d30fddfa3feb8b82663104864224f2ce7a3675",
|
||||
"reference": "c9d30fddfa3feb8b82663104864224f2ce7a3675",
|
||||
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/705490b0f282f21017d73561e9498d2b622ee34c",
|
||||
"reference": "705490b0f282f21017d73561e9498d2b622ee34c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -724,9 +724,10 @@
|
||||
"php-cs-fixer/accessible-object": "^1.0",
|
||||
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
|
||||
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
|
||||
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1",
|
||||
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
|
||||
"phpunitgoodpractices/traits": "^1.8",
|
||||
"symfony/phpunit-bridge": "^4.3"
|
||||
"symfony/phpunit-bridge": "^4.3",
|
||||
"symfony/yaml": "^3.0 || ^4.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-mbstring": "For handling non-UTF8 characters in cache signature.",
|
||||
@ -769,7 +770,7 @@
|
||||
}
|
||||
],
|
||||
"description": "A tool to automatically fix PHP code style",
|
||||
"time": "2019-08-27T16:03:01+00:00"
|
||||
"time": "2019-08-31T12:51:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "michelf/php-markdown",
|
||||
@ -819,16 +820,16 @@
|
||||
},
|
||||
{
|
||||
"name": "netcarver/textile",
|
||||
"version": "v3.7.2",
|
||||
"version": "v3.7.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/textile/php-textile.git",
|
||||
"reference": "c24d68d9f4d099f9c2434e71024f2a6140dc1594"
|
||||
"reference": "e7c94c4bb531bc83d18c50d7dbbc604fa4f1b00f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/textile/php-textile/zipball/c24d68d9f4d099f9c2434e71024f2a6140dc1594",
|
||||
"reference": "c24d68d9f4d099f9c2434e71024f2a6140dc1594",
|
||||
"url": "https://api.github.com/repos/textile/php-textile/zipball/e7c94c4bb531bc83d18c50d7dbbc604fa4f1b00f",
|
||||
"reference": "e7c94c4bb531bc83d18c50d7dbbc604fa4f1b00f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -868,7 +869,7 @@
|
||||
"plaintext",
|
||||
"textile"
|
||||
],
|
||||
"time": "2019-06-08T17:57:17+00:00"
|
||||
"time": "2019-08-30T18:41:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "paragonie/random_compat",
|
||||
|
680
npm-shrinkwrap.json
generated
680
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -5,11 +5,11 @@
|
||||
"version": "1.0.0",
|
||||
"description": "Homepage",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.5.0",
|
||||
"@babel/core": "^7.6.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.5.0",
|
||||
"@babel/plugin-transform-runtime": "^7.5.0",
|
||||
"@babel/preset-env": "^7.5.0",
|
||||
"@babel/runtime": "^7.5.0",
|
||||
"@babel/plugin-transform-runtime": "^7.6.2",
|
||||
"@babel/preset-env": "^7.6.2",
|
||||
"@babel/runtime": "^7.6.2",
|
||||
"autoprefixer": "^9.6.1",
|
||||
"babel-loader": "^8.0.0",
|
||||
"css-loader": "^2.1.1",
|
||||
@ -25,8 +25,8 @@
|
||||
"vue-loader": "^15.7.1",
|
||||
"vue-style-loader": "^4.1.2",
|
||||
"vue-template-compiler": "^2.6.10",
|
||||
"webpack": "^4.39.3",
|
||||
"webpack-cli": "^3.3.7"
|
||||
"webpack": "^4.41.0",
|
||||
"webpack-cli": "^3.3.9"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "",
|
||||
|
Loading…
Reference in New Issue
Block a user