Skip to content

Commit 58b4741

Browse files
committed
chore: release v1.0.20
1 parent 28f568e commit 58b4741

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-oop",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"packageManager": "[email protected]",
55
"engines": {
66
"pnpm": ">=9.0"
@@ -81,22 +81,23 @@
8181
"@configurajs/eslint": "^0.1.2",
8282
"@configurajs/prettier": "^0.1.4",
8383
"@varlet/release": "^0.3.3",
84+
"@vitest/coverage-istanbul": "^3.1.1",
85+
"@vue/test-utils": "^2.4.6",
86+
"@vue3-oop/plugin-vue-jsx": "^1.4.6",
8487
"autobind-decorator": "^2.4.0",
88+
"bumpp": "^10.1.0",
8589
"eslint": "^9.23.0",
8690
"injection-js": "^2.4.0",
91+
"jsdom": "^25.0.1",
8792
"lint-staged": "^14.0.1",
8893
"prettier": "^3.5.3",
8994
"sass-embedded": "^1.86.1",
9095
"simple-git-hooks": "^2.9.0",
9196
"tsup": "^8.4.0",
9297
"typescript": "^5.8.2",
9398
"vitepress": "^1.4.1",
94-
"vue": "^3.5.13",
9599
"vitest": "^3.1.1",
96-
"jsdom": "^25.0.1",
97-
"@vue3-oop/plugin-vue-jsx": "^1.4.6",
98-
"@vue/test-utils": "^2.4.6",
99-
"@vitest/coverage-istanbul": "^3.1.1"
100+
"vue": "^3.5.13"
100101
},
101102
"peerDependencies": {
102103
"injection-js": "*",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "1.0.0",
3+
"version": "1.0.20",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)