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

Fix: Updated dependencies

parent b632e218
No related branches found
No related tags found
1 merge request!53Sprint/2020 19
...@@ -14,6 +14,7 @@ test: ...@@ -14,6 +14,7 @@ test:
- npm test - npm test
except: except:
refs: refs:
- master
- tags - tags
variables: variables:
- $GITLAB_USER_ID == $GIT_BOT_USER_ID - $GITLAB_USER_ID == $GIT_BOT_USER_ID
...@@ -22,6 +23,7 @@ publish: ...@@ -22,6 +23,7 @@ publish:
stage: publish stage: publish
script: script:
- npm run build - npm run build
- npm test
- npx semantic-release - npx semantic-release
only: only:
- master - master
......
{ {
"name": "@coscine/project-creation", "name": "@coscine/project-creation",
"version": "1.9.1", "version": "1.10.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
...@@ -1292,9 +1292,9 @@ ...@@ -1292,9 +1292,9 @@
} }
}, },
"@coscine/api-connection": { "@coscine/api-connection": {
"version": "1.21.0", "version": "1.22.0",
"resolved": "https://registry.npmjs.org/@coscine/api-connection/-/api-connection-1.21.0.tgz", "resolved": "https://registry.npmjs.org/@coscine/api-connection/-/api-connection-1.22.0.tgz",
"integrity": "sha512-2vl+vWMzPSaB3eLVCDLBYMkK6rW8arRKM+0MiAokt2iDTFYMIZUruTkXEYroqF78AvICD1x+Rmraj74iLOZZBw==", "integrity": "sha512-AledYQcq0qIkmTYAnTTXKVop4q+DDBUUQeewm4xu1zN2DhzrzzPawTuafNnS8k66PwkhiKphIyBuaL5ujQSXGQ==",
"requires": { "requires": {
"@types/file-saver": "^2.0.1", "@types/file-saver": "^2.0.1",
"axios": "^0.20.0", "axios": "^0.20.0",
...@@ -1302,9 +1302,9 @@ ...@@ -1302,9 +1302,9 @@
} }
}, },
"@coscine/app-util": { "@coscine/app-util": {
"version": "1.5.2", "version": "1.6.0",
"resolved": "https://registry.npmjs.org/@coscine/app-util/-/app-util-1.5.2.tgz", "resolved": "https://registry.npmjs.org/@coscine/app-util/-/app-util-1.6.0.tgz",
"integrity": "sha512-7EmFpZWVkTcI6KLfFX8rLdilWAHxGjg4vFpgksATle9u5e3VLYsKFTYaK4jsFGViAz7TwbKXZzWjDEMQYrWWkQ==" "integrity": "sha512-xFo1Z6GTwF3WLPMmpPyNwUyIlPCQlXL1vNhTzAjfNtY75jr8j90ZqD2c0y2ull97WeN/ww4/UoRD7Lbp2SGtoQ=="
}, },
"@hapi/address": { "@hapi/address": {
"version": "2.1.4", "version": "2.1.4",
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
"dist/*" "dist/*"
], ],
"dependencies": { "dependencies": {
"@coscine/api-connection": "^1.21.0", "@coscine/api-connection": "^1.22.0",
"@coscine/app-util": "^1.5.2", "@coscine/app-util": "^1.6.0",
"@types/jquery": "^3.5.2", "@types/jquery": "^3.5.2",
"@types/vuelidate": "^0.7.13", "@types/vuelidate": "^0.7.13",
"@voerro/vue-tagsinput": "^2.4.0", "@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