Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package                        | from   | to      |
| ---------- | ------------------------------ | ------ | ------- |
| npm        | @vitejs/plugin-react           | 2.0.1  | 2.1.0   |
| npm        | @vitejs/plugin-vue             | 3.0.3  | 3.1.0   |
| npm        | pnpm                           | 7.9.5  | 7.11.0  |
| npm        | vite                           | 3.0.9  | 3.1.0   |
| npm        | vite-plugin-css-injected-by-js | 2.0.4  | 2.1.0   |
| npm        | vue                            | 3.2.38 | 3.2.39  |
| npm        | vue                            | 3.2.38 | 3.2.39  |
| npm        | vue-tsc                        | 0.40.5 | 0.40.13 |
  • Loading branch information
renovate[bot] committed Sep 8, 2022
1 parent 8688c6d commit 3a4d198
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 187 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"packageManager": "pnpm@7.9.5",
"packageManager": "pnpm@7.11.0",
"scripts": {
"preinstall": "npx only-allow pnpm -y",
"prepare": "husky install",
Expand Down Expand Up @@ -49,8 +49,8 @@
"@ombro/logger": "^1.5.5",
"@ombro/tsconfig": "^1.4.2",
"@types/node": "^17.0.45",
"@vitejs/plugin-react": "^2.0.1",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-react": "^2.1.0",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/tsconfig": "^0.1.3",
"classnames": "^2.3.1",
"commitizen": "^4.2.5",
Expand All @@ -61,11 +61,11 @@
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "^4.8.2",
"vite": "^3.0.9",
"vite-plugin-css-injected-by-js": "^2.0.4",
"vite": "^3.1.0",
"vite-plugin-css-injected-by-js": "^2.1.0",
"vite-plugin-dts": "^1.4.1",
"vue": "^3.2.38",
"vue": "^3.2.39",
"vue-router": "^4.1.5",
"vue-tsc": "^0.40.5"
"vue-tsc": "^0.40.13"
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@cphayim/digm-shared": "workspace:*"
},
"devDependencies": {
"vue": "^3.2.38"
"vue": "^3.2.39"
},
"peerDependencies": {
"vue": "^3.2.25"
Expand Down
Loading

0 comments on commit 3a4d198

Please sign in to comment.