Skip to content

Commit

Permalink
chore: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Apr 29, 2024
1 parent 96cb070 commit 97ee055
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 97 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@babel/parser": "^7.22.5",
"@babel/traverse": "^7.22.5",
"@babel/types": "^7.22.5",
"@vue/compiler-sfc": "^3.4.25"
"@vue/compiler-sfc": "^3.3.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
Expand All @@ -76,7 +76,7 @@
"lodash-es": "^4.17.21",
"nodemon": "^3.0.2",
"ts-node": "^10.9.2",
"tsup": "^7.3.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vis-network": "^9.1.9",
"vitest": "^0.34.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint": "*"
},
"devDependencies": {
"@types/eslint": "^8.56.0",
"@types/eslint": "^8.56.5",
"@typescript-eslint/utils": "^6.15.0",
"eslint-define-config": "^2.0.0",
"unbuild": "^2.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ export default defineNuxtConfig({
],
alias: {
'vue-hook-optimizer': path.resolve(__dirname, '../../src'),
// https://github.com/vuejs/core/issues/10278#issuecomment-1950783863
'@vue/compiler-sfc': path.resolve(__dirname, '../../node_modules/@vue/compiler-sfc/dist/compiler-sfc.esm-browser.js'),
},
});
1 change: 0 additions & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
"devDependencies": {
"@types/vscode": "^1.78.1",
"@vscode/vsce": "^2.22.0",
"@vue/compiler-sfc": "^3.3.4",
"rimraf": "^5.0.5",
"vite": "^4.4.12"
}
Expand Down
Loading

0 comments on commit 97ee055

Please sign in to comment.