Skip to content

Commit

Permalink
chore: updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoTomeES committed Mar 22, 2024
1 parent 53a965b commit 9d3efd5
Show file tree
Hide file tree
Showing 4 changed files with 1,849 additions and 1,954 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

yarn commitlint --edit $1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.9.0
v20.11.1
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,41 +32,41 @@
],
"scripts": {
"build": "yarn lint && yarn tsc && lightrix build 'src/**/*.ts'",
"prepare": "husky install",
"prepare": "husky",
"tsc": "tsc --project ./",
"lint": "eslint --fix \"**/*.{ts,tsx,js,cjs,mjs,jsx}\"",
"test": "vitest",
"test:ci": "vitest run"
},
"dependencies": {
"console-table-printer": "2.11.2",
"console-table-printer": "2.12.0",
"md5": "2.3.0",
"postcss": "8.4.31",
"postcss-load-config": "4.0.1",
"postcss": "8.4.38",
"postcss-load-config": "5.0.3",
"postcss-rename": "0.6.1",
"postcss-variable-compress": "3.0.0",
"pretty-bytes": "6.1.1"
},
"devDependencies": {
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@lightrix/scripts": "1.0.7",
"@types/md5": "2.3.4",
"@types/node": "20.8.10",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"astro": "3.4.3",
"@types/md5": "2.3.5",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"astro": "4.5.8",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.53.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": "15.0.2",
"prettier": "3.0.3",
"typescript": "5.2.2",
"vitest": "^0.34.6"
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "0.32.0",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 9d3efd5

Please sign in to comment.