Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Feb 5, 2024
1 parent b71a97d commit 9ef4d3c
Show file tree
Hide file tree
Showing 7 changed files with 227 additions and 138 deletions.
14 changes: 7 additions & 7 deletions packages/varlet-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"@varlet/release": "^0.2.1",
"@babel/core": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@vitejs/plugin-vue": "5.0.1",
"@vitejs/plugin-vue": "5.0.3",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vue/babel-plugin-jsx": "1.1.5",
"@vue/compiler-sfc": "3.4.3",
"@vue/runtime-core": "3.4.3",
"vue": "3.4.3",
"@vue/babel-plugin-jsx": "1.2.1",
"@vue/compiler-sfc": "3.4.15",
"@vue/runtime-core": "3.4.15",
"vue": "3.4.15",
"vite": "5.0.10",
"esbuild": "0.19.3",
"vitest": "1.1.0",
Expand Down Expand Up @@ -92,15 +92,15 @@
"@varlet/ui": "workspace:*",
"@varlet/icons": "workspace:*",
"@varlet/touch-emulator": "workspace:*",
"@vue/runtime-core": "3.4.3",
"@vue/runtime-core": "3.4.15",
"@vue/test-utils": "2.4.1",
"@vitest/coverage-istanbul": "1.1.0",
"vitest": "1.1.0",
"jsdom": "22.1.0",
"clipboard": "^2.0.6",
"live-server": "^1.2.1",
"lodash-es": "^4.17.21",
"vue": "3.4.3",
"vue": "3.4.15",
"vue-router": "4.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/varlet-cli/template/generators/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@varlet/shared": "workspace:*",
"@varlet/ui": "workspace:*",
"@vue/test-utils": "2.4.1",
"@vue/runtime-core": "3.4.3",
"@vue/runtime-core": "3.4.15",
"@vitest/coverage-istanbul": "1.1.0",
"jsdom": "22.1.0",
"vitest": "1.1.0",
Expand All @@ -56,7 +56,7 @@
"prettier": "^2.8.8",
"simple-git-hooks": "^2.8.0",
"typescript": "^5.1.5",
"vue": "3.4.3",
"vue": "3.4.15",
"vue-router": "4.2.0"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-ui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@vue/repl": "^2.4.0",
"file-saver": "^2.0.5",
"jszip": "^3.6.0",
"vue": "3.4.3"
"vue": "3.4.15"
},
"eslintConfig": {
"rules": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.3.4",
"vue": "^3.4.15",
"@varlet/ui": "latest",
"@varlet/touch-emulator": "latest"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"@vue/compiler-sfc": "^3.4.15",
"vite": "^4.3.9"
}
}
4 changes: 2 additions & 2 deletions packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@varlet/cli": "workspace:*",
"@varlet/ui": "workspace: *",
"@varlet/touch-emulator": "workspace:*",
"@vue/runtime-core": "3.4.3",
"@vue/runtime-core": "3.4.15",
"@vue/test-utils": "2.4.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.7.18",
Expand All @@ -77,7 +77,7 @@
"live-server": "^1.2.1",
"lodash-es": "^4.17.21",
"typescript": "^5.1.5",
"vue": "3.4.3",
"vue": "3.4.15",
"vue-router": "4.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/varlet-use/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/node": "^18.7.18",
"tsup": "7.2.0",
"typescript": "^5.1.5",
"vue": "3.4.3"
"vue": "3.4.15"
},
"peerDependencies": {
"vue": "^3.2.0"
Expand Down
Loading

0 comments on commit 9ef4d3c

Please sign in to comment.