Skip to content

Commit

Permalink
Fix typescript version in sub projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps committed Apr 29, 2024
1 parent 4ea375b commit d54ed16
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 201 deletions.
2 changes: 1 addition & 1 deletion browser/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prettier": "3.0.3"
},
"devDependencies": {
"typescript": "^4.8"
"typescript": "^5.4.5"
},
"description": "",
"license": "MIT",
Expand Down
5 changes: 3 additions & 2 deletions browser/data-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"types-wm": "^1.1.0",
"vite-plugin-pwa": "^0.17.0",
"vite-plugin-webfont-dl": "^3.9.1",
"workbox-cli": "^6.4.1"
"workbox-cli": "^6.4.1",
"typescript": "^5.4.5"
},
"homepage": "https://atomicdata.dev/",
"husky": {
Expand All @@ -78,6 +79,6 @@
"preview": "vite preview",
"start": "vite",
"test": "jest",
"typecheck": "npx tsc --noEmit"
"typecheck": "pnpm exec tsc --noEmit"
}
}
2 changes: 1 addition & 1 deletion browser/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@tomic/cli": "workspace:*",
"@types/fast-json-stable-stringify": "^2.1.0",
"chai": "^4.3.4",
"typescript": "^4.8",
"typescript": "^5.4.5",
"whatwg-fetch": "^3.6.2"
},
"files": [
Expand Down

0 comments on commit d54ed16

Please sign in to comment.