Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Apr 22, 2023
2 parents a98901b + ad8828a commit 4594d62
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 118 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "eslint --fix --ext .ts,.js,.vue,.cjs . && prettier -w ."
},
"dependencies": {
"@atproto/api": "0.2.7",
"@atproto/api": "0.2.8",
"@atproto/xrpc": "0.1.0",
"@headlessui/vue": "1.7.13",
"@heroicons/vue": "2.0.17",
Expand All @@ -24,24 +24,24 @@
"@crxjs/vite-plugin": "2.0.0-beta.16",
"@histoire/plugin-vue": "0.16.1",
"@tailwindcss/forms": "0.5.3",
"@types/chrome": "0.0.231",
"@types/chrome": "0.0.233",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@vitejs/plugin-vue": "4.1.0",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.2",
"autoprefixer": "10.4.14",
"eslint": "8.38.0",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-vue": "9.11.0",
"histoire": "0.16.1",
"postcss": "8.4.22",
"postcss": "8.4.23",
"postcss-nesting": "11.2.2",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"vite": "4.2.2",
"vitest": "0.30.1",
"vue-tsc": "1.2.0"
"vue-tsc": "1.4.2"
},
"packageManager": "pnpm@8.3.0"
"packageManager": "pnpm@8.3.1"
}
Loading

0 comments on commit 4594d62

Please sign in to comment.