'yup-live-browser-extension@v1.0.8'

This commit is contained in:
Andrei O 2023-07-20 09:58:16 +03:00
parent 7d77a9840d
commit cbf3e7b900
No known key found for this signature in database
GPG Key ID: B961E5B68389457E
1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"name": "yup-live-browser-extension",
"description": "Yup Live Browser Extension",
"version": "1.0.7",
"version": "1.0.8",
"type": "module",
"author": "andrei0x309",
"license": "MIT",
@ -25,18 +25,18 @@
"@tsconfig/svelte": "^3.0.0",
"@types/chrome": "^0.0.212",
"archiver": "^5.3.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"sass": "^1.58.0",
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"yarn-upgrade-all": "^0.7.2",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"autoprefixer": "^10.4.14",
"tailwindcss": "^3.3.2"
"yarn-upgrade-all": "^0.7.2"
}
}