-Update package*.json files

This commit is contained in:
Juan Carlos Ruvalcaba 2023-07-06 10:36:47 -07:00
parent 5e735e7b49
commit 57cb619394
2 changed files with 2771 additions and 1775 deletions

4532
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -31,7 +31,7 @@
"axios": "^1.4.0", "axios": "^1.4.0",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"dom7": "^4.0.6", "dom7": "^4.0.6",
"framework7": "^8.1.0", "framework7": "^8.2.0",
"framework7-icons": "^5.0.5", "framework7-icons": "^5.0.5",
"html2pdf.js": "^0.10.1", "html2pdf.js": "^0.10.1",
"localforage": "^1.10.0", "localforage": "^1.10.0",
@ -39,12 +39,12 @@
"swiper": "^10.0.3" "swiper": "^10.0.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.22.5", "@babel/core": "^7.22.8",
"@babel/plugin-transform-runtime": "^7.0.0", "@babel/plugin-transform-runtime": "^7.22.7",
"@babel/preset-env": "^7.22.5", "@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5", "@babel/preset-react": "^7.22.5",
"@babel/runtime": "^7.22.5", "@babel/runtime": "^7.22.6",
"babel-loader": "^7.1.5", "babel-loader": "^8.0.6",
"chalk": "^5.3.0", "chalk": "^5.3.0",
"concurrently": "^8.2.0", "concurrently": "^8.2.0",
"copy-webpack-plugin": "^11.0.0", "copy-webpack-plugin": "^11.0.0",
@ -70,6 +70,6 @@
"webpack": "^5.88.1", "webpack": "^5.88.1",
"webpack-cli": "^5.1.4", "webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1", "webpack-dev-server": "^4.15.1",
"workbox-webpack-plugin": "^4.3.1" "workbox-webpack-plugin": "^7.0.0"
} }
} }