Skip to content

Commit

Permalink
fix: bump @babel/code-frame v7.26.2 to reduce deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jan 6, 2025
1 parent 8e840e1 commit 5196905
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 31 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/components/Alerts/collapse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const AlertCollapse = (props: {
style={{ fontSize: '18px' }}
component={VersionSvg}
/>
<span className={styles.data}>v.{version}</span>
<span className={styles.data}>v{version}</span>
</div>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"test": "vitest run"
},
"dependencies": {
"@babel/code-frame": "7.25.7",
"@babel/code-frame": "7.26.2",
"@rsdoctor/types": "workspace:*",
"@types/estree": "1.0.5",
"acorn": "^8.10.0",
Expand Down
38 changes: 9 additions & 29 deletions pnpm-lock.yaml

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

0 comments on commit 5196905

Please sign in to comment.