Skip to content

Commit

Permalink
fix: pin typescript and vue-tsc versions to prevent issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyaellie committed Nov 29, 2024
1 parent 5d51c74 commit 2f8a7e2
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 13 deletions.
7 changes: 4 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint --ext \".ts,.js,.vue\" --ignore-path ../.gitignore .",
"lint:fix": "eslint --ext \".ts,.js,.vue\" --ignore-path ../.gitignore . --fix",
"lint:ci": "eslint --ext \".ts,.js,.vue\" --ignore-path ../.gitignore . --max-warnings 1",
"typecheck": "pnpm dlx vue-tsc@2.1.6 --noEmit",
"typecheck": "pnpm vue-tsc --noEmit",
"test:ci": "TEST_SHUTDOWN_API_SERVER=true vitest --run --config ./test/vitest.config.ts",
"test:local": "TEST_SHUTDOWN_API_SERVER=false && vitest --run --config ./test/vitest.config.ts",
"test:watch": " TEST_SHUTDOWN_API_SERVER=false vitest --config ./test/vitest.config.ts"
Expand All @@ -34,11 +34,12 @@
"isomorphic-fetch": "^3.0.0",
"nuxt": "3.7.4",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript": "5.6.2",
"unplugin-icons": "^0.18.5",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.6.0",
"vue-i18n": "^9.14.1"
"vue-i18n": "^9.14.1",
"vue-tsc": "2.1.6"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
Expand Down
113 changes: 103 additions & 10 deletions frontend/pnpm-lock.yaml

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

0 comments on commit 2f8a7e2

Please sign in to comment.