Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 4531f31 commit 302060f
Show file tree
Hide file tree
Showing 8 changed files with 728 additions and 1,154 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.4",
"@dg-scripts/stylelint-config": "^5.21.4",
"@types/node": "^22.9.1",
"@types/node": "^22.10.0",
"eslint": "^9.15.0",
"lerna": "^8.1.9",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"stylelint": "^16.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
18 changes: 9 additions & 9 deletions packages/mortal-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@unhead/vue": "^1.11.11",
"@unhead/vue": "^1.11.13",
"element-plus": "^2.8.8",
"pinia": "^2.2.6",
"pinia": "^2.2.7",
"vue": "^3.5.13",
"vue-i18n": "^10.0.4"
},
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.9.1",
"@vitejs/plugin-vue": "^5.2.0",
"@vitest/coverage-v8": "^2.1.5",
"@types/node": "^22.10.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.6",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"jsdom": "^25.0.1",
"npm-run-all2": "^7.0.1",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"vitest": "^2.1.6",
"vue-tsc": "^2.1.10"
}
}
4 changes: 2 additions & 2 deletions packages/react-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.1",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-reconciler": "^0.28.8",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"stylelint": {
"extends": [
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 @@ -15,21 +15,21 @@
},
"dependencies": {
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"vue-router": "^4.5.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.4",
"@dg-scripts/stylelint-config": "^5.21.4",
"@types/node": "^22.9.1",
"@vitejs/plugin-vue": "^5.2.0",
"@types/node": "^22.10.0",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"stylelint": "^16.10.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
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.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.15.0",
"jsdom": "^25.0.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"vitest": "^2.1.6",
"vue": "^3.5.13"
}
}
4 changes: 2 additions & 2 deletions packages/vue-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.4",
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
12 changes: 6 additions & 6 deletions packages/vue-trello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"serve": "vite preview"
},
"dependencies": {
"nanoid": "^5.0.8",
"nanoid": "^5.0.9",
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"vue-router": "^4.5.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.4",
"@dg-scripts/stylelint-config": "^5.21.4",
"@types/node": "^22.9.1",
"@vitejs/plugin-vue": "^5.2.0",
"@types/node": "^22.10.0",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"stylelint": "^16.10.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
Expand Down
Loading

0 comments on commit 302060f

Please sign in to comment.