Skip to content

Commit

Permalink
fix(deps): Update non-major dependencies (#256)
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 23, 2023
1 parent 2244d3e commit 6ad8135
Show file tree
Hide file tree
Showing 7 changed files with 577 additions and 686 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
},
"devDependencies": {
"@cloudcommerce/eslint": "workspace:*",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@commitlint/rules": "^17.7.0",
"@types/node": "^18.18.5",
"eslint": "^8.51.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/rules": "^17.8.1",
"@types/node": "^18.18.6",
"eslint": "^8.52.0",
"husky": "^8.0.3",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"turbo": "^1.10.15",
"turbo": "^1.10.16",
"typescript": "~5.0.4",
"uglify-js": "^3.17.4",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"zx": "^7.2.3"
},
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 @@ -28,6 +28,6 @@
"devDependencies": {
"@cloudcommerce/types": "workspace:*",
"@firebase/app-types": "^0.9.0",
"@types/facebook-nodejs-business-sdk": "^15.0.2"
"@types/facebook-nodejs-business-sdk": "^15.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@cloudcommerce/firebase": "workspace:*",
"axios": "^1.5.1",
"ejs": "^3.1.9",
"nodemailer": "^6.9.6"
"nodemailer": "^6.9.7"
},
"devDependencies": {
"@cloudcommerce/types": "workspace:*",
"@types/ejs": "^3.1.3",
"@types/nodemailer": "^6.4.11"
"@types/ejs": "^3.1.4",
"@types/nodemailer": "^6.4.13"
}
}
8 changes: 4 additions & 4 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"build": "echo '@ecomplus/eslint'"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-tailwindcss": "3.13.0",
"eslint-plugin-vue": "^9.17.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 @@ -35,11 +35,11 @@
"astro-capo": "^0.0.1",
"firebase-admin": "^11.11.0",
"firebase-functions": "^4.4.1",
"vue": "^3.3.4"
"vue": "^3.3.6"
},
"devDependencies": {
"@cloudcommerce/types": "workspace:*",
"@cloudflare/workers-types": "^4.20231010.0",
"@cloudflare/workers-types": "^4.20231016.0",
"@firebase/app-types": "^0.9.0"
}
}
8 changes: 4 additions & 4 deletions packages/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@fastify/deepmerge": "^1.3.0",
"@headlessui/vue": "^1.7.16",
"@iconify-json/fa6-brands": "^1.1.13",
"@iconify-json/heroicons": "^1.1.12",
"@iconify-json/heroicons": "^1.1.13",
"@iconify-json/logos": "^1.1.37",
"@vite-pwa/astro": "^0.1.3",
"@vueuse/core": "10.5.0",
Expand All @@ -55,13 +55,13 @@
"tailwindcss": "^3.3.3",
"unocss": "^0.56.5",
"unplugin-auto-import": "^0.16.6",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.5",
"vue": "^3.3.4"
"vue": "^3.3.6"
},
"devDependencies": {
"@cloudcommerce/eslint": "workspace:*",
"@cloudcommerce/types": "workspace:*",
"@vue/runtime-core": "^3.3.4"
"@vue/runtime-core": "^3.3.6"
}
}
Loading

0 comments on commit 6ad8135

Please sign in to comment.