Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent dd94db7 commit 136591f
Show file tree
Hide file tree
Showing 7 changed files with 608 additions and 597 deletions.
4 changes: 2 additions & 2 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.6.0",
"packageManager": "pnpm@9.7.0",
"description": "A brand new repository for web development prototypes",
"author": "sabertazimi",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@dg-scripts/stylelint-config": "^5.21.3",
"@types/node": "^20.14.14",
"eslint": "^8.57.0",
"lerna": "^8.1.7",
"lerna": "^8.1.8",
"prettier": "^3.3.3",
"stylelint": "^16.8.1",
"ts-node": "^10.9.2",
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 @@ -3,7 +3,7 @@
"type": "module",
"version": "1.9.0",
"private": true,
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"scripts": {
"start": "pnpm dev",
"dev": "vite",
Expand All @@ -20,9 +20,9 @@
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@unhead/vue": "^1.9.16",
"element-plus": "^2.7.8",
"pinia": "^2.2.0",
"vue": "^3.4.35",
"element-plus": "^2.8.0",
"pinia": "^2.2.1",
"vue": "^3.4.37",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
Expand All @@ -40,7 +40,7 @@
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
}
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,8 +14,8 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.4.35",
"vue-router": "^4.4.2",
"vue": "^3.4.37",
"vue-router": "^4.4.3",
"vuex": "^4.1.0"
},
"devDependencies": {
Expand All @@ -25,12 +25,12 @@
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"stylelint": "^16.8.1",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.0",
"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.3.5",
"vite": "^5.4.0",
"vitest": "^2.0.5",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}
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.3.5"
"vite": "^5.4.0"
}
}
10 changes: 5 additions & 5 deletions packages/vue-trello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"nanoid": "^5.0.7",
"vue": "^3.4.35",
"vue-router": "^4.4.2",
"vue": "^3.4.37",
"vue-router": "^4.4.3",
"vuex": "^4.1.0"
},
"devDependencies": {
Expand All @@ -26,12 +26,12 @@
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"stylelint": "^16.8.1",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit 136591f

Please sign in to comment.