mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
bump js libs, use environment in release action
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
parent
1c9fa9ba80
commit
4e4e753df1
3 changed files with 1384 additions and 1662 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -1,12 +1,13 @@
|
|||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [release]
|
||||
|
||||
name: Publish release
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build, upload and release in the appstore
|
||||
environment: release
|
||||
env:
|
||||
APP_ID: integration_moodle
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -34,7 +35,7 @@ jobs:
|
|||
echo "###### install dependencies"
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
sudo apt update -y
|
||||
sudo apt full-upgrade -y
|
||||
sudo apt upgrade -y
|
||||
sudo apt install php-mbstring php-sqlite3 npm make openssl -y
|
||||
echo "###### installing nextcloud"
|
||||
mkdir ~/html
|
||||
|
|
|
|||
3005
package-lock.json
generated
3005
package-lock.json
generated
File diff suppressed because it is too large
Load diff
36
package.json
36
package.json
|
|
@ -34,52 +34,48 @@
|
|||
"dependencies": {
|
||||
"@nextcloud/router": "^1.1.0",
|
||||
"@nextcloud/auth": "^1.3.0",
|
||||
"@nextcloud/vue": "2.7.0",
|
||||
"@nextcloud/vue": "3.5.4",
|
||||
"@nextcloud/vue-dashboard": "^1.0.1",
|
||||
"@nextcloud/axios": "^1.5.0",
|
||||
"@nextcloud/dialogs": "^3.0.0",
|
||||
"@nextcloud/axios": "^1.6.0",
|
||||
"@nextcloud/dialogs": "1.4.0",
|
||||
"@nextcloud/moment": "^1.1.1",
|
||||
"@nextcloud/l10n": "^1.4.1",
|
||||
"@nextcloud/initial-state": "^1.2.0",
|
||||
"vue": "^2.6.11",
|
||||
"vue-types": "^2.0.2",
|
||||
"vuex": "^3.5.1",
|
||||
"vue-click-outside": "^1.1.0"
|
||||
"vue": "^2.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.3",
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/preset-env": "^7.12.1",
|
||||
"@babel/preset-env": "^7.12.11",
|
||||
"@nextcloud/browserslist-config": "^1.0.0",
|
||||
"@nextcloud/eslint-config": "^3.0.0",
|
||||
"@nextcloud/eslint-plugin": "^2.0.0",
|
||||
"@nextcloud/webpack-vue-config": "^2.0.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.1.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"css-loader": "^5.0.1",
|
||||
"eslint": "^7.12.1",
|
||||
"eslint-config-standard": "^16.0.1",
|
||||
"eslint": "^7.18.0",
|
||||
"eslint-config-standard": "^16.0.2",
|
||||
"eslint-loader": "^4.0.2",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.2",
|
||||
"eslint-plugin-vue": "^7.1.0",
|
||||
"eslint-webpack-plugin": "^2.1.0",
|
||||
"eslint-plugin-vue": "^7.5.0",
|
||||
"eslint-webpack-plugin": "^2.4.3",
|
||||
"file-loader": "^6.2.0",
|
||||
"node-sass": "^5.0.0",
|
||||
"sass-loader": "^10.0.5",
|
||||
"stylelint": "^13.7.2",
|
||||
"sass-loader": "^10.1.1",
|
||||
"stylelint": "^13.9.0",
|
||||
"stylelint-config-recommended-scss": "^4.2.0",
|
||||
"stylelint-scss": "^3.18.0",
|
||||
"stylelint-webpack-plugin": "^2.1.1",
|
||||
"url-loader": "^4.1.1",
|
||||
"style-loader": "^2.0.0",
|
||||
"vue-loader": "^15.9.5",
|
||||
"vue-loader": "^15.9.6",
|
||||
"vue-template-compiler": "^2.6.12",
|
||||
"webpack": "^5.4.0",
|
||||
"webpack-cli": "^4.2.0",
|
||||
"webpack": "^5.18.0",
|
||||
"webpack-cli": "^4.4.0",
|
||||
"webpack-node-externals": "^2.5.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue