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 Mar 20, 2023
1 parent 701c7bb commit 258f0ad
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 239 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.3.0
uses: actions/checkout@v3.4.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.14.2
18.15.0
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,35 @@
"format": "eslint --fix --ext .ts,.js,.vue,.cjs . && prettier -w ."
},
"dependencies": {
"@headlessui/vue": "1.7.10",
"@headlessui/vue": "1.7.12",
"@heroicons/vue": "2.0.16",
"consola": "2.15.3",
"date-fns": "2.29.3",
"twitter-text": "3.1.0",
"vue": "3.2.47"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.13",
"@crxjs/vite-plugin": "2.0.0-beta.15",
"@tailwindcss/forms": "0.5.3",
"@types/chrome": "0.0.217",
"@types/chrome": "0.0.224",
"@types/twitter-text": "3.1.5",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@vitejs/plugin-vue": "4.0.0",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.2",
"autoprefixer": "10.4.13",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"autoprefixer": "10.4.14",
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-vue": "9.9.0",
"jsdom": "21.1.0",
"jsdom": "21.1.1",
"postcss": "8.4.21",
"prettier": "2.8.4",
"prettier": "2.8.5",
"tailwindcss": "3.2.7",
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.28.5",
"vue-tsc": "1.1.7"
"vitest": "0.29.3",
"vue-tsc": "1.2.0"
},
"packageManager": "pnpm@7.27.1"
"packageManager": "pnpm@7.30.0"
}
Loading

0 comments on commit 258f0ad

Please sign in to comment.