Update packages

This commit is contained in:
CheddarCrisp 2024-04-12 12:16:41 -04:00
parent 4a572324e0
commit d057048c66
2 changed files with 3426 additions and 12689 deletions

16062
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,32 +11,31 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@beyonk/google-fonts-webpack-plugin": "^1.2.3", "chart.js": "^4.4.2",
"chart.js": "^2.9.4", "clean-webpack-plugin": "^4.0.0",
"clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^12.0.2",
"copy-webpack-plugin": "^5.1.2", "css-loader": "^7.1.1",
"css-loader": "^3.4.2", "file-loader": "^6.2.0",
"file-loader": "^5.1.0", "html-loader": "^5.0.0",
"html-loader": "^0.5.5", "html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^3.2.0", "idb-keyval": "^6.2.1",
"idb-keyval": "^3.2.0", "reset-css": "^5.0.2",
"reset-css": "^5.0.1", "string-replace-loader": "^3.1.0",
"string-replace-loader": "^2.2.0", "style-loader": "^4.0.0",
"style-loader": "^1.1.3", "svelte": "^4.2.13",
"svelte": "^3.4.1", "svelte-loader": "^3.2.0",
"svelte-loader": "^2.13.4", "terser-webpack-plugin": "^5.3.10",
"terser-webpack-plugin": "^2.3.5", "uuid": "^9.0.1",
"uuid": "^3.4.0", "webpack": "^5.91.0",
"webpack": "^4.31.0", "webpack-cli": "^5.1.4",
"webpack-cli": "^3.3.2", "webpack-dev-server": "^5.0.4",
"webpack-dev-server": "^3.4.1", "webpack-license-plugin": "^4.4.2",
"webpack-license-plugin": "^4.1.1", "webpack-merge": "^5.10.0",
"webpack-merge": "^4.2.2", "workbox-broadcast-update": "^7.0.0",
"workbox-broadcast-update": "^5.0.0", "workbox-cacheable-response": "^7.0.0",
"workbox-cacheable-response": "^5.0.0", "workbox-expiration": "^7.0.0",
"workbox-expiration": "^5.0.0", "workbox-routing": "^7.0.0",
"workbox-routing": "^5.0.0", "workbox-strategies": "^7.0.0",
"workbox-strategies": "^5.0.0", "workbox-window": "^7.0.0"
"workbox-window": "^5.0.0"
} }
} }