Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 30, 2024
1 parent e5c2df9 commit c2694db
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.1
uses: pnpm/action-setup@v2.4.0

- name: Install node
uses: actions/setup-node@v3
Expand Down
40 changes: 20 additions & 20 deletions example/vue-demo/package.json
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@6.32.3",
"packageManager": "pnpm@6.35.1",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
Expand All @@ -10,29 +10,29 @@
"test": "vitest"
},
"dependencies": {
"@elonehoo/paragraph-highlight": "^0.0.1",
"@elonehoo/paragraph-highlight": "^0.0.4",
"@vueuse/core": "^7.7.1",
"vue": "^3.2.31",
"vue-router": "^4.0.14"
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^0.18.6",
"@iconify-json/carbon": "^1.1.1",
"@types/node": "^17.0.21",
"@unocss/reset": "^0.27.6",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/test-utils": "^2.0.0-rc.18",
"eslint": "^8.10.0",
"@antfu/eslint-config": "^0.43.1",
"@iconify-json/carbon": "^1.1.28",
"@types/node": "^17.0.45",
"@unocss/reset": "^0.58.4",
"@vitejs/plugin-vue": "^2.3.4",
"@vue/test-utils": "^2.4.4",
"eslint": "^8.56.0",
"jsdom": "^19.0.0",
"pnpm": "^6.32.3",
"typescript": "^4.6.2",
"unocss": "^0.27.6",
"unplugin-auto-import": "^0.6.1",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.9.0",
"vite-plugin-pages": "^0.21.4",
"vitest": "^0.9.0",
"vue-tsc": "^0.32.1"
"pnpm": "^6.35.1",
"typescript": "^4.9.5",
"unocss": "^0.58.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^2.9.17",
"vite-plugin-pages": "^0.32.0",
"vitest": "^0.34.6",
"vue-tsc": "^0.40.13"
},
"eslintConfig": {
"extends": "@antfu"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "vue text highlight component",
"main": "index.js",
"packageManager": "pnpm@6.28.0",
"packageManager": "pnpm@6.35.1",
"scripts": {
"publish": "npm -C packages/core run publish",
"example:vue": "npm -C example/vue-demo run dev",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Expand Up @@ -14,13 +14,13 @@
"publish": "npm publish --access public"
},
"dependencies": {
"vue": "^3.2.25"
"vue": "^3.4.15"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@vitejs/plugin-vue": "^2.3.0",
"typescript": "^4.5.4",
"vite": "^2.9.0",
"vue-tsc": "^0.29.8"
"@types/node": "^17.0.45",
"@vitejs/plugin-vue": "^2.3.4",
"typescript": "^4.9.5",
"vite": "^2.9.17",
"vue-tsc": "^0.40.13"
}
}

0 comments on commit c2694db

Please sign in to comment.