Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 4a300c3

Browse files
authored
Merge pull request #312 from Dino-Kupinic/develop
v0.17.2
2 parents 4f44fbb + 1080e8e commit 4a300c3

File tree

5 files changed

+139
-136
lines changed

5 files changed

+139
-136
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
directory: "/"
55
target-branch: "develop"
66
schedule:
7-
interval: "weekly"
7+
interval: "monthly"
88
assignees:
99
- "Dino-Kupinic"
1010
- package-ecosystem: "npm"
@@ -13,20 +13,20 @@ updates:
1313
ignore:
1414
- dependency-name: "vue-tsc"
1515
schedule:
16-
interval: "weekly"
16+
interval: "monthly"
1717
assignees:
1818
- "Dino-Kupinic"
1919
- package-ecosystem: "npm"
2020
directory: "/docs"
2121
target-branch: "develop"
2222
schedule:
23-
interval: "weekly"
23+
interval: "monthly"
2424
assignees:
2525
- "Dino-Kupinic"
2626
- package-ecosystem: "composer"
2727
directory: "/backend"
2828
target-branch: "develop"
2929
schedule:
30-
interval: "weekly"
30+
interval: "monthly"
3131
assignees:
3232
- "Dino-Kupinic"

backend/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"symfony/dotenv": "7.1.*",
2626
"symfony/expression-language": "7.1.*",
2727
"symfony/flex": "^2",
28-
"symfony/form": "7.0.*",
28+
"symfony/form": "7.1.*",
2929
"symfony/framework-bundle": "7.0.*",
30-
"symfony/http-client": "7.0.*",
30+
"symfony/http-client": "7.1.*",
3131
"symfony/intl": "7.0.*",
3232
"symfony/ldap": "7.1.*",
3333
"symfony/mailer": "7.1.*",
3434
"symfony/mime": "7.1.*",
3535
"symfony/monolog-bundle": "^3.0",
3636
"symfony/notifier": "7.0.*",
37-
"symfony/process": "7.0.*",
37+
"symfony/process": "7.1.*",
3838
"symfony/property-access": "7.1.*",
3939
"symfony/property-info": "7.1.*",
40-
"symfony/runtime": "7.0.*",
40+
"symfony/runtime": "7.1.*",
4141
"symfony/security-bundle": "7.0.*",
4242
"symfony/serializer": "7.1.*",
4343
"symfony/stimulus-bundle": "^2.16",

backend/composer.lock

Lines changed: 24 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-app",
33
"private": true,
44
"type": "module",
5-
"version": "0.17.1",
5+
"version": "0.17.2",
66
"scripts": {
77
"build": "nuxt build",
88
"dev": "nuxt dev",
@@ -31,12 +31,12 @@
3131
"@nuxt/eslint": "0.3.13",
3232
"@nuxt/test-utils": "^3.13.1",
3333
"@nuxt/ui": "^2.16.0",
34-
"@nuxtjs/color-mode": "^3.4.1",
34+
"@nuxtjs/color-mode": "^3.4.2",
3535
"@nuxtjs/i18n": "^8.3.1",
36-
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
36+
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
3737
"@pinia/nuxt": "^0.5.1",
38-
"@playwright/test": "^1.44.1",
39-
"@types/node": "^20.14.2",
38+
"@playwright/test": "^1.45.0",
39+
"@types/node": "^20.14.9",
4040
"@vite-pwa/nuxt": "^0.8.0",
4141
"autoprefixer": "^10.4.19",
4242
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)