Skip to content

Commit

Permalink
Merge pull request #227 from Achintha444/main
Browse files Browse the repository at this point in the history
build: stick `@types/react` version in `packages/react`
  • Loading branch information
Achintha444 authored Jul 12, 2024
2 parents 59cdc87 + efee15e commit b660e36
Show file tree
Hide file tree
Showing 3 changed files with 15,507 additions and 12,447 deletions.
2 changes: 1 addition & 1 deletion .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
}
},
hooks: {
'after:bump': 'pnpm install'
'after:bump': 'pnpm install --lockfile-only'
},
plugins: {
'@release-it/conventional-changelog': {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.18",
"@types/react": "^18.0.25",
"@types/react": "18.0.25",
"@types/react-dom": "^18.0.9",
"@types/testing-library__jest-dom": "^5.14.5",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f",
Expand Down
Loading

0 comments on commit b660e36

Please sign in to comment.