Skip to content

Commit

Permalink
chore(package): replace esno with tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ythecombinator committed Jan 2, 2024
1 parent ae9222e commit a838f04
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 83 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:a11y": "pa11y-ci --sitemap http://localhost:3000/sitemap.xml",
"format": "prettier --write src/",
"codegen:schema": "graphql-codegen --config codegen.ts --require dotenv/config",
"codegen:linkedin": "esno scripts/codegen-linkedin.ts"
"codegen:linkedin": "tsx scripts/codegen-linkedin.ts"
},
"dependencies": {
"@apollo/client": "3.8.7",
Expand Down Expand Up @@ -100,12 +100,12 @@
"eslint-config-next": "14.0.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-tailwindcss": "3.13.0",
"esno": "4.0.0",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"pa11y-ci": "3.1.0",
"prettier": "3.1.1",
"ts-prune": "0.10.3",
"tsx": "^4.7.0",
"typescript": "5.3.3",
"utility-types": "3.10.0"
}
Expand Down
165 changes: 84 additions & 81 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a838f04

Please sign in to comment.