Skip to content

Commit 3c4cdf7

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

File tree

5 files changed

+292
-1083
lines changed

5 files changed

+292
-1083
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
},
4242
"devDependencies": {
4343
"@cloudcommerce/eslint": "workspace:*",
44-
"@commitlint/cli": "^20.3.0",
45-
"@commitlint/config-conventional": "^20.3.0",
46-
"@commitlint/rules": "^20.3.0",
44+
"@commitlint/cli": "^20.3.1",
45+
"@commitlint/config-conventional": "^20.3.1",
46+
"@commitlint/rules": "^20.3.1",
4747
"@types/node": "^20.19.27",
4848
"commit-and-tag-version": "^12.6.1",
4949
"dotenv": "^17.2.3",
@@ -52,7 +52,7 @@
5252
"lint-staged": "^16.2.7",
5353
"tailwindcss": "^3.4.19",
5454
"ts-node": "^10.9.2",
55-
"turbo": "^2.7.2",
55+
"turbo": "^2.7.3",
5656
"typescript": "~5.9.3",
5757
"uglify-js": "^3.19.3",
5858
"vite": "^5.4.21",

packages/apps/correios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@cloudcommerce/api": "workspace:*",
3434
"@cloudcommerce/firebase": "workspace:*",
35-
"@google-cloud/pubsub": "^5.2.0",
35+
"@google-cloud/pubsub": "^5.2.1",
3636
"axios": "^1.13.2",
3737
"firebase-admin": "^13.6.0",
3838
"firebase-functions": "^6.6.0"

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

packages/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@cloudcommerce/api": "workspace:*",
4040
"@cloudcommerce/config": "workspace:*",
41-
"@google-cloud/pubsub": "^5.2.0",
41+
"@google-cloud/pubsub": "^5.2.1",
4242
"dotenv": "^17.2.3",
4343
"firebase-admin": "^13.6.0",
4444
"firebase-functions": "^6.6.0",

0 commit comments

Comments
 (0)