Skip to content

Commit e0d8dd4

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

File tree

5 files changed

+206
-618
lines changed

5 files changed

+206
-618
lines changed

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.19.0",
26-
"@typescript-eslint/parser": "^8.19.0",
25+
"@typescript-eslint/eslint-plugin": "^8.20.0",
26+
"@typescript-eslint/parser": "^8.20.0",
2727
"eslint": "^8.57.1",
2828
"eslint-config-airbnb-base": "^15.0.0",
2929
"eslint-plugin-astro": "^1.3.1",

packages/modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"@cloudcommerce/test-base": "workspace:*",
6565
"@cloudcommerce/types": "workspace:*",
6666
"@firebase/app-types": "^0.9.3",
67-
"json-schema-to-typescript": "^15.0.3"
67+
"json-schema-to-typescript": "^15.0.4"
6868
}
6969
}

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": "12.3.0",
40+
"@vueuse/core": "12.4.0",
4141
"astro": "4.16.18",
4242
"astro-capo": "^0.0.1",
4343
"axios": "^1.7.9",

packages/storefront/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@iconify-json/heroicons": "^1.2.2",
5353
"@iconify-json/logos": "^1.2.4",
5454
"@types/gtag.js": "^0.0.20",
55-
"@vueuse/core": "12.3.0",
55+
"@vueuse/core": "12.4.0",
5656
"astro": "4.16.18",
5757
"astro-capo": "^0.0.1",
5858
"chroma-js": "^3.1.2",
@@ -63,7 +63,7 @@
6363
"mrmime": "^2.0.0",
6464
"semver": "^7.6.3",
6565
"sharp": "^0.32.6",
66-
"unocss": "^0.65.3",
66+
"unocss": "^0.65.4",
6767
"unplugin-auto-import": "^0.19.0",
6868
"vue": "^3.5.13",
6969
"wade": "0.3.3",

0 commit comments

Comments
 (0)