Skip to content

Commit

Permalink
fix: Updated to fix lint issue and add support for corepack.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj committed Sep 17, 2024
1 parent 9b844a6 commit b9b8fd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@babel/preset-typescript": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@testing-library/react":"^13.4.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "14.4.3",
"@testing-library/jest-dom":"5.16.5",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/dom": "9.0.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
Expand All @@ -61,5 +61,6 @@
"surge": "^0.23.1",
"typedoc": "0.23",
"@types/react": "^18"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
2 changes: 1 addition & 1 deletion packages/module/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
branches: [
'do-not-delete',
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' },
{ name: 'v5', channel: 'prerelease-v5', range: '5.x' },
{ name: 'v5', channel: 'prerelease-v5', range: '5.x' }
],
analyzeCommits: {
preset: 'angular'
Expand Down

0 comments on commit b9b8fd8

Please sign in to comment.