Skip to content

Commit

Permalink
Downgrade to Typescript 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Nov 28, 2024
1 parent d42e175 commit 25db32d
Show file tree
Hide file tree
Showing 17 changed files with 354 additions and 331 deletions.
2 changes: 1 addition & 1 deletion apps/coa-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^20.17.8",
"typescript": "^5.7.2"
"typescript": "^5.6.2"
},
"module": "index.ts",
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion apps/duck-estimator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@types/yargs": "^17.0.33",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/dumili/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@types/node": "^20.17.8",
"concurrently": "^9.1.0",
"prisma": "^5.22.0",
"typescript": "^5.7.2"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions apps/dumili/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@sentry/browser": "^8.41.0",
"@sentry/vue": "^8.41.0",
"@unhead/vue": "^1.11.13",
"@vueuse/core": "^11.3.0",
"@vueuse/components": "^12.0.0",
"@vueuse/core": "^11.3.0",
"@vueuse/integrations": "^11.3.0",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.25.15",
Expand Down Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-vue": "^9.31.0",
"prettier": "^3.4.1",
"sass": "^1.81.0",
"typescript": "^5.7.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.16.0",
"unplugin-auto-import": "^0.18.6",
"unplugin-icons": "^0.20.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/edgecreator/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"concurrently": "^9.1.0",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/edgecreator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.31.0",
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-icons": "^0.20.2",
"unplugin-vue-components": "^0.27.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/stats-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.7.2"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"histoire": "^0.17.17",
"prettier": "^3.4.1",
"sass": "^1.81.0",
"typescript": "^5.7.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.16.0",
"unplugin-auto-import": "^0.18.6",
"unplugin-icons": "^0.20.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/whattheduck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"histoire": "^0.17.17",
"jsdom": "^24.1.3",
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.16.0",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2",
"typescript": "^5.6.2",
"wait-on": "^8.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.7.2"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/prisma-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"prettier": "^3.4.1",
"prettier-plugin-prisma": "^5.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/socket.io-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"node": ">=20.0.0 <21.0.0"
},
"devDependencies": {
"typescript": "^5.7.2"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"~prisma-schemas": "workspace:*"
},
"devDependencies": {
"typescript": "^5.7.2"
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 25db32d

Please sign in to comment.