Update package-json files

This commit is contained in:
Juan Carlos Ruvalcaba 2022-01-24 00:47:54 -07:00
parent e2cefbf8ee
commit 9c98659a09
2 changed files with 13116 additions and 3029 deletions

16105
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,48 +28,48 @@
],
"dependencies": {
"alasql": "^1.7.3",
"axios": "^0.24.0",
"axios": "^0.25.0",
"crypto-js": "^4.1.1",
"dom7": "^4.0.1",
"framework7": "^6.3.9",
"dom7": "^4.0.4",
"framework7": "^6.3.15",
"framework7-icons": "^5.0.5",
"html2pdf.js": "^0.10.1",
"localforage": "^1.10.0",
"skeleton-elements": "^4.0.0",
"swiper": "^7.3.1"
"swiper": "^7.4.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@babel/core": "^7.16.12",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "^7.16.7",
"babel-loader": "^8.2.3",
"chalk": "^5.0.0",
"concurrently": "^6.4.0",
"copy-webpack-plugin": "^10.0.0",
"cpy-cli": "^3.1.1",
"concurrently": "^7.0.0",
"copy-webpack-plugin": "^10.2.1",
"cpy-cli": "^1.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"file-loader": "^6.2.0",
"framework7-loader": "^3.0.2",
"html-webpack-plugin": "^5.5.0",
"html2canvas": "^1.3.3",
"jspdf": "^2.4.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.4.5",
"mini-css-extract-plugin": "^2.5.2",
"ora": "^6.0.1",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.0.1",
"postcss-preset-env": "^7.2.3",
"rimraf": "^3.0.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.2.5",
"terser-webpack-plugin": "^5.3.0",
"url-loader": "^4.1.1",
"webpack": "^5.64.4",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"webpack-dev-server": "^4.7.3",
"workbox-webpack-plugin": "^6.4.2"
}
}