Skip to content

Commit

Permalink
fix: downgrading typescript version (#81)
Browse files Browse the repository at this point in the history
* fix: downgrading typescript version

affects: @medly/eslint-config, @medly/rollup-config, @medly/typescript-config-react,
@medly/typescript-config

* fix: update yarn lock
  • Loading branch information
gmukul01 authored Oct 20, 2021
1 parent a7e8799 commit 21c2f6e
Show file tree
Hide file tree
Showing 5 changed files with 424 additions and 426 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.1",
"typescript": "4.3.4"
"typescript": "4.2.4"
}
}
2 changes: 1 addition & 1 deletion packages/rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"rollup": "^2.56.3",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.2.0",
"typescript": "4.3.4"
"typescript": "4.2.4"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@medly/typescript-config": "^1.1.0",
"@testing-library/jest-dom": "^5.13.0",
"typescript": "4.3.4"
"typescript": "4.2.4"
},
"keywords": [
"Medly",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@types/jest": "^26.0.23",
"typescript": "4.3.4"
"typescript": "4.2.4"
},
"keywords": [
"Medly",
Expand Down
Loading

0 comments on commit 21c2f6e

Please sign in to comment.