Skip to content

Commit

Permalink
Fix issue caused by unexpected changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ddjnw1yu committed Oct 10, 2024
1 parent cf686da commit 151dc4f
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 140 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@abi-software/mapintegratedvuer": "1.5.1",
"@abi-software/plotvuer": "1.0.3",
"@abi-software/simulationvuer": "1.0.1",
"@element-plus/nuxt": "^1.0.6",
"@element-plus/nuxt": "^1.0.10",
"@nuxtjs/sitemap": "^5.1.4",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
Expand Down Expand Up @@ -54,7 +54,8 @@
},
"resolutions": {
"string-width": "4.2.3",
"mlly": "1.4.0"
"mlly": "1.4.0",
"vue": "3.4.21"
},
"engines": {
"node": "18.17.1"
Expand Down
Loading

0 comments on commit 151dc4f

Please sign in to comment.