Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] adff3fa145
Bump qs from 6.5.2 to 6.5.3
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-03 06:22:10 +00:00
4 changed files with 519 additions and 468 deletions

View File

@ -1,24 +0,0 @@
pipeline {
agent any
environment {
PATH = "/var/lib/jenkins/.nvm/versions/node/v20.9.0/bin:/var/lib/jenkins/bin:${env.PATH}"
}
stages {
stage('Install') {
steps {
sh 'pnpm i'
}
}
stage('Build') {
steps {
sh 'pnpm build'
}
}
stage('Deploy') {
steps {
sh 'rm -rf /var/www/horarios-v2/*'
sh 'cp -r ./dist/* /var/www/horarios-v2/'
}
}
}
}

View File

@ -18,7 +18,7 @@
"vue": "^3.0.0-rc.5",
"vue-router": "^4.0.0-alpha.6",
"vuex": "^4.0.0-alpha.1",
"webpack": "^4.47.0",
"webpack": "^4.43.0",
"yaml": "^1.10.0",
"yaml-loader": "^0.6.0"
},
@ -32,8 +32,8 @@
"vue-cli-plugin-vue-next": "~0.1.3"
},
"browserslist": [
"defaults",
"not IE 11",
"maintained node versions"
"> 1%",
"last 2 versions",
"not dead"
]
}

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ module.exports = {
{
test: /\.coffee$/,
loader: 'coffee-loader',
},
}
]
},
plugins: [