mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 23:36:15 -04:00
Merge branch 'dev' of github.com:CorentinTh/it-tools into dev
This commit is contained in:
commit
c487ff88e5
2 changed files with 8 additions and 8 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -3932,9 +3932,9 @@
|
|||
}
|
||||
},
|
||||
"@nuxtjs/axios": {
|
||||
"version": "5.13.5",
|
||||
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.13.5.tgz",
|
||||
"integrity": "sha512-GyeuiseDCwfRGDQH/gK+lngCseZS3SQm3q6xqiVx5xQnzCqokojN3uJkNB0DdHCowBP1aim+mDhu3spzcCnyBg==",
|
||||
"version": "5.13.6",
|
||||
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.13.6.tgz",
|
||||
"integrity": "sha512-XS+pOE0xsDODs1zAIbo95A0LKlilvJi8YW0NoXYuq3/jjxGgWDxizZ6Yx0AIIjZOoGsXJOPc0/BcnSEUQ2mFBA==",
|
||||
"requires": {
|
||||
"@nuxtjs/proxy": "^2.1.0",
|
||||
"axios": "^0.21.1",
|
||||
|
@ -19120,9 +19120,9 @@
|
|||
"integrity": "sha512-UUzr5LX51UbbiROSGZ49GOgSzFxaMHK6L00JV8fir/CYNJCpIIvNZ5YmS4Qc8Y2+Z/4VVYRpeQL2UO0G800Raw=="
|
||||
},
|
||||
"vuetify": {
|
||||
"version": "2.5.1",
|
||||
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.5.1.tgz",
|
||||
"integrity": "sha512-L7bn8yVMXbt1QeTGaLTeyKE/tvhRUtGm5aQdCzUGu6lsGgEm7H707I4fjHftGNGNmmrUr3pmjpVrtqx65BMpUw=="
|
||||
"version": "2.5.3",
|
||||
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.5.3.tgz",
|
||||
"integrity": "sha512-c0oX063PzWrIV29Mi7Pyi63OcF0FlCDJcgMvu0woTt4GL4yVmNQMh5hyKS5NEwlsS66HcjKJERMoY0JJc1bYGA=="
|
||||
},
|
||||
"vuetify-loader": {
|
||||
"version": "1.7.2",
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/axios": "^5.13.5",
|
||||
"@nuxtjs/axios": "^5.13.6",
|
||||
"@nuxtjs/markdownit": "^2.0.0",
|
||||
"@nuxtjs/pwa": "^3.0.2",
|
||||
"@nuxtjs/toast": "^3.3.1",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"nuxt": "^2.15.6",
|
||||
"nuxt-i18n": "^6.27.0",
|
||||
"qrcode.vue": "^1.7.0",
|
||||
"vuetify": "^2.5.1",
|
||||
"vuetify": "^2.5.3",
|
||||
"vuetify-toast-snackbar": "^0.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue