Skip to content

Commit acbdc4b

Browse files
committed
Fix entities hoisting for pnpm and pin Vue versions at 3.5.18
1 parent 90b4258 commit acbdc4b

3 files changed

Lines changed: 1676 additions & 2632 deletions

File tree

client/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
public-hoist-pattern[]=entities

client/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"chokidar": "3.5.3",
2828
"vue": "3.5.18",
2929
"@vue/compat": "3.5.18",
30+
"@vue/compiler-sfc": "3.5.18",
3031
"@fortawesome/fontawesome-common-types": "6.2.1"
3132
},
3233
"onlyBuiltDependencies": [
@@ -77,6 +78,7 @@
7778
"dompurify": "^3.0.6",
7879
"echarts": "^5.5.1",
7980
"elkjs": "^0.8.2",
81+
"entities": "^4.5.0",
8082
"events": "^3.3.0",
8183
"file-saver": "^2.0.5",
8284
"flush-promises": "^1.0.2",

0 commit comments

Comments
 (0)