Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jun 13, 2023
1 parent 3a5fe80 commit 185a1d0
Show file tree
Hide file tree
Showing 3 changed files with 1,264 additions and 1,305 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-signals",
"type": "module",
"version": "0.3.0",
"packageManager": "pnpm@7.28.0",
"packageManager": "pnpm@8.6.2",
"description": "Solid and Angular signals for Vue.js",
"author": "Johann Schopplich <pkg@johannschopplich.com>",
"license": "MIT",
Expand Down Expand Up @@ -44,18 +44,19 @@
"release": "bumpp --commit --push --tag"
},
"peerDependencies": {
"vue": "^3"
"@vue/reactivity": "^3"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.3",
"@types/node": "^18.14.1",
"@vitejs/plugin-vue": "^4.0.0",
"bumpp": "^9.0.0",
"eslint": "^8.35.0",
"typescript": "^4.9.5",
"unbuild": "^1.1.2",
"vite": "^4.1.4",
"vue": "^3.2.47",
"vue-tsc": "^1.2.0"
"@antfu/eslint-config": "^0.39.5",
"@types/node": "^18.16.18",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/reactivity": "^3.3.4",
"bumpp": "^9.1.1",
"eslint": "^8.42.0",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vue": "^3.3.4",
"vue-tsc": "^1.6.5"
}
}
Loading

0 comments on commit 185a1d0

Please sign in to comment.