Skip to content

Commit

Permalink
upgrade typescript and other related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Dec 1, 2024
1 parent 7b8c046 commit 137bd87
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 44 deletions.
64 changes: 29 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"typescript": "^5.3.2"
"typescript": "5.7.2"
}
}
6 changes: 3 additions & 3 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@primer/octicons-react": "19.12.0",
"eslint-config-next": "^14.0.3",
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@github/prettier-config": "^0.0.6",
"@primer/react": "36.27.0",
"@primer/react-brand": "0.43.0",
"@types/node": "18.11.10",
"next-transpile-modules": "^10.0.1",
"typescript": "^5.3.2"
"typescript": "5.7.2"
}
}
10 changes: 5 additions & 5 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"license": "MIT",
"peerDependencies": {
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"dependencies": {
"@primer/octicons-react": "19.12.0",
Expand All @@ -27,11 +27,11 @@
"devDependencies": {
"@github/prettier-config": "^0.0.6",
"@types/node": "18.11.10",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"clsx": "^2.0.0",
"next": "^14.0.3",
"styled-components": "6.1.13",
"typescript": "^5.3.2"
"typescript": "5.7.2"
}
}

0 comments on commit 137bd87

Please sign in to comment.