Skip to content

Commit c3538d8

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

File tree

4 files changed

+145
-553
lines changed

4 files changed

+145
-553
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
"dotenv": "^16.4.7",
5050
"eslint": "^8.57.1",
5151
"husky": "^9.1.7",
52-
"lint-staged": "^15.2.11",
52+
"lint-staged": "^15.3.0",
5353
"tailwindcss": "^3.4.17",
5454
"ts-node": "^10.9.2",
5555
"turbo": "^2.3.3",
5656
"typescript": "~5.7.2",
5757
"uglify-js": "^3.19.3",
5858
"vite": "^5.4.11",
5959
"vitest": "^2.1.8",
60-
"zx": "^8.2.4"
60+
"zx": "^8.3.0"
6161
},
6262
"pnpm": {
6363
"peerDependencyRules": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"libsodium-wrappers": "^0.7.15",
4040
"md5": "^2.3.0",
4141
"typescript": "~5.7.2",
42-
"zx": "^8.2.4"
42+
"zx": "^8.3.0"
4343
}
4444
}

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.0",
6464
"semver": "^7.6.3",
6565
"sharp": "^0.32.6",
66-
"unocss": "^0.65.2",
66+
"unocss": "^0.65.3",
6767
"unplugin-auto-import": "^0.19.0",
6868
"vue": "^3.5.13",
6969
"wade": "0.3.3",

0 commit comments

Comments
 (0)