Skip to content

Commit

Permalink
fix(deps): update non-major dependencies (#342)
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] committed Mar 4, 2024
1 parent 0db4b00 commit be0f962
Show file tree
Hide file tree
Showing 6 changed files with 298 additions and 444 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ runs:
run: npm i --location=global firebase-tools@13.4.0

- if: github.event_name == 'push'
uses: dorny/paths-filter@v3.0.1
uses: dorny/paths-filter@v3.0.2
id: changes
with:
filters: |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@commitlint/rules": "^19.0.3",
"@types/node": "^18.19.18",
"@types/node": "^18.19.21",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"husky": "^9.0.11",
Expand All @@ -49,7 +49,7 @@
"turbo": "^1.12.4",
"typescript": "~5.2.2",
"uglify-js": "^3.17.4",
"vite": "^5.1.4",
"vite": "^5.1.5",
"vitest": "^1.3.1",
"zx": "^7.2.3"
},
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": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-astro": "^0.31.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@cloudcommerce/firebase": "workspace:*",
"@cloudcommerce/i18n": "workspace:*",
"@ecomplus/utils": "1.5.0-rc.6",
"@vueuse/core": "10.8.0",
"@vueuse/core": "10.9.0",
"astro": "4.4.9",
"astro-capo": "^0.0.1",
"axios": "^1.6.7",
Expand Down
10 changes: 5 additions & 5 deletions packages/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"@iconify-json/logos": "^1.1.42",
"@types/gtag.js": "^0.0.19",
"@vite-pwa/astro": "^0.3.0",
"@vueuse/core": "10.8.0",
"@vueuse/core": "10.9.0",
"@webcontainer/api": "^1.1.9",
"astro": "4.4.9",
"astro-capo": "^0.0.1",
"chroma-js": "^2.4.2",
"dotenv": "^16.4.5",
"firebase": "^10.8.0",
"firebase": "^10.8.1",
"image-size": "^1.1.1",
"mime": "^3.0.0",
"mitt": "^3.0.1",
Expand All @@ -57,15 +57,15 @@
"tailwindcss": "^3.4.1",
"unocss": "^0.58.5",
"unplugin-auto-import": "^0.17.5",
"vite": "^5.1.4",
"vite-plugin-pwa": "^0.19.0",
"vite": "^5.1.5",
"vite-plugin-pwa": "^0.19.2",
"vue": "^3.4.21",
"wade": "0.3.3",
"yaml": "^2.4.0"
},
"devDependencies": {
"@cloudcommerce/eslint": "workspace:*",
"@cloudcommerce/types": "workspace:*",
"@types/react": "^18.2.58"
"@types/react": "^18.2.62"
}
}

0 comments on commit be0f962

Please sign in to comment.