Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#111)
Browse files Browse the repository at this point in the history
| datasource | package                               | from     | to       |
| ---------- | ------------------------------------- | -------- | -------- |
| npm        | @ombro/eslint-config-react-typescript | 0.1.4    | 0.1.5    |
| npm        | @ombro/eslint-config-typescript       | 0.1.4    | 0.1.5    |
| npm        | @ombro/eslint-config-vue3-typescript  | 0.1.4    | 0.1.5    |
| npm        | @ombro/logger                         | 2.0.1    | 2.0.2    |
| npm        | @types/node                           | 18.19.17 | 18.19.39 |
| npm        | @types/react                          | 18.2.57  | 18.3.3   |
| npm        | @types/react-dom                      | 18.2.19  | 18.3.0   |
| npm        | eslint                                | 8.56.0   | 8.57.0   |
| npm        | react                                 | 18.2.0   | 18.3.1   |
| npm        | react-dom                             | 18.2.0   | 18.3.1   |
| npm        | unplugin-vue-define-options           | 1.4.2    | 1.4.5    |
| npm        | vite-plugin-css-injected-by-js        | 3.4.0    | 3.5.1    |
| npm        | vue                                   | 3.4.19   | 3.4.31   |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent d8ffd32 commit 8774201
Show file tree
Hide file tree
Showing 4 changed files with 1,020 additions and 572 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,36 +36,36 @@
]
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vue": "^3.4.19"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vue": "^3.4.31"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@ombro/eslint-config-react-typescript": "^0.1.4",
"@ombro/eslint-config-typescript": "^0.1.4",
"@ombro/eslint-config-vue3-typescript": "^0.1.4",
"@ombro/logger": "^2.0.1",
"@ombro/eslint-config-react-typescript": "^0.1.5",
"@ombro/eslint-config-typescript": "^0.1.5",
"@ombro/eslint-config-vue3-typescript": "^0.1.5",
"@ombro/logger": "^2.0.2",
"@ombro/tsconfig": "^1.4.3",
"@types/node": "^18.19.17",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/node": "^18.19.39",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"classnames": "^2.5.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"rimraf": "^4.4.1",
"typescript": "^4.9.5",
"unplugin-vue-define-options": "^1.4.2",
"unplugin-vue-define-options": "^1.4.5",
"vite": "^4.3.8",
"vite-plugin-css-injected-by-js": "^3.4.0",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-dts": "2.3.0",
"vue-tsc": "^1.8.27"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"@cphayim-digm/shared": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"classnames": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@cphayim-digm/shared": "workspace:*"
},
"devDependencies": {
"vue": "^3.4.19"
"vue": "^3.4.31"
},
"peerDependencies": {
"vue": "^3.2.25"
Expand Down
Loading

0 comments on commit 8774201

Please sign in to comment.