Skip to content

Commit fb85de6

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

File tree

4 files changed

+140
-134
lines changed

4 files changed

+140
-134
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
"@commitlint/cli": "^20.2.0",
4545
"@commitlint/config-conventional": "^20.2.0",
4646
"@commitlint/rules": "^20.2.0",
47-
"@types/node": "^20.19.25",
47+
"@types/node": "^20.19.26",
4848
"commit-and-tag-version": "^12.6.1",
4949
"dotenv": "^17.2.3",
5050
"eslint": "^8.57.1",
5151
"husky": "^9.1.7",
5252
"lint-staged": "^16.2.7",
53-
"tailwindcss": "^3.4.18",
53+
"tailwindcss": "^3.4.19",
5454
"ts-node": "^10.9.2",
5555
"turbo": "^2.6.3",
5656
"typescript": "~5.9.3",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@fastify/deepmerge": "^3.1.0",
3838
"csv-parse": "^5.6.0",
3939
"dotenv": "^17.2.3",
40-
"fast-xml-parser": "^5.3.2",
40+
"fast-xml-parser": "^5.3.3",
4141
"image-size": "^2.0.2",
4242
"libsodium-wrappers": "^0.7.15",
4343
"md5": "^2.3.0",

packages/eslint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"build": "echo '@ecomplus/eslint'"
2323
},
2424
"dependencies": {
25-
"@typescript-eslint/eslint-plugin": "^8.48.1",
26-
"@typescript-eslint/parser": "^8.48.1",
25+
"@typescript-eslint/eslint-plugin": "^8.49.0",
26+
"@typescript-eslint/parser": "^8.49.0",
2727
"eslint": "^8.57.1",
2828
"eslint-config-airbnb-base": "^15.0.0",
2929
"eslint-plugin-astro": "^1.5.0",
3030
"eslint-plugin-import": "^2.32.0",
3131
"eslint-plugin-tailwindcss": "3.18.2",
3232
"eslint-plugin-vue": "^10.6.2",
33-
"tailwindcss": "^3.4.18",
33+
"tailwindcss": "^3.4.19",
3434
"vue-eslint-parser": "^10.2.0"
3535
}
3636
}

0 commit comments

Comments
 (0)