Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
vanarok committed Jul 17, 2024
1 parent f2069c4 commit fcaf650
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "shuriken",
"description": "manifest.json description",
"private": true,
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@tanstack/vue-query": "^5.40.1",
"@tanstack/vue-query-devtools": "^5.44.0",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"vue": "^3.4.0"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.67",
"@unocss/preset-icons": "^0.61.0",
"@vitejs/plugin-vue": "^5.0.1",
"typescript": "^5.3.3",
"unocss": "^0.61.0",
"vue-tsc": "^2.0.6",
"wxt": "^0.18.0"
}
"name": "shuriken",
"description": "manifest.json description",
"private": true,
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@tanstack/vue-query": "^5.40.1",
"@tanstack/vue-query-devtools": "^5.44.0",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"vue": "^3.4.0"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.67",
"@unocss/preset-icons": "^0.61.0",
"@vitejs/plugin-vue": "^5.0.1",
"typescript": "^5.3.3",
"unocss": "^0.61.0",
"vue-tsc": "^2.0.6",
"wxt": "^0.18.0"
}
}

0 comments on commit fcaf650

Please sign in to comment.