Skip to content

Commit 5678593

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

File tree

5 files changed

+182
-558
lines changed

5 files changed

+182
-558
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"turbo": "^2.2.3",
5656
"typescript": "~5.6.3",
5757
"uglify-js": "^3.19.3",
58-
"vite": "^5.4.10",
58+
"vite": "^5.4.11",
5959
"vitest": "^2.1.4",
60-
"zx": "^8.2.0"
60+
"zx": "^8.2.1"
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.6.3",
42-
"zx": "^8.2.0"
42+
"zx": "^8.2.1"
4343
}
4444
}

packages/eslint/package.json

Lines changed: 4 additions & 4 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.12.2",
26-
"@typescript-eslint/parser": "^8.12.2",
25+
"@typescript-eslint/eslint-plugin": "^8.14.0",
26+
"@typescript-eslint/parser": "^8.14.0",
2727
"eslint": "^8.57.1",
2828
"eslint-config-airbnb-base": "^15.0.0",
29-
"eslint-plugin-astro": "^1.3.0",
29+
"eslint-plugin-astro": "^1.3.1",
3030
"eslint-plugin-import": "^2.31.0",
3131
"eslint-plugin-tailwindcss": "3.17.5",
32-
"eslint-plugin-vue": "^9.30.0",
32+
"eslint-plugin-vue": "^9.31.0",
3333
"tailwindcss": "^3.4.14"
3434
}
3535
}

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.2",
67-
"json-schema-to-typescript": "^15.0.2"
67+
"json-schema-to-typescript": "^15.0.3"
6868
}
6969
}

0 commit comments

Comments
 (0)