Skip to content

Commit

Permalink
chore: tmp upgrade to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 17, 2023
1 parent b7f97dd commit 660e513
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 164 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@types/lodash.kebabcase": "^4.1.7",
"@types/node": "^18.15.11",
"@vitest/coverage-c8": "^0.30.1",
"@vue/compiler-sfc": "^3.2.47",
"@vue/server-renderer": "^3.2.47",
"@vue/compiler-sfc": "beta",
"@vue/server-renderer": "beta",
"c8": "^7.13.0",
"chalk": "^5.2.0",
"conventional-changelog-cli": "^2.2.2",
Expand All @@ -52,7 +52,7 @@
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "^5.0.4",
"vitest": "^0.30.1",
"vue": "^3.2.47",
"vue": "beta",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand All @@ -68,6 +68,9 @@
]
},
"resolutions": {
"@nuxt/kit": "^3.4.3"
"@nuxt/kit": "^3.4.3",
"vue": "^3.3.0-beta.5",
"@vue/compiler-sfc": "^3.3.0-beta.5",
"@vue/server-renderer": "^3.3.0-beta.5"
}
}
11 changes: 8 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
"docs:build": "vitepress build ."
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^2.1.0",
"@vueuse/core": "^10.0.2",
"@chenfengyuan/vue-countdown": "^2.1.1",
"@vueuse/core": "^10.1.2",
"pinia": "workspace:^2.0.18",
"vitepress": "1.0.0-alpha.72"
"vitepress": "1.0.0-alpha.75"
},
"resolutions": {
"vue": "^3.3.0-beta.5",
"@vue/compiler-sfc": "^3.3.0-beta.5",
"@vue/server-renderer": "^3.3.0-beta.5"
}
}
6 changes: 5 additions & 1 deletion packages/pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,16 @@
"license": "MIT",
"devDependencies": {
"@microsoft/api-extractor": "7.34.4",
"@vue/test-utils": "^2.3.2"
"@vue/test-utils": "^2.3.2",
"vue": "3.3.0-beta.5"
},
"dependencies": {
"@vue/devtools-api": "^6.5.0",
"vue-demi": "*"
},
"resolutions": {
"vue": "^3.3.0-beta.5"
},
"peerDependencies": {
"@vue/composition-api": "^1.4.0",
"typescript": ">=4.4.4",
Expand Down
Loading

0 comments on commit 660e513

Please sign in to comment.