Merge branch 'dev' of github.com:CorentinTh/it-tools into dev

This commit is contained in:
Corentin Thomasset 2021-06-05 23:34:58 +02:00
commit c487ff88e5
No known key found for this signature in database
GPG key ID: DBD997E935996158
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View file

@ -3932,9 +3932,9 @@
} }
}, },
"@nuxtjs/axios": { "@nuxtjs/axios": {
"version": "5.13.5", "version": "5.13.6",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.13.5.tgz", "resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.13.6.tgz",
"integrity": "sha512-GyeuiseDCwfRGDQH/gK+lngCseZS3SQm3q6xqiVx5xQnzCqokojN3uJkNB0DdHCowBP1aim+mDhu3spzcCnyBg==", "integrity": "sha512-XS+pOE0xsDODs1zAIbo95A0LKlilvJi8YW0NoXYuq3/jjxGgWDxizZ6Yx0AIIjZOoGsXJOPc0/BcnSEUQ2mFBA==",
"requires": { "requires": {
"@nuxtjs/proxy": "^2.1.0", "@nuxtjs/proxy": "^2.1.0",
"axios": "^0.21.1", "axios": "^0.21.1",
@ -19120,9 +19120,9 @@
"integrity": "sha512-UUzr5LX51UbbiROSGZ49GOgSzFxaMHK6L00JV8fir/CYNJCpIIvNZ5YmS4Qc8Y2+Z/4VVYRpeQL2UO0G800Raw==" "integrity": "sha512-UUzr5LX51UbbiROSGZ49GOgSzFxaMHK6L00JV8fir/CYNJCpIIvNZ5YmS4Qc8Y2+Z/4VVYRpeQL2UO0G800Raw=="
}, },
"vuetify": { "vuetify": {
"version": "2.5.1", "version": "2.5.3",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.5.1.tgz", "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.5.3.tgz",
"integrity": "sha512-L7bn8yVMXbt1QeTGaLTeyKE/tvhRUtGm5aQdCzUGu6lsGgEm7H707I4fjHftGNGNmmrUr3pmjpVrtqx65BMpUw==" "integrity": "sha512-c0oX063PzWrIV29Mi7Pyi63OcF0FlCDJcgMvu0woTt4GL4yVmNQMh5hyKS5NEwlsS66HcjKJERMoY0JJc1bYGA=="
}, },
"vuetify-loader": { "vuetify-loader": {
"version": "1.7.2", "version": "1.7.2",

View file

@ -34,7 +34,7 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "dependencies": {
"@nuxtjs/axios": "^5.13.5", "@nuxtjs/axios": "^5.13.6",
"@nuxtjs/markdownit": "^2.0.0", "@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/pwa": "^3.0.2", "@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/toast": "^3.3.1", "@nuxtjs/toast": "^3.3.1",
@ -49,7 +49,7 @@
"nuxt": "^2.15.6", "nuxt": "^2.15.6",
"nuxt-i18n": "^6.27.0", "nuxt-i18n": "^6.27.0",
"qrcode.vue": "^1.7.0", "qrcode.vue": "^1.7.0",
"vuetify": "^2.5.1", "vuetify": "^2.5.3",
"vuetify-toast-snackbar": "^0.6.1" "vuetify-toast-snackbar": "^0.6.1"
}, },
"devDependencies": { "devDependencies": {