Skip to content

Commit

Permalink
chore: update dependencies and format with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 9, 2023
1 parent ea0c57c commit 338f65f
Show file tree
Hide file tree
Showing 22 changed files with 595 additions and 433 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"eslint-config-unjs"
],
"rules": {
"unicorn/prefer-module": 0,
"unicorn/prevent-abbreviations": 0,
"indent": 0,
"unicorn/prefer-module": 0
}
}
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,34 @@
"scripts": {
"build": "unbuild",
"dev": "pnpm mkdist test/fixture -d",
"lint": "eslint --ext .ts .",
"lint": "eslint --ext .ts . && prettier --check src test",
"mkdist": "jiti src/cli",
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
"defu": "^6.1.1",
"esbuild": "^0.16.4",
"esbuild": "^0.16.16",
"fs-extra": "^11.1.0",
"globby": "^13.1.3",
"jiti": "^1.16.0",
"jiti": "^1.16.1",
"mri": "^1.2.0",
"pathe": "^1.0.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/fs-extra": "^11.0.0",
"@types/mri": "^1.1.1",
"@types/node": "^18.11.14",
"@vitest/coverage-c8": "^0.25.7",
"@types/node": "^18.11.18",
"@vitest/coverage-c8": "^0.26.3",
"c8": "latest",
"eslint": "^8.29.0",
"eslint-config-unjs": "^0.0.2",
"sass": "^1.56.2",
"eslint": "^8.31.0",
"eslint-config-unjs": "^0.0.3",
"prettier": "^2.8.2",
"sass": "^1.57.1",
"standard-version": "^9.5.0",
"typescript": "^4.9.4",
"unbuild": "^1.0.2",
"vitest": "^0.25.7"
"vitest": "^0.26.3"
},
"peerDependencies": {
"sass": "^1.56.2",
Expand Down
Loading

0 comments on commit 338f65f

Please sign in to comment.