Skip to content

Commit

Permalink
bump local deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Nov 2, 2023
1 parent 98c814d commit 63b1837
Show file tree
Hide file tree
Showing 3 changed files with 510 additions and 454 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-clerk",
"version": "0.0.12",
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.2",
"description": "",
"author": "Robert Soriano <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -50,24 +50,24 @@
"@vueuse/core": "^10.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
"@antfu/eslint-config": "^1.1.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/user-event": "^14.5.1",
"@testing-library/vue": "^7.0.0",
"@testing-library/vue": "^8.0.0",
"@vitejs/plugin-vue": "^4.4.0",
"changelogen": "^0.5.5",
"eslint": "^8.52.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"jsdom": " ^22.1.0",
"taze": "^0.11.4",
"taze": "^0.12.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"unplugin-vue": "^4.3.5",
"vite": "^4.5.0",
"vitepress": "1.0.0-rc.22",
"vitepress": "1.0.0-rc.24",
"vitest": "^0.34.6",
"vue": "^3.3.6",
"vue-tsc": "^1.8.19"
"vue": "^3.3.7",
"vue-tsc": "^1.8.22"
},
"eslintConfig": {
"extends": "@antfu",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"h3-clerk": "^0.3.5",
"h3-clerk": "^0.3.6",
"vue-clerk": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/node": "^18.18.6",
"@types/node": "^18.18.8",
"nuxt": "^3.8.0"
}
}
Loading

0 comments on commit 63b1837

Please sign in to comment.