Skip to content

Commit

Permalink
chore!: update packages, adapt breaking changes, amend moduleResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
levchak0910 committed Mar 31, 2024
1 parent 40a2bd9 commit 82868ee
Show file tree
Hide file tree
Showing 4 changed files with 710 additions and 511 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm fix
git add .
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "prettier . --check",
"fix": "prettier . --write",
"cli": "pnpm build && node ./dist/cli.js",
"prepare": "husky install"
"prepare": "husky"
},
"keywords": [
"vue",
Expand All @@ -30,20 +30,20 @@
"author": "",
"license": "MIT",
"dependencies": {
"@csstools/postcss-extract": "^3.0.0",
"glob": "^9.2.1",
"make-cli": "^3.0.4",
"postcss": "^8.4.21",
"postcss-scss": "^4.0.6",
"vue": "^3.3.4"
"@csstools/postcss-extract": "^3.0.1",
"glob": "^10.3.12",
"postcss": "^8.4.38",
"postcss-scss": "^4.0.9",
"vue": "^3.4.21"
},
"devDependencies": {
"@types/node": "^18.14.0",
"eslint": "^8.35.0",
"husky": "^8.0.3",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"typescript": "^4.9.5",
"vitest": "^0.32.2"
"@types/node": "^20.12.2",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"make-cli": "^4.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit 82868ee

Please sign in to comment.