Skip to content

Commit

Permalink
upgrade typescript almost everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Sep 21, 2023
1 parent 816a784 commit 49a0a73
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 48 deletions.
2 changes: 1 addition & 1 deletion apps/office-addin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tailwindcss": "3.3.3",
"tailwindcss-radix": "2.8.0",
"ts-loader": "9.4.2",
"typescript": "5.0.4",
"typescript": "5.2.2",
"webpack": "5.83.1",
"webpack-cli": "5.1.1",
"webpack-dev-server": "4.15.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/lti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prettier-plugin-organize-imports": "3.2.3",
"size-limit": "8.2.4",
"tsup": "6.7.0",
"typescript": "5.0.4"
"typescript": "5.2.2"
},
"peerDependencies": {
"@uzh-bf/design-system": "2.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"size-limit": "8.2.4",
"ts-node": "10.9.1",
"tsup": "7.2.0",
"typescript": "5.1.6",
"typescript": "5.2.2",
"uuidv4": "6.2.13"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prettier-plugin-tailwindcss": "0.4.1",
"tailwindcss": "3.3.3",
"tailwindcss-radix": "2.8.0",
"typescript": "5.0.4"
"typescript": "5.2.2"
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "6.4.2",
Expand Down
144 changes: 100 additions & 44 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 49a0a73

Please sign in to comment.