Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"vitest-environment-nuxt": "1.0.1"
},
"overrides": {
"vue": "latest"
"vue": ">=0.0.0-0"
},
"description": "OpenSource Vue/Vuetify framework for web applications",
"type": "module",
"version": "0.0.0",
"main": "./nuxt.config.js",
"dependencies": {
"@geode/opengeodeweb-back": "latest",
"@geode/opengeodeweb-viewer": "latest",
"@geode/opengeodeweb-back": ">=0.0.0-0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bizarre ce 0.0.0-0, jamais vu

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ca semble vouloir dire toutes les versions latest et/ou next, sinon latest c'est sans les rc

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

c'est une tentative mais ca semble ok

"@geode/opengeodeweb-viewer": ">=0.0.0-0",
"@kitware/vtk.js": "33.3.0",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.5.4",
Expand Down
Loading