Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Applelo committed Feb 28, 2024
1 parent 8937d5a commit 87bd3b2
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 426 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
},
"devDependencies": {
"@antfu/eslint-config": "2.6.4",
"eslint": "^8.56.0",
"playwright": "^1.41.2",
"eslint": "^8.57.0",
"playwright": "^1.42.0",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vitepress": "1.0.0-rc.42",
"vitest": "^1.2.2",
"vue": "^3.4.19",
"vite": "^5.1.4",
"vitepress": "1.0.0-rc.44",
"vitest": "^1.3.1",
"vue": "^3.4.21",
"vue-tsc": "^1.8.27"
}
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
"tabbable": "^6.2.0"
},
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.11.22",
"fast-glob": "^3.3.2",
"lightningcss": "^1.23.0",
"lightningcss": "^1.24.0",
"typescript": "^5.3.3",
"vite": "^5.1.2",
"vite-plugin-dts": "^3.7.2"
"vite": "^5.1.4",
"vite-plugin-dts": "^3.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vue": "^3.4.19",
"vite": "^5.1.4",
"vue": "^3.4.21",
"vue-tsc": "^1.8.27"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 87bd3b2

Please sign in to comment.