Updates node packages.

This commit is contained in:
mateuswetah 2024-07-29 15:58:04 -03:00
parent 319fbc6577
commit 25a58b400c
1 changed files with 18 additions and 18 deletions

View File

@ -8,10 +8,10 @@
"build-prod": "cross-env NODE_ENV=production webpack --config webpack.prod.js --progress --mode production" "build-prod": "cross-env NODE_ENV=production webpack --config webpack.prod.js --progress --mode production"
}, },
"dependencies": { "dependencies": {
"@ntohq/buefy-next": "^0.1.3", "@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.49.1", "apexcharts": "^3.51.0",
"axios": "^1.6.8", "axios": "^1.6.8",
"blurhash": "^2.0.5", "blurhash": "^2.0.5",
"bulma": "^0.9.4", "bulma": "^0.9.4",
@ -26,37 +26,37 @@
"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.1", "qs": "^6.12.3",
"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.2",
"sortablejs-vue3": "^1.2.11", "sortablejs-vue3": "^1.2.11",
"swiper": "^11.1.3", "swiper": "^11.1.8",
"vue": "^3.4.27", "vue": "^3.4.34",
"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.3.2", "vue-router": "^4.4.0",
"vue3-apexcharts": "^1.5.3", "vue3-apexcharts": "^1.5.3",
"vuex": "^4.1.0" "vuex": "^4.1.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.24.3", "@babel/core": "^7.24.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.24.3", "@babel/preset-env": "^7.25.0",
"@babel/preset-react": "^7.24.1", "@babel/preset-react": "^7.24.7",
"@types/leaflet": "^1.9.8", "@types/leaflet": "^1.9.12",
"@types/masonry-layout": "^4.2.7", "@types/masonry-layout": "^4.2.8",
"@vue/compiler-sfc": "3.4.21", "@vue/compiler-sfc": "3.4.34",
"acorn": "^8.11.3", "acorn": "^8.12.1",
"ajv": "^8.12.0", "ajv": "^8.17.1",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3", "babel-loader": "^9.1.3",
"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.0",
"eslint-plugin-vue": "^9.24.0", "eslint-plugin-vue": "^9.27.0",
"eslint-webpack-plugin": "^4.1.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",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
@ -64,8 +64,8 @@
"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.91.0", "webpack": "^5.93.0",
"webpack-bundle-analyzer": "^4.10.1", "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",
"webpack-merge": "^5.10.0" "webpack-merge": "^5.10.0"