Коммит 6c0267e7 создал по автору avathar's avatar avathar
Просмотр файлов

Обновлён Phaser и другие модули

владелец 193b3f76
Нет предварительного просмотра для этого типа файлов
Это отличие свёрнуто
......@@ -13,29 +13,29 @@
"build": "quasar build"
},
"dependencies": {
"@apollo/client": "^3.8.5",
"@quasar/extras": "^1.16.7",
"@apollo/client": "^3.8.7",
"@quasar/extras": "^1.16.8",
"@vue/apollo-composable": "^4.0.0-beta.11",
"core-js": "^3.33.0",
"core-js": "^3.33.2",
"dotenv": "^16.3.1",
"graphql-tag": "^2.12.6",
"phaser": "github:photonstorm/phaser",
"phaser3-rex-plugins": "https://github.com/rexrainbow/phaser3-rex-notes.git",
"pinia": "^2.1.6",
"quasar": "^2.12.7",
"phaser3-rex-plugins": "github:rexrainbow/phaser3-rex-notes",
"pinia": "^2.1.7",
"quasar": "^2.13.1",
"subscriptions-transport-ws": "^0.11.0",
"vue": "^3.3.4",
"vue-i18n": "^9.5.0",
"vue": "^3.3.8",
"vue-i18n": "^9.6.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@quasar/app-webpack": "^3.11.2",
"@types/node": "^20.8.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"@quasar/app-webpack": "^3.11.3",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-vue": "^9.18.1",
"prettier": "^3.0.3"
},
"browserslist": [
......
......@@ -164,7 +164,7 @@ export default defineComponent({
getKanvaso() {
this.onGetKanvaso()
.then((res) => {
debugLog('Get konvaso: ', res);
debugLog('Get kanvaso: ', res);
this.beforekanvasoLoading = false;
})
.catch((error) => {
......@@ -223,8 +223,6 @@ export default defineComponent({
})
.then((res) => {
debugLog('Create Project: ', res);
//TODO: сделать изменение стейта без перезапроса бекэнда
if (res.data?.redaktuKanvasojKanvaso?.kanvaso?.uuid) {
this.$router.push({
name: 'project',
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать