Skip to content

Commit

Permalink
fix(deps): Update non-major dependencies (#238)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent c4a3fb7 commit e869660
Show file tree
Hide file tree
Showing 8 changed files with 279 additions and 391 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/rules": "^17.7.0",
"@types/node": "^18.17.15",
"@types/node": "^18.17.17",
"eslint": "^8.49.0",
"husky": "^8.0.3",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"turbo": "^1.10.13",
"turbo": "^1.10.14",
"typescript": "~5.0.4",
"uglify-js": "^3.17.4",
"vite": "^4.4.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/pagarme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"axios": "^1.5.0",
"firebase-admin": "^11.10.1",
"firebase-functions": "^4.4.1",
"pagarme": "^4.32.0",
"pagarme": "^4.33.1",
"qs": "^6.11.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@cloudcommerce/api": "workspace:*",
"libsodium-wrappers": "^0.7.11",
"libsodium-wrappers": "^0.7.13",
"md5": "^2.3.0",
"zx": "^7.2.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"build": "echo '@ecomplus/eslint'"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@cloudcommerce/api": "workspace:*",
"@cloudcommerce/config": "workspace:*",
"@google-cloud/pubsub": "^4.0.5",
"@google-cloud/pubsub": "^4.0.6",
"firebase-admin": "^11.10.1",
"firebase-functions": "^4.4.1",
"source-map-support": "^0.5.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@cloudcommerce/types": "workspace:*",
"@cloudflare/workers-types": "^4.20230904.0",
"@cloudflare/workers-types": "^4.20230914.0",
"@firebase/app-types": "^0.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"@headlessui/vue": "^1.7.16",
"@iconify-json/fa6-brands": "^1.1.13",
"@iconify-json/heroicons": "^1.1.12",
"@iconify-json/logos": "^1.1.36",
"@iconify-json/logos": "^1.1.37",
"@vite-pwa/astro": "^0.1.3",
"@vueuse/core": "10.4.1",
"astro": "2.10.15",
"astro-capo": "^0.0.1",
"chroma-js": "^2.4.2",
"dotenv": "^16.3.1",
"firebase": "^10.3.1",
"firebase": "^10.4.0",
"image-size": "^1.0.2",
"mime": "^3.0.0",
"semver": "^7.5.4",
Expand Down
Loading

0 comments on commit e869660

Please sign in to comment.