Skip to content

Commit

Permalink
remove tsc, revert ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushAgrawal-A2 committed Nov 11, 2024
1 parent be5ded9 commit b0fa1d3
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
- name: Lint quadratic-client
run: |
npm install
npm install -D typescript
npm install -g typescript
cd quadratic-client
npm run lint:prettier
npm run lint:eslint
Expand Down
125 changes: 97 additions & 28 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
},
"dependencies": {
"@ory/kratos-client": "^1.2.1",
"tsc": "^2.0.4",
"vitest": "^1.5.0",
"zod": "^3.23.8"
},
Expand All @@ -78,7 +77,7 @@
"prettier": "2.8.3",
"tree-kill": "^1.2.2",
"ts-jest": "^29.1.1",
"typescript": "^5.4.3"
"typescript": "^5.6.3"
},
"engines": {
"node": "18.x"
Expand Down
2 changes: 1 addition & 1 deletion quadratic-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"prisma": "^5.5.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.5"
"typescript": "^5.6.3"
},
"engines": {
"node": "18.x"
Expand Down
2 changes: 1 addition & 1 deletion quadratic-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"sass": "^1.69.5",
"serve": "^14.2.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.4.5",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-svgr": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion quadratic-client/public/pyodide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ts-mocha": "^9.0.2",
"tsd": "^0.24.1",
"typedoc": "^0.25.1",
"typescript": "^4.6.4",
"typescript": "^5.6.3",
"wabt": "^1.0.32"
},
"main": "pyodide.js",
Expand Down
2 changes: 1 addition & 1 deletion quadratic-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"zod": "^3.23.8"
},
"author": "",
Expand Down

0 comments on commit b0fa1d3

Please sign in to comment.