Skip to content

Commit

Permalink
fix(deps): Update non-major dependencies (#228)
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 4, 2023
1 parent ff13573 commit 0aa35ea
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 515 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/rules": "^17.7.0",
"@types/node": "^18.17.12",
"@types/node": "^18.17.14",
"eslint": "^8.48.0",
"husky": "^8.0.3",
"standard-version": "^9.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@cloudcommerce/api": "workspace:*",
"@cloudcommerce/emails": "workspace:*",
"@cloudcommerce/firebase": "workspace:*",
"@ecomplus/transactional-mails": "^2.0.0",
"@ecomplus/transactional-mails": "^2.0.2",
"firebase-admin": "^11.10.1",
"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.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"@cloudcommerce/test-base": "workspace:*",
"@cloudcommerce/types": "workspace:*",
"@firebase/app-types": "^0.9.0",
"json-schema-to-typescript": "^13.1.0"
"json-schema-to-typescript": "^13.1.1"
}
}
8 changes: 4 additions & 4 deletions packages/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"@headlessui/vue": "^1.7.16",
"@iconify-json/fa6-brands": "^1.1.13",
"@iconify-json/heroicons": "^1.1.12",
"@iconify-json/logos": "^1.1.34",
"@vite-pwa/astro": "^0.1.1",
"@iconify-json/logos": "^1.1.35",
"@vite-pwa/astro": "^0.1.2",
"@vueuse/core": "10.4.1",
"astro": "2.10.14",
"astro-capo": "^0.0.1",
"chroma-js": "^2.4.2",
"dotenv": "^16.3.1",
"firebase": "^10.3.0",
"firebase": "^10.3.1",
"image-size": "^1.0.2",
"mime": "^3.0.0",
"semver": "^7.5.4",
"sharp": "^0.32.5",
"tailwindcss": "^3.3.3",
"unocss": "^0.55.3",
"unocss": "^0.55.7",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.4",
"vue": "^3.3.4"
Expand Down
Loading

0 comments on commit 0aa35ea

Please sign in to comment.