Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from elonehoo/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin dependencies
  • Loading branch information
elonehoo committed Aug 25, 2022
2 parents cc39c50 + ecdc648 commit 79837ec
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 267 deletions.
16 changes: 8 additions & 8 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"vue": "^3.2.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.33",
"bumpp": "^8.2.1",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"vite-plugin-dts": "^1.2.0",
"vite-plugin-libcss": "^1.0.5",
"vue-tsc": "^0.34.7"
"@vitejs/plugin-vue": "2.3.4",
"@vue/compiler-sfc": "3.2.37",
"bumpp": "8.2.1",
"rimraf": "3.0.2",
"ts-node": "10.9.1",
"vite-plugin-dts": "1.4.1",
"vite-plugin-libcss": "1.0.5",
"vue-tsc": "0.34.17"
}
}
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"devDependencies": {
"@elonehoo/vue-mac-keyboard":"workspace:*",
"@iconify-json/carbon": "^1.1.6",
"@iconify-json/carbon": "1.1.7",
"@unocss/reset": "0.45.12",
"@vitejs/plugin-vue": "^2.3.3",
"unocss": "^0.41.1",
"vue": "^3.2.37",
"vue-router": "^4.0.16",
"vue-tsc": "^0.38.2"
"@vitejs/plugin-vue": "2.3.4",
"unocss": "0.41.2",
"vue": "3.2.37",
"vue-router": "4.1.4",
"vue-tsc": "0.38.9"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"build:dev": "pnpm -C core run build:lib"
},
"dependencies": {
"vue": "^3.2.37"
"vue": "3.2.37"
},
"devDependencies": {
"@elonehoo/eslint-config": "^2.0.0",
"@types/node": "^18.0.0",
"bumpp": "^8.2.1",
"eslint": "^8.18.0",
"pnpm": "^7.3.0",
"rimraf": "^3.0.2",
"typescript": "^4.7.4",
"vite": "^2.9.12"
"@elonehoo/eslint-config": "2.0.0",
"@types/node": "18.7.13",
"bumpp": "8.2.1",
"eslint": "8.22.0",
"pnpm": "7.9.5",
"rimraf": "3.0.2",
"typescript": "4.7.4",
"vite": "2.9.15"
}
}

0 comments on commit 79837ec

Please sign in to comment.