Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
frontend
apps
UserManagement
Commits
9f85d312
Commit
9f85d312
authored
Mar 27, 2020
by
Marcel Nellesen
Browse files
Merge branch 'Sprint/2020-05' into 'master'
Sprint/2020-05 See merge request coscine/app/usermanagement!26
parents
338df35c
ea988277
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
9f85d312
This diff is collapsed.
Click to expand it.
package.json
View file @
9f85d312
...
...
@@ -12,32 +12,32 @@
"test:unit"
:
"vue-cli-service test:unit"
},
"dependencies"
:
{
"
@coscine/api-connection
"
:
"
^1.
9
.0
"
,
"
@coscine/app-util
"
:
"
^1.
2.2
"
,
"
@types/jquery
"
:
"
^3.3.3
3
"
,
"
@coscine/api-connection
"
:
"
^1.
11
.0
"
,
"
@coscine/app-util
"
:
"
^1.
3.1
"
,
"
@types/jquery
"
:
"
^3.3.3
4
"
,
"
@types/vue-select
"
:
"
^2.5.0
"
,
"
bootstrap-vue
"
:
"
^2.
5
.0
"
,
"
bootstrap-vue
"
:
"
^2.
9
.0
"
,
"
jquery
"
:
"
^3.4.1
"
,
"
vue
"
:
"
^2.6.11
"
,
"
vue-i18n
"
:
"
^8.15.
4
"
,
"
vue-i18n
"
:
"
^8.15.
7
"
,
"
vue-runtime-helpers
"
:
"
^1.1.2
"
,
"
vue-select
"
:
"
^3.
4.0
"
"
vue-select
"
:
"
^3.
9.5
"
},
"devDependencies"
:
{
"
@semantic-release/commit-analyzer
"
:
"
^8.0.1
"
,
"
@semantic-release/git
"
:
"
^9.0.0
"
,
"
@semantic-release/gitlab
"
:
"
^6.0.
2
"
,
"
@semantic-release/npm
"
:
"
^7.0.
3
"
,
"
@semantic-release/gitlab
"
:
"
^6.0.
3
"
,
"
@semantic-release/npm
"
:
"
^7.0.
5
"
,
"
@semantic-release/release-notes-generator
"
:
"
^9.0.1
"
,
"
@types/chai
"
:
"
^4.2.
9
"
,
"
@types/mocha
"
:
"
^7.0.
1
"
,
"
@types/chai
"
:
"
^4.2.
11
"
,
"
@types/mocha
"
:
"
^7.0.
2
"
,
"
@vue/cli-plugin-babel
"
:
"
^4.2.3
"
,
"
@vue/cli-plugin-typescript
"
:
"
^4.2.3
"
,
"
@vue/cli-plugin-unit-mocha
"
:
"
^4.2.3
"
,
"
@vue/cli-service
"
:
"
^4.2.3
"
,
"
@vue/test-utils
"
:
"
1.0.0-beta.3
1
"
,
"
@vue/test-utils
"
:
"
1.0.0-beta.3
2
"
,
"
chai
"
:
"
^4.2.0
"
,
"
typescript
"
:
"
^3.8.
2
"
,
"
typescript
"
:
"
^3.8.
3
"
,
"
vue-template-compiler
"
:
"
^2.6.11
"
,
"
semantic-release
"
:
"
^17.0.4
"
,
"
@hutson/semantic-delivery-gitlab
"
:
"
^9.1.0
"
...
...
src/App.vue
View file @
9f85d312
...
...
@@ -34,7 +34,6 @@ export default Vue.extend({
-moz-osx-font-smoothing
:
grayscale
;
text-align
:
center
;
color
:
#2c3e50
;
margin-top
:
60px
;
}
#users
h4
{
color
:
#000
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment