Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major) (#681)
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 16, 2024
1 parent c40abd3 commit 16936c6
Show file tree
Hide file tree
Showing 8 changed files with 464 additions and 432 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "awesome-web",
"private": true,
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.7.1",
"description": "A brand new repository for web development prototypes",
"author": "sabertazimi",
"license": "MIT",
Expand Down 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.15",
"@types/node": "^20.15.0",
"eslint": "^8.57.0",
"lerna": "^8.1.8",
"prettier": "^3.3.3",
"stylelint": "^16.8.1",
"stylelint": "^16.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/mortal-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.9.0",
"private": true,
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.7.1",
"scripts": {
"start": "pnpm dev",
"dev": "vite",
Expand All @@ -21,14 +21,14 @@
"@element-plus/icons-vue": "^2.3.1",
"@unhead/vue": "^1.9.16",
"element-plus": "^2.8.0",
"pinia": "^2.2.1",
"vue": "^3.4.37",
"vue-i18n": "^9.13.1"
"pinia": "^2.2.2",
"vue": "^3.4.38",
"vue-i18n": "^9.14.0"
},
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.15",
"@types/node": "^20.15.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vitest/coverage-v8": "^2.0.5",
"@vue/test-utils": "^2.4.6",
Expand All @@ -39,8 +39,8 @@
"npm-run-all2": "^6.2.2",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.4.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.1",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
}
Expand Down
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.15",
"@types/node": "^20.15.0",
"@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,23 +14,23 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.4.37",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vuex": "^4.1.0"
},
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.3",
"@dg-scripts/stylelint-config": "^5.21.3",
"@types/node": "^20.14.15",
"@types/node": "^20.15.0",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"stylelint": "^16.8.1",
"tailwindcss": "^3.4.9",
"stylelint": "^16.8.2",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
}
}
4 changes: 2 additions & 2 deletions packages/vue-challenges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"eslint": "^8.57.0",
"jsdom": "^24.1.1",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vitest": "^2.0.5",
"vue": "^3.4.37"
"vue": "^3.4.38"
}
}
2 changes: 1 addition & 1 deletion packages/vue-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vite": "^5.4.0"
"vite": "^5.4.1"
}
}
10 changes: 5 additions & 5 deletions packages/vue-trello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
},
"dependencies": {
"nanoid": "^5.0.7",
"vue": "^3.4.37",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vuex": "^4.1.0"
},
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.3",
"@dg-scripts/stylelint-config": "^5.21.3",
"@types/node": "^20.14.15",
"@types/node": "^20.15.0",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"stylelint": "^16.8.1",
"tailwindcss": "^3.4.9",
"stylelint": "^16.8.2",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit 16936c6

Please sign in to comment.