Skip to content

Commit

Permalink
chore(deps): update non-major dependencies (#252)
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 Oct 9, 2023
1 parent 6c43195 commit e5128f6
Show file tree
Hide file tree
Showing 6 changed files with 447 additions and 621 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/rules": "^17.7.0",
"@types/node": "^18.18.1",
"eslint": "^8.50.0",
"@types/node": "^18.18.4",
"eslint": "^8.51.0",
"husky": "^8.0.3",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"turbo": "^1.10.14",
"turbo": "^1.10.15",
"typescript": "~5.0.4",
"uglify-js": "^3.17.4",
"vite": "^4.4.9",
"vite": "^4.4.11",
"vitest": "^0.34.6",
"zx": "^7.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@cloudcommerce/firebase": "workspace:*",
"axios": "^1.5.1",
"ejs": "^3.1.9",
"nodemailer": "^6.9.5"
"nodemailer": "^6.9.6"
},
"devDependencies": {
"@cloudcommerce/types": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"build": "echo '@ecomplus/eslint'"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-tailwindcss": "3.13.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@cloudcommerce/i18n": "workspace:*",
"@ecomplus/utils": "1.5.0-rc.5",
"@headlessui/vue": "^1.7.16",
"@vueuse/core": "10.4.1",
"@vueuse/core": "10.5.0",
"astro": "2.10.15",
"astro-capo": "^0.0.1",
"firebase-admin": "^11.11.0",
Expand All @@ -39,7 +39,7 @@
},
"devDependencies": {
"@cloudcommerce/types": "workspace:*",
"@cloudflare/workers-types": "^4.20230922.0",
"@cloudflare/workers-types": "^4.20231002.0",
"@firebase/app-types": "^0.9.0"
}
}
6 changes: 3 additions & 3 deletions packages/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@iconify-json/heroicons": "^1.1.12",
"@iconify-json/logos": "^1.1.37",
"@vite-pwa/astro": "^0.1.3",
"@vueuse/core": "10.4.1",
"@vueuse/core": "10.5.0",
"astro": "2.10.15",
"astro-capo": "^0.0.1",
"chroma-js": "^2.4.2",
Expand All @@ -53,9 +53,9 @@
"semver": "^7.5.4",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.3",
"unocss": "^0.56.4",
"unocss": "^0.56.5",
"unplugin-auto-import": "^0.16.6",
"vite": "^4.4.9",
"vite": "^4.4.11",
"vite-plugin-pwa": "^0.16.5",
"vue": "^3.3.4"
},
Expand Down
Loading

0 comments on commit e5128f6

Please sign in to comment.