Skip to content

Commit

Permalink
fix(deps): Update non-major dependencies (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[skip ci]
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 68a8b6e commit 9a29d76
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 526 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"devDependencies": {
"@cloudcommerce/eslint": "workspace:*",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@commitlint/rules": "^17.7.0",
"@types/node": "^18.18.4",
"@types/node": "^18.18.5",
"eslint": "^8.51.0",
"husky": "^8.0.3",
"standard-version": "^9.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/fb-conversions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@cloudcommerce/api": "workspace:*",
"@cloudcommerce/firebase": "workspace:*",
"facebook-nodejs-business-sdk": "^18.0.1",
"facebook-nodejs-business-sdk": "^18.0.2",
"firebase-admin": "^11.11.0",
"firebase-functions": "^4.4.1"
},
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.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
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.20231002.0",
"@cloudflare/workers-types": "^4.20231010.0",
"@firebase/app-types": "^0.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"astro-capo": "^0.0.1",
"chroma-js": "^2.4.2",
"dotenv": "^16.3.1",
"firebase": "^10.4.0",
"firebase": "^10.5.0",
"image-size": "^1.0.2",
"mime": "^3.0.0",
"semver": "^7.5.4",
Expand Down
Loading

0 comments on commit 9a29d76

Please sign in to comment.