Skip to content

Commit 905ff1b

Browse files
committed
fix: fix syntax error and upgrade deps
1 parent fecf0e5 commit 905ff1b

File tree

3 files changed

+161
-94
lines changed

3 files changed

+161
-94
lines changed

detectors/nuxt.modules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
"url": "https://algolia.nuxtjs.org"
459459
},
460460
"detectors": {
461-
"js": "window.$nuxt?.$nuxt?.$algolia"
461+
"js": "window.$nuxt?.$algolia"
462462
}
463-
},
463+
}
464464
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"consola": "^2.15.3",
2424
"make-dir": "^3.1.0",
2525
"ora": "^5.4.0",
26-
"puppeteer": "^9.1.1",
26+
"puppeteer": "^13.5.2",
2727
"tld-extract": "^2.0.1",
28-
"yargs": "^17.0.1"
28+
"yargs": "^17.4.0"
2929
},
3030
"devDependencies": {
31-
"standard-version": "^9.3.0"
31+
"standard-version": "^9.3.2"
3232
}
3333
}

0 commit comments

Comments
 (0)