Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
metagrid-go
metagrid-vue
Commits
be2cfad8
Commit
be2cfad8
authored
Mar 02, 2022
by
Tobinsk
Browse files
Merge branch 'update-dependencies' into 'master'
Update dependencies See merge request
!57
parents
bad4d15e
56b2d169
Pipeline
#8891
passed with stages
in 11 minutes and 33 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
be2cfad8
...
...
@@ -12,11 +12,11 @@
},
"dependencies"
:
{
"
@dsb-norge/vue-keycloak-js
"
:
"
^1.3.1
"
,
"
bootstrap
"
:
"
^
4.5.3
"
,
"
bootstrap-vue
"
:
"
^2.2
0.
1
"
,
"
bootstrap
"
:
"
4.5.3
"
,
"
bootstrap-vue
"
:
"
^2.21
"
,
"
core-js
"
:
"
^3.8.0
"
,
"
cytoscape-fcose
"
:
"
^2.1.0
"
,
"
fetch-intercept
"
:
"
^2.
3.1
"
,
"
fetch-intercept
"
:
"
^2.
4
"
,
"
register-service-worker
"
:
"
^1.7.1
"
,
"
sinon
"
:
"
^9.2.1
"
,
"
vue
"
:
"
^2.6
"
,
...
...
@@ -24,32 +24,36 @@
"
vue-cytoscape
"
:
"
^1.0.8
"
,
"
vue-property-decorator
"
:
"
^9.1.2
"
,
"
vue-router
"
:
"
^3.4.9
"
,
"
vuelidate
"
:
"
^
0.7.
6
"
,
"
vuelidate
"
:
"
0.7.
7
"
,
"
vuex
"
:
"
^3.6.0
"
,
"
whatwg-fetch
"
:
"
^3.
5.0
"
"
whatwg-fetch
"
:
"
^3.
6
"
},
"devDependencies"
:
{
"
@types/jest
"
:
"
^26.0.16
"
,
"
@types/jest
"
:
"
27.4.0
"
,
"
@types/vuelidate
"
:
"
^0.7.13
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^4.9.0
"
,
"
@typescript-eslint/parser
"
:
"
^4.9.0
"
,
"
@vue/cli-plugin-babel
"
:
"
^4.5.9
"
,
"
@vue/cli-plugin-e2e-cypress
"
:
"
^4.5
"
,
"
@vue/cli-plugin-eslint
"
:
"
^4.5.9
"
,
"
@vue/cli-plugin-pwa
"
:
"
^4.5.9
"
,
"
@vue/cli-plugin-router
"
:
"
^4.5.9
"
,
"
@vue/cli-plugin-typescript
"
:
"
^4.5.9
"
,
"
@vue/cli-plugin-unit-jest
"
:
"
^4.5.9
"
,
"
@vue/cli-plugin-vuex
"
:
"
^4.5.9
"
,
"
@vue/cli-service
"
:
"
^4.5.9
"
,
"
@vue/cli-plugin-babel
"
:
"
~5.0.1
"
,
"
@vue/cli-plugin-e2e-cypress
"
:
"
~5.0.1
"
,
"
@vue/cli-plugin-eslint
"
:
"
~5.0.1
"
,
"
@vue/cli-plugin-pwa
"
:
"
~5.0.1
"
,
"
@vue/cli-plugin-router
"
:
"
~5.0.1
"
,
"
@vue/cli-plugin-typescript
"
:
"
~5.0.1
"
,
"
@vue/cli-plugin-unit-jest
"
:
"
~5.0.1
"
,
"
@vue/cli-plugin-vuex
"
:
"
~5.0.1
"
,
"
@vue/cli-service
"
:
"
~5.0.1
"
,
"
@vue/eslint-config-typescript
"
:
"
^7.0.0
"
,
"
@vue/test-utils
"
:
"
1.1.1
"
,
"
eslint
"
:
"
^7.14.0
"
,
"
eslint-plugin-vue
"
:
"
^7.1.0
"
,
"
node-sass
"
:
"
^5.0.0
"
,
"
@vue/vue2-jest
"
:
"
^27.0.0-alpha.3
"
,
"
cypress
"
:
"
^8.3.0
"
,
"
eslint
"
:
"
^7.32
"
,
"
eslint-plugin-vue
"
:
"
^7.20
"
,
"
jest
"
:
"
27.4.0
"
,
"
node-sass
"
:
"
^7.0
"
,
"
npm
"
:
"
^6.14.11
"
,
"
sass-loader
"
:
"
^10.1.0
"
,
"
typescript
"
:
"
~4.1.2
"
,
"
sass-loader
"
:
"
^12.6
"
,
"
ts-jest
"
:
"
^27.0.4
"
,
"
typescript
"
:
"
~4.5.5
"
,
"
vue-template-compiler
"
:
"
^2.6.14
"
}
}
vue.config.js
View file @
be2cfad8
module
.
exports
=
{
// ...
devServer
:
{
host
:
'
localhost
'
,
port
:
3000
,
https
:
false
,
hotOnly
:
false
,
https
:
false
},
configureWebpack
:
{
devtool
:
'
source-map
'
...
...
yarn.lock
View file @
be2cfad8
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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