Skip to content

Commit

Permalink
chore(deps): replace esno with tsx (elk-zone#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored May 2, 2023
1 parent 61526df commit 835269f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"start:https": "PORT=5314 node ./https-dev-config/local-https-server.mjs",
"lint": "eslint --cache .",
"typecheck": "stale-dep && nuxi typecheck",
"prepare": "ignore-dependency-scripts \"esno scripts/prepare.ts\"",
"prepare": "ignore-dependency-scripts \"tsx scripts/prepare.ts\"",
"generate": "nuxi generate",
"test:unit": "stale-dep && vitest",
"test:typecheck": "stale-dep && vue-tsc --noEmit && vue-tsc --noEmit --project service-worker/tsconfig.json",
"test": "nr test:unit",
"update:team:avatars": "esno scripts/avatars.ts",
"cleanup-translations": "esno scripts/cleanup-translations.ts",
"prepare-translation-status": "esno scripts/prepare-translation-status.ts",
"update:team:avatars": "tsx scripts/avatars.ts",
"cleanup-translations": "tsx scripts/cleanup-translations.ts",
"prepare-translation-status": "tsx scripts/prepare-translation-status.ts",
"postinstall": "ignore-dependency-scripts \"stale-dep -u && simple-git-hooks && nuxi prepare && nr prepare-translation-status\"",
"release": "stale-dep && bumpp && esno scripts/release.ts"
"release": "stale-dep && bumpp && tsx scripts/release.ts"
},
"dependencies": {
"@emoji-mart/data": "^1.1.2",
Expand Down Expand Up @@ -116,13 +116,13 @@
"bumpp": "^9.1.0",
"consola": "^3.0.1",
"eslint": "^8.38.0",
"esno": "^0.16.3",
"flat": "^5.0.2",
"fs-extra": "^11.1.1",
"lint-staged": "^13.2.1",
"nuxt": "3.4.2",
"prettier": "^2.8.7",
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.6",
"typescript": "^5.0.4",
"vitest": "^0.30.1",
"vue-tsc": "^1.2.0"
Expand Down
33 changes: 17 additions & 16 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 835269f

Please sign in to comment.