Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 26, 2023
1 parent 1223baa commit 9aed42b
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 244 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.17.1
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"format": "eslint --fix --ext .ts,.js,.vue,.cjs . && prettier -w ."
},
"dependencies": {
"@headlessui/vue": "1.7.15",
"@headlessui/vue": "1.7.16",
"@heroicons/vue": "2.0.18",
"consola": "3.2.3",
"date-fns": "2.30.0",
Expand All @@ -21,27 +21,27 @@
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.18",
"@tailwindcss/forms": "0.5.4",
"@types/chrome": "0.0.242",
"@tailwindcss/forms": "0.5.5",
"@types/chrome": "0.0.244",
"@types/twitter-text": "3.1.5",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@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",
"autoprefixer": "10.4.15",
"eslint": "8.48.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-vue": "9.15.1",
"eslint-plugin-vue": "9.17.0",
"jsdom": "22.1.0",
"postcss": "8.4.27",
"prettier": "3.0.0",
"postcss": "8.4.28",
"prettier": "3.0.2",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"typescript": "5.2.2",
"vite": "4.4.7",
"vitest": "0.33.0",
"vitest": "0.34.3",
"vue-tsc": "1.8.8"
},
"packageManager": "pnpm@8.6.10"
"packageManager": "pnpm@8.7.0"
}
Loading

0 comments on commit 9aed42b

Please sign in to comment.