Skip to content

Commit

Permalink
chore(deps): updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed Mar 29, 2024
1 parent 2341d44 commit a2f2e70
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 126 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"clean": "rimraf ./dist/",
"prebuild": "pnpm clean",
"build": "tsc --build tsconfig.cjs.json tsconfig.mjs.json --force",
"validate": "validate-package-exports --check --verify",
"validate": "validate-package-exports --check --verify --info",
"postbuild": "echo '{\"type\":\"commonjs\"}' > ./dist/cjs/package.json && echo '{\"type\":\"module\"}' > ./dist/mjs/package.json && pnpm validate",
"typecheck": "tsc --build --verbose",
"lint": "eslint ./*.{js,cjs,mjs,ts,cts,mts} ./src/ ./test/ --ext .ts,.mjs,.cjs",
Expand All @@ -61,7 +61,7 @@
"@vitest/coverage-v8": "^1.4.0",
"@webdeveric/eslint-config-ts": "^0.7.1",
"@webdeveric/prettier-config": "^0.2.0",
"cspell": "^8.6.0",
"cspell": "^8.6.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -71,7 +71,7 @@
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.4.3",
"validate-package-exports": "^0.1.0",
"validate-package-exports": "0.2.0",
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit a2f2e70

Please sign in to comment.