Skip to content

Commit 88f7c61

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

File tree

5 files changed

+202
-1123
lines changed

5 files changed

+202
-1123
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
"dotenv": "^17.2.2",
5050
"eslint": "^8.57.1",
5151
"husky": "^9.1.7",
52-
"lint-staged": "^16.1.6",
52+
"lint-staged": "^16.2.1",
5353
"tailwindcss": "^3.4.17",
5454
"ts-node": "^10.9.2",
55-
"turbo": "^2.5.6",
55+
"turbo": "^2.5.8",
5656
"typescript": "~5.9.2",
5757
"uglify-js": "^3.19.3",
5858
"vite": "^5.4.20",
5959
"vitest": "^2.1.9",
60-
"zx": "^8.8.2"
60+
"zx": "^8.8.3"
6161
},
6262
"pnpm": {
6363
"peerDependencyRules": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"libsodium-wrappers": "^0.7.15",
4343
"md5": "^2.3.0",
4444
"typescript": "~5.9.2",
45-
"zx": "^8.8.2"
45+
"zx": "^8.8.3"
4646
}
4747
}

packages/eslint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"build": "echo '@ecomplus/eslint'"
2323
},
2424
"dependencies": {
25-
"@typescript-eslint/eslint-plugin": "^8.44.0",
26-
"@typescript-eslint/parser": "^8.44.0",
25+
"@typescript-eslint/eslint-plugin": "^8.44.1",
26+
"@typescript-eslint/parser": "^8.44.1",
2727
"eslint": "^8.57.1",
2828
"eslint-config-airbnb-base": "^15.0.0",
2929
"eslint-plugin-astro": "^1.3.1",
3030
"eslint-plugin-import": "^2.32.0",
3131
"eslint-plugin-tailwindcss": "3.18.2",
32-
"eslint-plugin-vue": "^10.4.0",
32+
"eslint-plugin-vue": "^10.5.0",
3333
"tailwindcss": "^3.4.17",
3434
"vue-eslint-parser": "^10.2.0"
3535
}

packages/storefront/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"mrmime": "^2.0.1",
6464
"semver": "^7.7.2",
6565
"sharp": "^0.33.3",
66-
"unocss": "^66.5.1",
66+
"unocss": "^66.5.2",
6767
"unplugin-auto-import": "^19.3.0",
6868
"vue": "^3.5.21",
6969
"wade": "0.3.3",

0 commit comments

Comments
 (0)