Skip to content

Commit 776b503

Browse files
authored
Merge pull request #236 from Geode-solutions/fix/schedule
fix(Actions): update schedule
2 parents a50f583 + ac18575 commit 776b503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"vitest-environment-nuxt": "1.0.1"
3737
},
3838
"overrides": {
39-
"vue": "latest"
39+
"vue": ">=0.0.0-0"
4040
},
4141
"description": "OpenSource Vue/Vuetify framework for web applications",
4242
"type": "module",
4343
"version": "0.0.0",
4444
"main": "./nuxt.config.js",
4545
"dependencies": {
46-
"@geode/opengeodeweb-back": "latest",
47-
"@geode/opengeodeweb-viewer": "latest",
46+
"@geode/opengeodeweb-back": ">=0.0.0-0",
47+
"@geode/opengeodeweb-viewer": ">=0.0.0-0",
4848
"@kitware/vtk.js": "33.3.0",
4949
"@mdi/font": "7.4.47",
5050
"@pinia/nuxt": "0.5.4",

0 commit comments

Comments
 (0)