Skip to content

Commit

Permalink
chore: update deps (#18)
Browse files Browse the repository at this point in the history
* chore: update deps

* Create thin-flies-drop.md
  • Loading branch information
croatialu authored Dec 20, 2024
1 parent f59da5c commit 91f3f00
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 32 deletions.
6 changes: 6 additions & 0 deletions .changeset/thin-flies-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"vue-playground": patch
"@modalor/vue": patch
---

chore: update deps
16 changes: 8 additions & 8 deletions apps/vue-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"dependencies": {
"@mdi/font": "^7.4.47",
"@modalor/vue": "workspace:^",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@unocss/reset": "^0.63.6",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "~5.6.2",
"unocss": "^0.63.6",
"vite": "^5.4.10",
"@unocss/reset": "^0.65.2",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "~5.7.2",
"unocss": "^0.65.2",
"vite": "^6.0.4",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.1.8",
"vuetify": "^3.7.3"
"vue-tsc": "^2.1.10",
"vuetify": "^3.7.6"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "modalor",
"private": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.1",
"description": "A modal state manager for Vue3/React.",
"engines": {
"node": ">=18"
Expand All @@ -15,16 +15,16 @@
"prepublish": "pnpm build"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@changesets/cli": "^2.27.9",
"@eslint-react/eslint-plugin": "^1.15.2",
"eslint": "^9.14.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"lint-staged": "^15.2.10",
"@antfu/eslint-config": "^3.12.0",
"@changesets/cli": "^2.27.11",
"@eslint-react/eslint-plugin": "^1.21.0",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"lint-staged": "^15.2.11",
"simple-git-hooks": "^2.11.1",
"turbo": "^2.2.3",
"turbo": "^2.3.3",
"typescript": "5.5.4"
},
"simple-git-hooks": {
Expand Down
28 changes: 14 additions & 14 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@modalor/vue",
"type": "module",
"version": "0.0.5",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.15.1",
"description": "A modal state manager for Vue.",
"author": "Croatia Lu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -60,21 +60,21 @@
"vue": ">=3.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.3.2",
"@antfu/ni": "^0.23.0",
"@antfu/eslint-config": "^3.12.0",
"@antfu/ni": "^0.23.1",
"@antfu/utils": "^0.7.10",
"@types/node": "^22.5.4",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"esno": "^4.7.0",
"lint-staged": "^15.2.10",
"pnpm": "^9.9.0",
"@types/node": "^22.10.2",
"bumpp": "^9.9.1",
"eslint": "^9.17.0",
"esno": "^4.8.0",
"lint-staged": "^15.2.11",
"pnpm": "^9.15.1",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.4.3",
"vitest": "^2.1.4",
"vue": "^3.5.12"
"typescript": "^5.7.2",
"unbuild": "^3.0.1",
"vite": "^6.0.4",
"vitest": "^2.1.8",
"vue": "^3.5.13"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down

0 comments on commit 91f3f00

Please sign in to comment.