Skip to content

Commit 636bdbb

Browse files
fix(deps): Update non-major dependencies (#635)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f45131 commit 636bdbb

File tree

4 files changed

+278
-1113
lines changed

4 files changed

+278
-1113
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
"@commitlint/cli": "^20.1.0",
4545
"@commitlint/config-conventional": "^20.0.0",
4646
"@commitlint/rules": "^20.0.0",
47-
"@types/node": "^20.19.20",
47+
"@types/node": "^20.19.22",
4848
"commit-and-tag-version": "^12.6.0",
4949
"dotenv": "^17.2.3",
5050
"eslint": "^8.57.1",
5151
"husky": "^9.1.7",
52-
"lint-staged": "^16.2.3",
52+
"lint-staged": "^16.2.4",
5353
"tailwindcss": "^3.4.18",
5454
"ts-node": "^10.9.2",
5555
"turbo": "^2.5.8",

packages/eslint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"build": "echo '@ecomplus/eslint'"
2323
},
2424
"dependencies": {
25-
"@typescript-eslint/eslint-plugin": "^8.46.0",
26-
"@typescript-eslint/parser": "^8.46.0",
25+
"@typescript-eslint/eslint-plugin": "^8.46.1",
26+
"@typescript-eslint/parser": "^8.46.1",
2727
"eslint": "^8.57.1",
2828
"eslint-config-airbnb-base": "^15.0.0",
2929
"eslint-plugin-astro": "^1.3.1",
3030
"eslint-plugin-import": "^2.32.0",
3131
"eslint-plugin-tailwindcss": "3.18.2",
32-
"eslint-plugin-vue": "^10.5.0",
32+
"eslint-plugin-vue": "^10.5.1",
3333
"tailwindcss": "^3.4.18",
3434
"vue-eslint-parser": "^10.2.0"
3535
}

packages/storefront/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"mrmime": "^2.0.1",
6464
"semver": "^7.7.3",
6565
"sharp": "^0.33.3",
66-
"unocss": "^66.5.3",
66+
"unocss": "^66.5.4",
6767
"unplugin-auto-import": "^19.3.0",
6868
"vue": "^3.5.22",
6969
"wade": "0.3.3",

0 commit comments

Comments
 (0)