Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major) (#678)
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] committed Aug 2, 2024
1 parent 81d9267 commit 8c75780
Show file tree
Hide file tree
Showing 7 changed files with 432 additions and 432 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.3",
"@dg-scripts/stylelint-config": "^5.21.3",
"@types/node": "^20.14.13",
"@types/node": "^20.14.14",
"eslint": "^8.57.0",
"lerna": "^8.1.7",
"prettier": "^3.3.3",
"stylelint": "^16.7.0",
"stylelint": "^16.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/mortal-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"@unhead/vue": "^1.9.16",
"element-plus": "^2.7.8",
"pinia": "^2.2.0",
"vue": "^3.4.34",
"vue": "^3.4.35",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.13",
"@vitejs/plugin-vue": "^5.1.1",
"@vitest/coverage-v8": "^2.0.4",
"@types/node": "^20.14.14",
"@vitejs/plugin-vue": "^5.1.2",
"@vitest/coverage-v8": "^2.0.5",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
Expand All @@ -41,7 +41,7 @@
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.5",
"vitest": "^2.0.4",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
}
}
2 changes: 1 addition & 1 deletion packages/react-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.13",
"@types/node": "^20.14.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-reconciler": "^0.28.8",
Expand Down
10 changes: 5 additions & 5 deletions packages/vue-basis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.4.34",
"vue-router": "^4.4.0",
"vue": "^3.4.35",
"vue-router": "^4.4.2",
"vuex": "^4.1.0"
},
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.3",
"@dg-scripts/stylelint-config": "^5.21.3",
"@types/node": "^20.14.13",
"@vitejs/plugin-vue": "^5.1.1",
"@types/node": "^20.14.14",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"stylelint": "^16.7.0",
"stylelint": "^16.8.1",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"vite": "^5.3.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-challenges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"test": "vitest --environment jsdom --dir solutions"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"jsdom": "^24.1.1",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vitest": "^2.0.4",
"vue": "^3.4.34"
"vitest": "^2.0.5",
"vue": "^3.4.35"
}
}
10 changes: 5 additions & 5 deletions packages/vue-trello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
},
"dependencies": {
"nanoid": "^5.0.7",
"vue": "^3.4.34",
"vue-router": "^4.4.0",
"vue": "^3.4.35",
"vue-router": "^4.4.2",
"vuex": "^4.1.0"
},
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.3",
"@dg-scripts/stylelint-config": "^5.21.3",
"@types/node": "^20.14.13",
"@vitejs/plugin-vue": "^5.1.1",
"@types/node": "^20.14.14",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"stylelint": "^16.7.0",
"stylelint": "^16.8.1",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"vite": "^5.3.5",
Expand Down
Loading

0 comments on commit 8c75780

Please sign in to comment.