Skip to content

Commit 59faa91

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

File tree

5 files changed

+383
-1199
lines changed

5 files changed

+383
-1199
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@
4141
},
4242
"devDependencies": {
4343
"@cloudcommerce/eslint": "workspace:*",
44-
"@commitlint/cli": "^20.1.0",
45-
"@commitlint/config-conventional": "^20.0.0",
46-
"@commitlint/rules": "^20.0.0",
44+
"@commitlint/cli": "^20.2.0",
45+
"@commitlint/config-conventional": "^20.2.0",
46+
"@commitlint/rules": "^20.2.0",
4747
"@types/node": "^20.19.25",
48-
"commit-and-tag-version": "^12.6.0",
48+
"commit-and-tag-version": "^12.6.1",
4949
"dotenv": "^17.2.3",
5050
"eslint": "^8.57.1",
5151
"husky": "^9.1.7",
5252
"lint-staged": "^16.2.7",
5353
"tailwindcss": "^3.4.18",
5454
"ts-node": "^10.9.2",
55-
"turbo": "^2.6.1",
55+
"turbo": "^2.6.3",
5656
"typescript": "~5.9.3",
5757
"uglify-js": "^3.19.3",
5858
"vite": "^5.4.21",

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.48.0",
26-
"@typescript-eslint/parser": "^8.48.0",
25+
"@typescript-eslint/eslint-plugin": "^8.48.1",
26+
"@typescript-eslint/parser": "^8.48.1",
2727
"eslint": "^8.57.1",
2828
"eslint-config-airbnb-base": "^15.0.0",
2929
"eslint-plugin-astro": "^1.5.0",

packages/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"mitt": "^3.0.1",
4848
"mrmime": "^2.0.1",
4949
"vue": "^3.5.25",
50-
"yaml": "^2.8.1"
50+
"yaml": "^2.8.2"
5151
},
5252
"devDependencies": {
5353
"@cloudcommerce/types": "workspace:*",

packages/storefront/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
"mrmime": "^2.0.1",
6464
"semver": "^7.7.3",
6565
"sharp": "^0.33.3",
66-
"unocss": "^66.5.9",
66+
"unocss": "^66.5.10",
6767
"unplugin-auto-import": "^19.3.0",
6868
"vue": "^3.5.25",
6969
"wade": "0.3.3",
70-
"yaml": "^2.8.1"
70+
"yaml": "^2.8.2"
7171
},
7272
"devDependencies": {
7373
"@cloudcommerce/eslint": "workspace:*",

0 commit comments

Comments
 (0)