Skip to content

Commit cf1c92e

Browse files
fix(deps): Update non-major dependencies (#754)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6a5c73 commit cf1c92e

8 files changed

Lines changed: 212 additions & 818 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
},
4242
"devDependencies": {
4343
"@cloudcommerce/eslint": "workspace:*",
44-
"@commitlint/cli": "^20.5.0",
45-
"@commitlint/config-conventional": "^20.5.0",
46-
"@commitlint/rules": "^20.5.0",
44+
"@commitlint/cli": "^20.5.3",
45+
"@commitlint/config-conventional": "^20.5.3",
46+
"@commitlint/rules": "^20.5.3",
4747
"@types/node": "^20.19.39",
4848
"commit-and-tag-version": "^12.7.1",
4949
"dotenv": "^17.4.2",
@@ -52,7 +52,7 @@
5252
"lint-staged": "^16.4.0",
5353
"tailwindcss": "^3.4.19",
5454
"ts-node": "^10.9.2",
55-
"turbo": "^2.9.6",
55+
"turbo": "^2.9.7",
5656
"typescript": "~5.9.3",
5757
"uglify-js": "^3.19.3",
5858
"vite": "^5.4.21",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@fastify/deepmerge": "^3.2.1",
3838
"csv-parse": "^6.2.1",
3939
"dotenv": "^17.4.2",
40-
"fast-xml-parser": "^5.7.1",
40+
"fast-xml-parser": "^5.7.2",
4141
"image-size": "^2.0.2",
4242
"libsodium-wrappers": "0.7.15",
4343
"md5": "^2.3.0",

packages/emails/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@cloudcommerce/firebase": "workspace:*",
3131
"axios": "^1.15.2",
3232
"ejs": "^3.1.10",
33-
"nodemailer": "^8.0.6"
33+
"nodemailer": "^8.0.7"
3434
},
3535
"devDependencies": {
3636
"@cloudcommerce/types": "workspace:*",

packages/eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"build": "echo '@ecomplus/eslint'"
2323
},
2424
"dependencies": {
25-
"@typescript-eslint/eslint-plugin": "^8.59.0",
26-
"@typescript-eslint/parser": "^8.59.0",
25+
"@typescript-eslint/eslint-plugin": "^8.59.1",
26+
"@typescript-eslint/parser": "^8.59.1",
2727
"eslint": "^8.57.1",
2828
"eslint-config-airbnb-base": "^15.0.0",
2929
"eslint-plugin-astro": "^1.7.0",

packages/modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@cloudcommerce/app-yapay": "workspace:*",
6060
"@cloudcommerce/firebase": "workspace:*",
6161
"@ecomplus/utils": "1.5.0-rc.6",
62-
"ajv": "^8.18.0",
62+
"ajv": "^8.20.0",
6363
"ajv-formats": "^2.1.1",
6464
"axios": "^1.15.2",
6565
"firebase-admin": "^13.8.0",

packages/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@cloudcommerce/firebase": "workspace:*",
3838
"@cloudcommerce/i18n": "workspace:*",
3939
"@ecomplus/utils": "1.5.0-rc.6",
40-
"@vueuse/core": "14.2.1",
40+
"@vueuse/core": "14.3.0",
4141
"astro": "4.16.19",
4242
"astro-capo": "^0.0.1",
4343
"axios": "^1.15.2",

packages/storefront/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@iconify-json/heroicons": "^1.2.3",
5353
"@iconify-json/logos": "^1.2.11",
5454
"@types/gtag.js": "^0.0.20",
55-
"@vueuse/core": "14.2.1",
55+
"@vueuse/core": "14.3.0",
5656
"astro": "4.16.19",
5757
"astro-capo": "^0.0.1",
5858
"chroma-js": "^3.2.0",

0 commit comments

Comments
 (0)