Skip to content

Commit

Permalink
fix spacing; update to 2.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pvgenuchten committed Mar 20, 2024
1 parent 47e0c18 commit 1f2372e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "mdme",
"description": "A web based UI to edit MCF metadata",
"keywords": ["Metadata", "Geo", "pygeometa", "mcf"],
"keywords": [
"Metadata",
"Geo",
"pygeometa",
"mcf"
],
"homepage": "https://github.com/osgeo/mdme",
"license": "MIT",
"version": "0.1.1",
Expand All @@ -12,7 +17,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@koumoul/vjsf": "^2.21.3",
"@koumoul/vjsf": "^2.23.3",
"axios": "^1.1.3",
"core-js": "^3.8.3",
"csv-parse": "^5.3.1",
Expand All @@ -29,8 +34,8 @@
"vue-router": "^3.5.1",
"vue2-leaflet": "^2.7.1",
"vuetify": "^2.6.0",
"yaml": "^2.1.3",
"xml2js": "^0.4.23"
"xml2js": "^0.4.23",
"yaml": "^2.1.3"
},
"devDependencies": {
"@babel/core": "^7.12.16",
Expand Down Expand Up @@ -68,4 +73,4 @@
"last 2 versions",
"not dead"
]
}
}
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import '@koumoul/vjsf/lib/deps/third-party.js'
import MainMenu from './components/MainMenu.vue'
import { stringify } from "yaml";
import { array2dict } from "@/scripts/helpers.js";
import "@/scripts/helpers.css";
const vocab = "mcf"; //ogcapi-record
Expand Down
3 changes: 3 additions & 0 deletions src/scripts/helpers.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.v-stepper div.v-card__text {
padding-bottom: 15px !important;
}

0 comments on commit 1f2372e

Please sign in to comment.