Skip to content

Commit

Permalink
feat: change lerna config import to avoid alert in console
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Oct 19, 2023
1 parent 7fa9eee commit 41f70a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/build-app/components/VersionSelector/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Select } from '@welcome-ui/select'
import React from 'react'

import { version } from '../../../../lerna.json'
import lernaConfig from '../../../../lerna.json'

const versions = [
{ value: 'v5', label: `${version}` },
{ value: 'v5', label: `${lernaConfig.version}` },
{ value: 'v4', label: 'v4' },
{ value: 'v3', label: 'v3' },
]
Expand Down

0 comments on commit 41f70a8

Please sign in to comment.