Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 15, 2024
1 parent e84901a commit 01a0440
Show file tree
Hide file tree
Showing 4 changed files with 444 additions and 633 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.17.0
18.20.2
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,36 @@
"format": "eslint --fix --ext .ts,.js,.vue,.cjs . && prettier -w ."
},
"dependencies": {
"@headlessui/vue": "1.7.15",
"@heroicons/vue": "2.0.18",
"@headlessui/vue": "1.7.20",
"@heroicons/vue": "2.1.3",
"consola": "3.2.3",
"date-fns": "2.30.0",
"twitter-text": "3.1.0",
"vue": "3.3.4"
"vue": "3.4.22"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.18",
"@tailwindcss/forms": "0.5.4",
"@types/chrome": "0.0.242",
"@types/twitter-text": "3.1.5",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"@crxjs/vite-plugin": "2.0.0-beta.23",
"@tailwindcss/forms": "0.5.7",
"@types/chrome": "0.0.266",
"@types/twitter-text": "3.1.10",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-vue": "4.2.3",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "11.0.3",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-vue": "9.15.1",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "9.25.0",
"jsdom": "22.1.0",
"postcss": "8.4.27",
"prettier": "3.0.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"prettier": "3.2.5",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"vite": "4.4.7",
"vitest": "0.33.0",
"vue-tsc": "1.8.8"
"vitest": "0.34.6",
"vue-tsc": "1.8.27"
},
"packageManager": "pnpm@8.6.10"
"packageManager": "pnpm@8.15.7"
}

0 comments on commit 01a0440

Please sign in to comment.