Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major) (#686)
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 Aug 30, 2024
1 parent 7247ffd commit 4284159
Show file tree
Hide file tree
Showing 7 changed files with 266 additions and 266 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.8.0",
"packageManager": "pnpm@9.9.0",
"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.16.1",
"@types/node": "^20.16.2",
"eslint": "^8.57.0",
"lerna": "^8.1.8",
"prettier": "^3.3.3",
"stylelint": "^16.8.2",
"stylelint": "^16.9.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
Expand Down
8 changes: 4 additions & 4 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.8.0",
"packageManager": "pnpm@9.9.0",
"scripts": {
"start": "pnpm dev",
"dev": "vite",
Expand All @@ -28,8 +28,8 @@
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.16.1",
"@vitejs/plugin-vue": "^5.1.2",
"@types/node": "^20.16.2",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/coverage-v8": "^2.0.5",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
Expand All @@ -42,6 +42,6 @@
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.2"
}
}
6 changes: 3 additions & 3 deletions packages/react-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@sabertazimi/react-scripts": "^5.21.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-reconciler": "^0.28.8",
"typescript": "^5.5.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/vue-basis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.3",
"@dg-scripts/stylelint-config": "^5.21.3",
"@types/node": "^20.16.1",
"@vitejs/plugin-vue": "^5.1.2",
"@types/node": "^20.16.2",
"@vitejs/plugin-vue": "^5.1.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"stylelint": "^16.8.2",
"stylelint": "^16.9.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/vue-challenges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "vitest --environment jsdom --dir solutions"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"jsdom": "^25.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/vue-trello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.3",
"@dg-scripts/stylelint-config": "^5.21.3",
"@types/node": "^20.16.1",
"@vitejs/plugin-vue": "^5.1.2",
"@types/node": "^20.16.2",
"@vitejs/plugin-vue": "^5.1.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"stylelint": "^16.8.2",
"stylelint": "^16.9.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.2"
}
}
Loading

0 comments on commit 4284159

Please sign in to comment.