update dependencies and version bump

This commit is contained in:
2022-04-19 14:45:06 +02:00
parent e93640b943
commit 63713faa85
5 changed files with 1252 additions and 3247 deletions

View File

@@ -12,9 +12,8 @@
"clean": "rm -rf dist .parcel-cache web-ext-artifacts ora.zip",
"dev": "parcel watch --target dev --no-hmr ./manifest.json",
"build": "parcel build --target prod ./manifest.json",
"dist": "run-s clean build pack:*",
"pack:zip": "zip -r ./ora.zip dist/prod/*",
"pack:ff": "web-ext build -s dist/prod --overwrite-dest"
"pack": "web-ext build -s dist/prod --overwrite-dest",
"dist": "run-s clean build pack"
},
"targets": {
"dev": {
@@ -26,28 +25,30 @@
"prod": {}
},
"dependencies": {
"d3": "^7",
"dayjs": "^1.10.7",
"dexie": "^3.2.0",
"d3": "^7.4.4",
"dayjs": "^1.11.1",
"dexie": "^3.2.1",
"dexie-export-import": "^1.0.3",
"faker": "5.5.2",
"file-saver": "^2.0.5",
"joi": "^17.4.2",
"joi": "^17.6.0",
"lodash": "^4.17.21",
"pretty-bytes": "^5.6.0",
"spectre.css": "^0.5.9",
"svelte-spa-router": "^3.2.0",
"tailwindcss": "^2",
"webextension-polyfill": "^0.8.0"
"tailwindcss": "^2.2.19",
"webextension-polyfill": "^0.9.0"
},
"devDependencies": {
"@parcel/config-webextension": "^2.0.1",
"@parcel/core": "^2.0.1",
"@types/lodash": "^4.14.177",
"@parcel/config-webextension": "^2.4.1",
"@parcel/core": "^2.4.1",
"@types/lodash": "^4.14.182",
"buffer": "^6.0.3",
"npm-run-all": "^4.1.5",
"parcel": "^2.0.1",
"parcel": "^2.4.1",
"parcel-transformer-svelte": "^1.2.3",
"svelte": "^3.44.2",
"web-ext": "^6.5.0"
"process": "^0.11.10",
"svelte": "^3.47.0",
"web-ext": "^6.8.0"
}
}