Skip to content

Commit

Permalink
update pgas and pgss amount (#6)
Browse files Browse the repository at this point in the history
## Изменения
<!-- Опишите здесь на языке, понятном каждому, изменения, сделанные в
исходном коде по пунктам. -->

## Детали реализации
<!-- Здесь можно описать технические детали по пунктам. -->

## Check-List
<!-- После сохранения у следующих полей появятся галочки, которые нужно
проставить мышкой -->
- [ ] Вы проверили свой код перед отправкой запроса?
- [ ] Вы написали тесты к реализованным функциям?
- [ ] Вы не забыли применить форматирование `black` и `isort` для
_Back-End_ или `Prettier` для _Front-End_?

Co-authored-by: Artem Netsvetaev <physphile@vk.com>
  • Loading branch information
physphile and fizfakovets committed Oct 23, 2023
1 parent d9926be commit 8b55ea3
Show file tree
Hide file tree
Showing 3 changed files with 642 additions and 610 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
"test": "echo kek"
},
"dependencies": {
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vuetify": "^3.3.16"
"pinia": "^2.1.7",
"vue": "^3.3.6",
"vue-router": "^4.2.5",
"vuetify": "^3.3.22"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.49.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.17.0",
"postcss-preset-env": "^9.1.3",
"postcss-preset-env": "^9.2.0",
"prettier": "^3.0.3",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vite-plugin-vuetify": "^1.0.2",
"vue-tsc": "^1.8.11"
"vue-tsc": "^1.8.19"
}
}
Loading

0 comments on commit 8b55ea3

Please sign in to comment.