Update node packages.

This commit is contained in:
mateuswetah 2024-09-16 15:11:18 -03:00
parent 64e5e36095
commit bad21acdff
3 changed files with 1373 additions and 522 deletions

1836
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,8 +11,8 @@
"@ntohq/buefy-next": "^0.1.4", "@ntohq/buefy-next": "^0.1.4",
"@vue-leaflet/vue-leaflet": "^0.10.1", "@vue-leaflet/vue-leaflet": "^0.10.1",
"another-vue3-blurhash": "^0.0.1", "another-vue3-blurhash": "^0.0.1",
"apexcharts": "^3.51.0", "apexcharts": "^3.53.0",
"axios": "^1.6.8", "axios": "^1.7.7",
"blurhash": "^2.0.5", "blurhash": "^2.0.5",
"bulma": "^0.9.4", "bulma": "^0.9.4",
"conditioner-core": "^2.3.3", "conditioner-core": "^2.3.3",
@ -20,42 +20,42 @@
"css-vars-ponyfill": "^2.4.9", "css-vars-ponyfill": "^2.4.9",
"floating-vue": "5.2.2", "floating-vue": "5.2.2",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"leaflet-active-area": "^1.2.1", "leaflet-active-area": "^1.3.1",
"masonry-layout": "^4.2.2", "masonry-layout": "^4.2.2",
"mitt": "^3.0.1", "mitt": "^3.0.1",
"moment": "^2.30.1", "moment": "^2.30.1",
"node-sass": "^8.0.0", "node-sass": "^8.0.0",
"photoswipe": "^5.4.4", "photoswipe": "^5.4.4",
"qs": "^6.12.3", "qs": "^6.13.0",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"sortablejs": "^1.15.2", "sortablejs": "^1.15.3",
"sortablejs-vue3": "^1.2.11", "sortablejs-vue3": "^1.2.11",
"swiper": "^11.1.8", "swiper": "^11.1.14",
"vue": "^3.4.34", "vue": "^3.5.6",
"vue-countup-v3": "^1.4.2", "vue-countup-v3": "^1.4.2",
"vue-imask": "^7.6.1", "vue-imask": "^7.6.1",
"vue-router": "^4.4.0", "vue-router": "^4.4.5",
"vue3-apexcharts": "^1.5.3", "vue3-apexcharts": "^1.6.0",
"vuex": "^4.1.0" "vuex": "^4.1.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.24.9", "@babel/core": "^7.25.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.25.0", "@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7", "@babel/preset-react": "^7.24.7",
"@types/leaflet": "^1.9.12", "@types/leaflet": "^1.9.12",
"@types/masonry-layout": "^4.2.8", "@types/masonry-layout": "^4.2.8",
"@vue/compiler-sfc": "3.4.34", "@vue/compiler-sfc": "3.5.6",
"acorn": "^8.12.1", "acorn": "^8.12.1",
"ajv": "^8.17.1", "ajv": "^8.17.1",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3", "babel-loader": "^9.2.1",
"circular-dependency-plugin": "5.2.2", "circular-dependency-plugin": "5.2.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^6.10.0", "css-loader": "^6.10.0",
"eslint": "^8.57.0", "eslint": "^8.57.1",
"eslint-plugin-vue": "^9.27.0", "eslint-plugin-vue": "^9.28.0",
"eslint-webpack-plugin": "^4.2.0", "eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"moment-locales-webpack-plugin": "^1.2.0", "moment-locales-webpack-plugin": "^1.2.0",
@ -64,7 +64,7 @@
"style-loader": "^3.3.4", "style-loader": "^3.3.4",
"terser-webpack-plugin": "5.3.10", "terser-webpack-plugin": "5.3.10",
"vue-loader": "^17.4.2", "vue-loader": "^17.4.2",
"webpack": "^5.93.0", "webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2", "webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4", "webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1", "webpack-dev-server": "^4.15.1",

View File

@ -109,12 +109,7 @@
:key="metadatumIndex" :key="metadatumIndex"
:value="collectionMetadatum.id" :value="collectionMetadatum.id"
:disabled="checkIfMetadatumIsAvailable(collectionMetadatum.id) || ( checkIfMetadatumIsCompound(collectionMetadatum) && sourceMetadatum.indexOf('compound|(') < 0 )"> :disabled="checkIfMetadatumIsAvailable(collectionMetadatum.id) || ( checkIfMetadatumIsCompound(collectionMetadatum) && sourceMetadatum.indexOf('compound|(') < 0 )">
<span class="metadatum-name"> {{ collectionMetadatum.name }} ({{ collectionMetadatum.metadata_type_object.name }}) {{ (collectionMetadatum.collection_id != collectionId) ? $i18n.get('label_inherited') : '' }}
{{ collectionMetadatum.name }}
</span>
<span class="label-details">
({{ collectionMetadatum.metadata_type_object.name }}) <em>{{ (collectionMetadatum.collection_id != collectionId) ? $i18n.get('label_inherited') : '' }}</em>
</span>
</option> </option>
</b-select> </b-select>
</template> </template>
@ -140,12 +135,7 @@
:key="metadatumIndex" :key="metadatumIndex"
:value="collectionMetadatum.id" :value="collectionMetadatum.id"
:disabled="!checkIfMetadatumIsCompound(collectionMetadatum) || checkIfMetadatumIsAvailable(collectionMetadatum.id) || typeof sourceMetadatum != 'object' || !Object.entries(sourceMetadatum)[0]"> :disabled="!checkIfMetadatumIsCompound(collectionMetadatum) || checkIfMetadatumIsAvailable(collectionMetadatum.id) || typeof sourceMetadatum != 'object' || !Object.entries(sourceMetadatum)[0]">
<span class="metadatum-name"> {{ collectionMetadatum.name }} ({{ collectionMetadatum.metadata_type_object.name }}) {{ (collectionMetadatum.collection_id != collectionId) ? $i18n.get('label_inherited') : '' }}
{{ collectionMetadatum.name }}
</span>
<span class="label-details">
({{ collectionMetadatum.metadata_type_object.name }}) <em>{{ (collectionMetadatum.collection_id != collectionId) ? $i18n.get('label_inherited') : '' }}</em>
</span>
</option> </option>
</b-select> </b-select>
<div <div
@ -172,12 +162,7 @@
:key="metadatumIndex" :key="metadatumIndex"
:value="collectionMetadatum.id" :value="collectionMetadatum.id"
:disabled="checkIfChildMetadatumIsAvailable(collectionMetadatum.id, checkCurrentSelectedCollectionMetadatum(Object.entries(sourceMetadatum)[0][0], true), Object.entries(sourceMetadatum)[0][0])"> :disabled="checkIfChildMetadatumIsAvailable(collectionMetadatum.id, checkCurrentSelectedCollectionMetadatum(Object.entries(sourceMetadatum)[0][0], true), Object.entries(sourceMetadatum)[0][0])">
<span class="metadatum-name"> {{ collectionMetadatum.name }} ({{ collectionMetadatum.metadata_type_object.name }}) {{ (collectionMetadatum.collection_id != collectionId) ? $i18n.get('label_inherited') : '' }}
{{ collectionMetadatum.name }}
</span>
<span class="label-details">
({{ collectionMetadatum.metadata_type_object.name }}) <em>{{ (collectionMetadatum.collection_id != collectionId) ? $i18n.get('label_inherited') : '' }}</em>
</span>
</option> </option>
</b-select> </b-select>
</div> </div>
@ -327,9 +312,7 @@
v-for="(sourceMetadatum, index) of importerSourceInfo.source_metadata" v-for="(sourceMetadatum, index) of importerSourceInfo.source_metadata"
:key="index" :key="index"
:value="index"> :value="index">
<span class="metadatum-name"> {{ sourceMetadatum }}
{{ sourceMetadatum }}
</span>
</option> </option>
</b-select> </b-select>
</b-field> </b-field>