Skip to content

Commit

Permalink
$ yarn upgrade-interactive && rm yarn.lock && yarn @ fe
Browse files Browse the repository at this point in the history
$ composer update @ be
  • Loading branch information
n0099 committed Aug 27, 2024
1 parent 4d82a0a commit 915350f
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 279 deletions.
4 changes: 2 additions & 2 deletions be/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"barryvdh/laravel-debugbar": "^3.13.5",
"barryvdh/laravel-ide-helper": "^3.1.0",
"jetbrains/phpstorm-attributes": "^1.1",
"friendsofphp/php-cs-fixer": "^3.62.0",
"friendsofphp/php-cs-fixer": "^3.63.1",
"squizlabs/php_codesniffer": "^3.10.2",
"phpmd/phpmd": "^2.15.0",
"larastan/larastan": "^2.9.8",
"phpstan/extension-installer": "^1.4.1",
"phpstan/extension-installer": "^1.4.2",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"vimeo/psalm": "^5.25.0",
Expand Down
51 changes: 28 additions & 23 deletions be/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@nuxtjs/seo": "^2.0.0-rc.19",
"@pinia/nuxt": "^0.5.4",
"@popperjs/core": "^2.11.8",
"@tanstack/vue-query": "^5.52.0",
"@vesp/nuxt-fontawesome": "^1.0.4",
"@tanstack/vue-query": "^5.52.2",
"@vesp/nuxt-fontawesome": "^1.1.0",
"@vueuse/nuxt": "^11.0.3",
"ant-design-vue": "^4.2.3",
"bootstrap": "^5.3.3",
Expand All @@ -42,22 +42,22 @@
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@nuxt/eslint": "^0.5.2",
"@nuxt/eslint": "^0.5.3",
"@tanstack/eslint-plugin-query": "^5.52.0",
"@tanstack/vue-query-devtools": "^5.52.0",
"@tanstack/vue-query-devtools": "^5.52.2",
"@types/bootstrap": "^5.2.10",
"@types/eslint": "^9.6.0",
"@types/eslint": "^9.6.1",
"@types/grecaptcha": "^3.0.9",
"@types/lodash": "^4.17.7",
"@types/luxon": "^3.4.2",
"@types/node": "^22.5.0",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vue/eslint-config-typescript": "^13.0.0",
"checkcss": "^2.0.9",
"eslint": "^9.9.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-pinia": "^0.4.1",
"eslint-plugin-vue": "^9.27.0",
"schema-dts": "^1.1.2",
Expand Down
Loading

0 comments on commit 915350f

Please sign in to comment.