Skip to content

Commit

Permalink
fix(deps): Update non-major dependencies (#520)
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 Jan 20, 2025
1 parent 9bc3480 commit d397f2d
Show file tree
Hide file tree
Showing 6 changed files with 482 additions and 696 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/rules": "^19.6.0",
"@types/node": "^18.19.70",
"@types/node": "^18.19.71",
"commit-and-tag-version": "^12.5.0",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"lint-staged": "^15.4.1",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"turbo": "^2.3.3",
"typescript": "~5.7.3",
"uglify-js": "^3.19.3",
"vite": "^5.4.11",
"vite": "^5.4.12",
"vitest": "^2.1.8",
"zx": "^8.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/braspag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"axios": "^1.7.9",
"firebase-admin": "^13.0.2",
"firebase-functions": "^6.2.0",
"qs": "^6.13.1"
"qs": "^6.14.0"
},
"devDependencies": {
"@cloudcommerce/types": "workspace:*",
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 @@ -36,7 +36,7 @@
"firebase-admin": "^13.0.2",
"firebase-functions": "^6.2.0",
"pagarme": "4.35.2",
"qs": "^6.13.1"
"qs": "^6.14.0"
},
"devDependencies": {
"@cloudcommerce/types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-tailwindcss": "3.17.5",
"eslint-plugin-tailwindcss": "3.18.0",
"eslint-plugin-vue": "^9.32.0",
"tailwindcss": "^3.4.17"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"astro-capo": "^0.0.1",
"chroma-js": "^3.1.2",
"dotenv": "^16.4.7",
"firebase": "^11.1.0",
"firebase": "^11.2.0",
"image-size": "^1.2.0",
"mitt": "^3.0.1",
"mrmime": "^2.0.0",
Expand Down
Loading

0 comments on commit d397f2d

Please sign in to comment.