Skip to content

Commit

Permalink
fix: align ts versions (#2673)
Browse files Browse the repository at this point in the history
## What's the purpose of this pull request?

- Align typescript versions
- Remove husky from core
  • Loading branch information
matheusps authored Feb 5, 2025
1 parent e971602 commit 64035df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 43 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.0.1",
"turbo": "^2.3.4",
"typescript": "^5.3.2"
"typescript": "5.3.2"
},
"version": "0.0.0",
"volta": {
Expand Down
30 changes: 0 additions & 30 deletions packages/core/.husky/_/husky.sh

This file was deleted.

6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
"sharp": "^0.32.6",
"style-loader": "^3.3.1",
"swr": "^2.2.5",
"tsx": "^4.6.2",
"typescript": "4.7.3"
"tsx": "^4.6.2"
},
"devDependencies": {
"@cypress/code-coverage": "^3.12.1",
Expand All @@ -100,6 +99,7 @@
"dotenv": "^8.2.0",
"is-ci": "^3.0.0",
"jest": "^29.7.0",
"ts-jest": "29.1.1"
"ts-jest": "29.1.1",
"typescript": "5.3.2"
}
}
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18539,21 +18539,16 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==

typescript@4.7.3:
version "4.7.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==
typescript@5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==

"typescript@>=3 < 6":
version "5.4.5"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==

typescript@^5.3.2:
version "5.3.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz"
integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==

typeson-registry@^1.0.0-alpha.20:
version "1.0.0-alpha.39"
resolved "https://registry.npmjs.org/typeson-registry/-/typeson-registry-1.0.0-alpha.39.tgz"
Expand Down

0 comments on commit 64035df

Please sign in to comment.