File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 182
182
"git-authors-cli" : " latest" ,
183
183
"github-generate-release" : " latest" ,
184
184
"nano-staged" : " latest" ,
185
- "npm-check-updates" : " latest" ,
186
185
"pretty-bytes" : " latest" ,
187
186
"puppeteer" : " latest" ,
188
187
"rgb-hex" : " latest" ,
217
216
"postrelease" : " npm run release:tags && npm run release:github" ,
218
217
"prebuild" : " npm run build:data" ,
219
218
"predev" : " npm run build:data" ,
220
- "prerelease" : " npm run update:check" ,
221
219
"pretest" : " npm run lint" ,
222
220
"preversion" : " git-authors-cli && git add package.json" ,
223
221
"release" : " standard-version -a" ,
226
224
"storybook" : " start-storybook -p 6006" ,
227
225
"test" : " ava" ,
228
226
"transpile" : " echo \" export { getApiUrl } from '@microlink/mql'\" | esbuild --bundle --target=ES2019 --format=esm --minify-whitespace --minify-identifiers > src/helpers/get-api-url.js" ,
229
- "update" : " ncu -i" ,
230
- "update:check" : " ncu -- --error-level 2"
227
+ "update" : " ncu -i"
231
228
},
232
229
"private" : true ,
233
230
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -75,15 +75,15 @@ const FAQs = props => (
75
75
< Link href = '/docs/sdk/getting-started/overview' >
76
76
Microlink SDK
77
77
</ Link >
78
- , attach it as{ ' ' }
78
+ attach it as{ ' ' }
79
79
< Link href = '/docs/sdk/parameters/api-key/' > apiKey</ Link > .
80
80
</ Box >
81
81
< Box as = 'li' css = { theme ( { pt : 3 } ) } >
82
82
At{ ' ' }
83
83
< Link href = '/docs/api/getting-started/overview' >
84
84
Microlink API
85
85
</ Link >
86
- , attach it as{ ' ' }
86
+ attach it as{ ' ' }
87
87
< Link href = '/docs/api/basics/authentication' > header</ Link > .
88
88
</ Box >
89
89
</ Box >
Original file line number Diff line number Diff line change @@ -82,8 +82,7 @@ const UserAgentsPage = () => {
82
82
onChange = { value =>
83
83
setType (
84
84
`top-${ value === 'User Agent' ? 'user' : 'crawler' } -agents`
85
- )
86
- }
85
+ ) }
87
86
>
88
87
{ [ 'User Agent' , 'Crawler Agent' ] }
89
88
</ Toggle >
You can’t perform that action at this time.
0 commit comments