Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 18, 2024
1 parent e85545f commit 4616080
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 253 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.13.1
34 changes: 17 additions & 17 deletions apps/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@amcharts/amcharts5": "5.9.4",
"@amcharts/amcharts5": "5.9.8",
"@mdi/font": "7.4.47",
"@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",
"@tanstack/query-core": "5.36.1",
"@tanstack/vue-query": "5.37.1",
"@tanstack/vue-query-devtools": "5.37.1",
"@vee-validate/zod": "4.12.8",
"axios": "1.6.8",
"core-js": "3.37.0",
"core-js": "3.37.1",
"dayjs": "1.11.11",
"element-plus": "2.7.2",
"element-plus": "2.7.3",
"highcharts": "11.4.1",
"highcharts-vue": "1.4.3",
"lodash.debounce": "4.0.8",
Expand All @@ -32,22 +32,22 @@
"services": "*",
"stores": "*",
"utils": "*",
"vee-validate": "4.12.6",
"vue": "3.4.25",
"vee-validate": "4.12.8",
"vue": "3.4.27",
"vue-router": "4.3.2",
"vue-zustand": "0.6.0",
"vuetify": "3.5.17",
"zod": "3.23.4"
"vuetify": "3.6.6",
"zod": "3.23.8"
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "7.24.1",
"@babel/preset-env": "7.24.4",
"@babel/preset-env": "7.24.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/user-event": "14.5.2",
"@testing-library/vue": "8.0.3",
"@testing-library/vue": "8.1.0",
"@types/lodash.debounce": "4.0.9",
"@types/react": "18.3.1",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand All @@ -59,8 +59,8 @@
"@vue/cli-plugin-typescript": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/test-utils": "2.4.5",
"eslint-plugin-vue": "9.25.0",
"@vue/test-utils": "2.4.6",
"eslint-plugin-vue": "9.26.0",
"husky": "8.0.3",
"jsdom": "23.2.0",
"lint-staged": "15.2.2",
Expand Down
6 changes: 3 additions & 3 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.32.0",
"@tanstack/react-query": "5.32.0",
"@tanstack/query-core": "5.36.1",
"@tanstack/react-query": "5.37.1",
"dayjs": "^1.11.10",
"ics": "^3.5.0",
"react": "^18.2.0",
Expand All @@ -34,7 +34,7 @@
"html-webpack-plugin": "^5.5.3",
"jest": "29.7.0",
"react-dom": "^18.2.0",
"sass": "1.75.0",
"sass": "1.77.2",
"sass-loader": "13.3.3",
"style-loader": "^3.3.3",
"ts-loader": "^9.5.1",
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 @@ -14,10 +14,10 @@
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-unused-imports": "3.1.0",
"eslint-plugin-unused-imports": "3.2.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@tanstack/eslint-plugin-query": "5.28.11",
"@tanstack/eslint-plugin-query": "5.35.6",
"typescript": "5.4.5"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 4616080

Please sign in to comment.