Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 18, 2024
1 parent 1cd20a7 commit 097a5c6
Show file tree
Hide file tree
Showing 4 changed files with 654 additions and 592 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout 🛎
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- uses: pnpm/action-setup@v2

Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
18.20.3
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,37 @@
"lint:fix": "eslint --fix --ext .ts,.js,.vue,.cjs . && prettier -w ."
},
"dependencies": {
"@atproto/api": "0.3.13",
"@atproto/xrpc": "0.1.0",
"@headlessui/vue": "1.7.14",
"@heroicons/vue": "2.0.18",
"consola": "3.2.2",
"@atproto/api": "0.12.20",
"@atproto/xrpc": "0.5.0",
"@headlessui/vue": "1.7.22",
"@heroicons/vue": "2.1.4",
"consola": "3.2.3",
"date-fns": "2.30.0",
"vest": "4.6.11",
"vue": "3.3.4"
"vue": "3.4.29"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.18",
"@histoire/plugin-vue": "0.16.1",
"@tailwindcss/forms": "0.5.3",
"@types/chrome": "0.0.239",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@crxjs/vite-plugin": "2.0.0-beta.23",
"@histoire/plugin-vue": "0.17.17",
"@tailwindcss/forms": "0.5.7",
"@types/chrome": "0.0.268",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-vue": "4.2.3",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.3",
"autoprefixer": "10.4.14",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-vue": "9.15.1",
"histoire": "0.16.2",
"postcss": "8.4.24",
"postcss-nesting": "12.0.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.6",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-vue": "9.26.0",
"histoire": "0.17.17",
"postcss": "8.4.38",
"postcss-nesting": "12.1.5",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"vite": "4.3.9",
"vitest": "0.32.2",
"vue-tsc": "1.8.3"
"vitest": "0.34.6",
"vue-tsc": "1.8.27"
},
"packageManager": "pnpm@8.6.5"
"packageManager": "pnpm@8.15.8"
}
Loading

0 comments on commit 097a5c6

Please sign in to comment.