Pin dependencies

This commit is contained in:
Georg Krause 2022-02-26 10:10:30 +01:00
commit ef5c85b293
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632
2 changed files with 10 additions and 10 deletions

View file

@ -17,7 +17,7 @@
},
"dependencies": {
"axios": "0.26.0",
"axios-auth-refresh": "^3.2.2",
"axios-auth-refresh": "3.2.2",
"diff": "5.0.0",
"django-channels": "2.1.3",
"focus-trap": "6.7.3",
@ -44,7 +44,7 @@
"vuex-router-sync": "5.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"autoprefixer": "10.4.2",
"easygettext": "2.17.0",
"eslint": "8.9.0",
"eslint-config-standard": "16.0.3",
@ -54,9 +54,9 @@
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-vue": "7.20.0",
"glob-all": "3.2.1",
"vite": "^2.8.4",
"vite-plugin-vue2": "^1.9.3",
"vue-template-compiler": "^2.6.14"
"vite": "2.8.4",
"vite-plugin-vue2": "1.9.3",
"vue-template-compiler": "2.6.14"
},
"eslintConfig": {
"root": true,