Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#338)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent 268a170 commit e85545f
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 186 deletions.
26 changes: 13 additions & 13 deletions apps/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@amcharts/amcharts5": "5.9.2",
"@amcharts/amcharts5": "5.9.4",
"@mdi/font": "7.4.47",
"@tanstack/query-core": "5.29.0",
"@tanstack/vue-query": "5.29.0",
"@tanstack/vue-query-devtools": "5.29.0",
"@tanstack/query-core": "5.32.0",
"@tanstack/vue-query": "5.32.0",
"@tanstack/vue-query-devtools": "5.32.0",
"@vee-validate/zod": "4.12.6",
"axios": "1.6.8",
"core-js": "3.37.0",
"dayjs": "1.11.10",
"element-plus": "2.7.1",
"dayjs": "1.11.11",
"element-plus": "2.7.2",
"highcharts": "11.4.1",
"highcharts-vue": "1.4.3",
"lodash.debounce": "4.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"services": "*",
"stores": "*",
"utils": "*",
"vee-validate": "4.12.6",
"vue": "3.4.23",
"vue": "3.4.25",
"vue-router": "4.3.2",
"vue-zustand": "0.6.0",
"vuetify": "3.5.16",
"zod": "3.23.0"
"vuetify": "3.5.17",
"zod": "3.23.4"
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "7.24.1",
Expand All @@ -47,8 +47,8 @@
"@testing-library/user-event": "14.5.2",
"@testing-library/vue": "8.0.3",
"@types/lodash.debounce": "4.0.9",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-vue": "4.6.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@tanstack/query-core": "5.29.0",
"@tanstack/react-query": "5.29.2",
"@tanstack/query-core": "5.32.0",
"@tanstack/react-query": "5.32.0",
"dayjs": "^1.11.10",
"ics": "^3.5.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"eslint": "^8.54.0",
"eslint-config-custom": "*",
"prettier": "^3.1.0",
"turbo": "1.13.2",
"turbo": "1.13.3",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"license": "MIT",
"devDependencies": {
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.13.2",
"eslint-config-turbo": "1.13.3",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-unused-imports": "3.1.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
Expand Down
Loading

0 comments on commit e85545f

Please sign in to comment.