Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoTomeES committed Nov 4, 2023
1 parent 5965dcd commit b0bf874
Show file tree
Hide file tree
Showing 2 changed files with 670 additions and 508 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,33 @@
"lint": "eslint --fix \"**/*.{ts,tsx,js,cjs,mjs,jsx}\""
},
"dependencies": {
"console-table-printer": "2.11.1",
"console-table-printer": "2.11.2",
"md5": "2.3.0",
"postcss": "8.4.24",
"postcss": "8.4.31",
"postcss-load-config": "4.0.1",
"postcss-rename": "0.6.1",
"pretty-bytes": "6.1.0"
"pretty-bytes": "6.1.1"
},
"devDependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@ianvs/prettier-plugin-sort-imports": "4.0.2",
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@lightrix/config": "0.0.11",
"@lightrix/scripts": "1.0.4",
"@types/md5": "2.3.2",
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"@types/md5": "2.3.4",
"@types/node": "20.8.10",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"astro": "2.6.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-astro": "0.27.1",
"eslint-plugin-prettier": "4.2.1",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-astro": "0.29.1",
"eslint-plugin-prettier": "5.0.1",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"typescript": "5.1.3"
"lint-staged": "15.0.2",
"prettier": "3.0.3",
"typescript": "5.2.2"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit b0bf874

Please sign in to comment.