Skip to content
Snippets Groups Projects
Commit fca06efd authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

Merge branch 'Sprint/2020-19' into 'master'

Sprint/2020 19

See merge request coscine/vue/project-creation!53
parents b632e218 0bd0fbcf
Branches
Tags
1 merge request!53Sprint/2020 19
......@@ -14,6 +14,7 @@ test:
- npm test
except:
refs:
- master
- tags
variables:
- $GITLAB_USER_ID == $GIT_BOT_USER_ID
......@@ -22,6 +23,7 @@ publish:
stage: publish
script:
- npm run build
- npm test
- npx semantic-release
only:
- master
......
{
"name": "@coscine/project-creation",
"version": "1.9.1",
"version": "1.10.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......@@ -1292,9 +1292,9 @@
}
},
"@coscine/api-connection": {
"version": "1.21.0",
"resolved": "https://registry.npmjs.org/@coscine/api-connection/-/api-connection-1.21.0.tgz",
"integrity": "sha512-2vl+vWMzPSaB3eLVCDLBYMkK6rW8arRKM+0MiAokt2iDTFYMIZUruTkXEYroqF78AvICD1x+Rmraj74iLOZZBw==",
"version": "1.22.0",
"resolved": "https://registry.npmjs.org/@coscine/api-connection/-/api-connection-1.22.0.tgz",
"integrity": "sha512-AledYQcq0qIkmTYAnTTXKVop4q+DDBUUQeewm4xu1zN2DhzrzzPawTuafNnS8k66PwkhiKphIyBuaL5ujQSXGQ==",
"requires": {
"@types/file-saver": "^2.0.1",
"axios": "^0.20.0",
......@@ -1302,9 +1302,9 @@
}
},
"@coscine/app-util": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/@coscine/app-util/-/app-util-1.5.2.tgz",
"integrity": "sha512-7EmFpZWVkTcI6KLfFX8rLdilWAHxGjg4vFpgksATle9u5e3VLYsKFTYaK4jsFGViAz7TwbKXZzWjDEMQYrWWkQ=="
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@coscine/app-util/-/app-util-1.6.0.tgz",
"integrity": "sha512-xFo1Z6GTwF3WLPMmpPyNwUyIlPCQlXL1vNhTzAjfNtY75jr8j90ZqD2c0y2ull97WeN/ww4/UoRD7Lbp2SGtoQ=="
},
"@hapi/address": {
"version": "2.1.4",
......
......@@ -22,8 +22,8 @@
"dist/*"
],
"dependencies": {
"@coscine/api-connection": "^1.21.0",
"@coscine/app-util": "^1.5.2",
"@coscine/api-connection": "^1.22.0",
"@coscine/app-util": "^1.6.0",
"@types/jquery": "^3.5.2",
"@types/vuelidate": "^0.7.13",
"@voerro/vue-tagsinput": "^2.4.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment