Skip to content

Commit 293386e

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

File tree

7 files changed

+765
-661
lines changed

7 files changed

+765
-661
lines changed

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
"@commitlint/cli": "^18.6.0",
4040
"@commitlint/config-conventional": "^18.6.0",
4141
"@commitlint/rules": "^18.6.0",
42-
"@types/node": "^18.19.10",
42+
"@types/node": "^18.19.14",
4343
"dotenv": "^16.4.1",
4444
"eslint": "^8.56.0",
45-
"husky": "^9.0.7",
46-
"lint-staged": "^15.2.0",
45+
"husky": "^9.0.10",
46+
"lint-staged": "^15.2.2",
4747
"standard-version": "^9.5.0",
4848
"ts-node": "^10.9.2",
49-
"turbo": "^1.11.3",
49+
"turbo": "^1.12.2",
5050
"typescript": "~5.2.2",
5151
"uglify-js": "^3.17.4",
5252
"vite": "^5.0.11",

Diff for: packages/apps/correios/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@cloudcommerce/api": "workspace:*",
2828
"@cloudcommerce/firebase": "workspace:*",
29-
"@google-cloud/pubsub": "^4.1.1",
29+
"@google-cloud/pubsub": "^4.2.0",
3030
"axios": "^1.6.7",
3131
"firebase-admin": "^12.0.0",
3232
"firebase-functions": "^4.6.0"

Diff for: packages/eslint/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"build": "echo '@ecomplus/eslint'"
2020
},
2121
"dependencies": {
22-
"@typescript-eslint/eslint-plugin": "^6.19.1",
23-
"@typescript-eslint/parser": "^6.19.1",
22+
"@typescript-eslint/eslint-plugin": "^6.20.0",
23+
"@typescript-eslint/parser": "^6.20.0",
2424
"eslint": "^8.56.0",
2525
"eslint-config-airbnb-base": "^15.0.0",
26-
"eslint-plugin-astro": "^0.31.3",
26+
"eslint-plugin-astro": "^0.31.4",
2727
"eslint-plugin-import": "^2.29.1",
2828
"eslint-plugin-tailwindcss": "3.14.1",
29-
"eslint-plugin-vue": "^9.20.1"
29+
"eslint-plugin-vue": "^9.21.1"
3030
}
3131
}

Diff for: packages/firebase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@cloudcommerce/api": "workspace:*",
3434
"@cloudcommerce/config": "workspace:*",
35-
"@google-cloud/pubsub": "^4.1.1",
35+
"@google-cloud/pubsub": "^4.2.0",
3636
"dotenv": "^16.4.1",
3737
"firebase-admin": "^12.0.0",
3838
"firebase-functions": "^4.6.0",

Diff for: packages/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@cloudcommerce/types": "workspace:*",
46-
"@cloudflare/workers-types": "^4.20240117.0",
46+
"@cloudflare/workers-types": "^4.20240129.0",
4747
"@firebase/app-types": "^0.9.0",
4848
"typescript": "~5.2.2"
4949
}

Diff for: packages/storefront/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
"astro-capo": "^0.0.1",
4848
"chroma-js": "^2.4.2",
4949
"dotenv": "^16.4.1",
50-
"firebase": "^10.7.2",
50+
"firebase": "^10.8.0",
5151
"image-size": "^1.1.1",
5252
"mime": "^3.0.0",
5353
"mitt": "^3.0.1",
5454
"semver": "^7.5.4",
5555
"sharp": "^0.32.6",
5656
"tailwindcss": "^3.4.1",
57-
"unocss": "^0.58.4",
57+
"unocss": "^0.58.5",
5858
"unplugin-auto-import": "^0.17.5",
5959
"vite": "^5.0.11",
6060
"vite-plugin-pwa": "^0.17.5",

0 commit comments

Comments
 (0)