Skip to content

Commit 26ab0cd

Browse files
committed
Fix build error
1 parent 2cbca54 commit 26ab0cd

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"refresh": "rm -rf node_modules && rm pnpm-lock.yaml && pnpm i && pnpm run format"
1212
},
1313
"devDependencies": {
14+
"@oxc-parser/binding-linux-x64-gnu": "^0.75.0",
1415
"@playwright/test": "^1.53.2",
1516
"autoprefixer": "^10.4.21",
1617
"nuxt": "^3.17.6",
@@ -24,7 +25,7 @@
2425
"@nuxtjs/algolia": "^1.11.2",
2526
"@nuxtjs/apollo": "5.0.0-alpha.14",
2627
"@pinia/nuxt": "^0.11.1",
27-
"graphql": "^16.11.0",
28+
"graphql": "^16.11.0",
2829
"pinia": "^3.0.3",
2930
"pinia-plugin-persistedstate": "^4.4.1",
3031
"postcss": "^8.5.6",
@@ -33,7 +34,6 @@
3334
"vee-validate": "^4.15.1",
3435
"vite": "6.3.5",
3536
"vue": "^3.5.17",
36-
"yup": "^1.6.1",
37-
"oxc-parser":"0.75.0"
37+
"yup": "^1.6.1"
3838
}
3939
}

pnpm-lock.yaml

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)