Обновил зависимости
This commit is contained in:
parent
504bf20cb1
commit
43cae05b76
1052
composer.lock
generated
1052
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
FROM php:7.4-cli
|
||||
FROM php:7.4.7-cli
|
||||
|
||||
COPY ./docker/provision.sh /opt/
|
||||
|
||||
|
@ -19,11 +19,11 @@ docker-php-ext-install tidy \
|
||||
mkdir -p /srv/app
|
||||
|
||||
# Composer and required tools
|
||||
curl -sLO https://getcomposer.org/download/1.10.1/composer.phar \
|
||||
curl -sLO https://getcomposer.org/download/1.10.8/composer.phar \
|
||||
&& mv composer.phar /usr/local/bin/composer \
|
||||
&& chmod +x /usr/local/bin/composer
|
||||
|
||||
# Deployer
|
||||
curl -sLO https://deployer.org/releases/v6.7.3/deployer.phar \
|
||||
curl -sLO https://deployer.org/releases/v6.8.0/deployer.phar \
|
||||
&& mv deployer.phar /usr/local/bin/dep \
|
||||
&& chmod +x /usr/local/bin/dep
|
||||
|
1243
npm-shrinkwrap.json
generated
1243
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -6,12 +6,12 @@
|
||||
"description": "Homepage",
|
||||
"devDependencies": {
|
||||
"@anwinged/predictor": "^0.2.1",
|
||||
"@babel/core": "^7.10.2",
|
||||
"@babel/core": "^7.10.3",
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.1",
|
||||
"@babel/plugin-transform-runtime": "^7.10.1",
|
||||
"@babel/preset-env": "^7.10.2",
|
||||
"@babel/runtime": "^7.10.2",
|
||||
"autoprefixer": "^9.8.0",
|
||||
"@babel/plugin-transform-runtime": "^7.10.3",
|
||||
"@babel/preset-env": "^7.10.3",
|
||||
"@babel/runtime": "^7.10.3",
|
||||
"autoprefixer": "^9.8.4",
|
||||
"babel-loader": "^8.1.0",
|
||||
"css-loader": "^2.1.1",
|
||||
"glob": "^7.1.6",
|
||||
@ -23,11 +23,11 @@
|
||||
"style-loader": "^0.23.1",
|
||||
"underscore": "^1.10.2",
|
||||
"vue": "^2.6.11",
|
||||
"vue-loader": "^15.9.2",
|
||||
"vue-loader": "^15.9.3",
|
||||
"vue-style-loader": "^4.1.2",
|
||||
"vue-template-compiler": "^2.6.11",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.11"
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "",
|
||||
|
Loading…
Reference in New Issue
Block a user