Updates several packages frmo package.json.

This commit is contained in:
mateuswetah 2022-06-22 12:06:12 -03:00
parent 2a4c221198
commit c5ff3a522a
2 changed files with 1117 additions and 1569 deletions

2642
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,59 +8,59 @@
"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": {
"apexcharts": "^3.34.0", "apexcharts": "^3.35.3",
"axios": "^0.21.4", "axios": "^0.27.2",
"blurhash": "^1.1.5", "blurhash": "^1.1.5",
"buefy": "^0.9.19", "buefy": "^0.9.21",
"bulma": "^0.9.3", "bulma": "^0.9.4",
"conditioner-core": "^2.3.3", "conditioner-core": "^2.3.3",
"countup.js": "^2.1.0", "countup.js": "^2.2.0",
"css-vars-ponyfill": "^2.4.7", "css-vars-ponyfill": "^2.4.7",
"floating-vue": "^1.0.0-beta.15", "floating-vue": "^1.0.0-beta.17",
"masonry-layout": "^4.2.2", "masonry-layout": "^4.2.2",
"moment": "^2.29.1", "moment": "^2.29.3",
"node-sass": "^7.0.1", "node-sass": "^7.0.1",
"photoswipe": "^5.2.2", "photoswipe": "^5.2.8",
"qs": "^6.10.3", "qs": "^6.10.5",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"swiper": "^8.0.7", "swiper": "^8.2.4",
"t": "^0.5.1", "t": "^0.5.1",
"vue": "^2.6.14", "vue": "^2.6.14",
"vue-apexcharts": "^1.6.2", "vue-apexcharts": "^1.6.2",
"vue-blurhash": "^0.1.4", "vue-blurhash": "^0.1.4",
"vue-countup-v2": "^4.0.0", "vue-countup-v2": "^4.0.0",
"vue-router": "^3.1.6", "vue-router": "^3.5.4",
"vue-the-mask": "^0.11.1", "vue-the-mask": "^0.11.1",
"vuedraggable": "^2.24.3", "vuedraggable": "^2.24.3",
"vuex": "^3.4.0" "vuex": "^3.6.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.8", "@babel/core": "^7.18.5",
"@babel/preset-env": "^7.16.11", "@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.16.7", "@babel/preset-react": "^7.17.12",
"@types/masonry-layout": "^4.2.5", "@types/masonry-layout": "^4.2.5",
"acorn": "^8.7.0", "acorn": "^8.7.1",
"autoprefixer": "^10.4.4", "autoprefixer": "^10.4.7",
"babel-loader": "^8.2.4", "babel-loader": "^8.2.5",
"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.7.1", "css-loader": "^6.7.1",
"eslint": "^8.12.0", "eslint": "^8.18.0",
"eslint-plugin-vue": "^8.5.0", "eslint-plugin-vue": "^8.7.1",
"eslint-webpack-plugin": "^3.1.1", "eslint-webpack-plugin": "^3.1.1",
"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": "^6.2.1", "postcss-loader": "7.0.0",
"sass-loader": "^12.6.0", "sass-loader": "^13.0.0",
"style-loader": "^3.3.1", "style-loader": "^3.3.1",
"terser-webpack-plugin": "5.3.1", "terser-webpack-plugin": "5.3.3",
"vue-loader": "^15.9.8", "vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14", "vue-template-compiler": "^2.6.14",
"webpack": "^5.70.0", "webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0", "webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2", "webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.7.4", "webpack-dev-server": "^4.9.2",
"webpack-merge": "^5.8.0" "webpack-merge": "^5.8.0"
} }
} }