Skip to content

Commit

Permalink
build(deps): revert typescript to 5.5.4 since it broke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Nov 9, 2024
1 parent c42ad14 commit 2e0e814
Show file tree
Hide file tree
Showing 9 changed files with 301 additions and 135 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"stylelint-scss": "^6.8.1",
"svgo": "^3.3.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.5.4"
},
"volta": {
"node": "20.12.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prettier": "^3.3.3",
"tsx": "^4.19.2",
"turbo": "^2.2.3",
"typescript": "^5.6.3"
"typescript": "^5.5.4"
},
"engines": {
"pnpm": ">=9",
Expand Down
2 changes: 1 addition & 1 deletion packages/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.8.1",
"typescript": "^5.6.3"
"typescript": "^5.5.4"
},
"peerDependencies": {
"react": ">= 18",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"jest-watch-typeahead": "^2.2.2",
"prettier": "^3.3.3",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"ts-morph": "^24.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.5.4"
},
"peerDependencies": {
"@jest/globals": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.5.4"
},
"volta": {
"node": "20.12.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"pretty-ms": "^9.1.0",
"svgo": "^3.3.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.5.4"
},
"peerDependencies": {
"react": ">= 18",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"glob": "^11.0.0",
"npm-run-all": "^4.1.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.5.4"
},
"peerDependencies": {
"@jest/globals": "^29.7.0",
Expand Down
420 changes: 293 additions & 127 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 2e0e814

Please sign in to comment.