Skip to content

Commit 5d2448e

Browse files
committed
chore: update deps
1 parent c2ffed5 commit 5d2448e

File tree

5 files changed

+1208
-997
lines changed

5 files changed

+1208
-997
lines changed

docs/components.d.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
// @ts-nocheck
44
// Generated by unplugin-vue-components
55
// Read more: https://github.com/vuejs/core/pull/3399
6-
import '@vue/runtime-core'
7-
86
export {}
97

10-
declare module '@vue/runtime-core' {
8+
declare module 'vue' {
119
export interface GlobalComponents {
1210
ArrowPadding: typeof import('./.vitepress/components/ArrowPadding.vue')['default']
1311
DropdownMobileDemo: typeof import('./.vitepress/components/DropdownMobileDemo.vue')['default']

docs/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@
2424
"floating-vue": "workspace:*"
2525
},
2626
"devDependencies": {
27-
"@floating-ui/dom": "^1.2.8",
28-
"@iconify-json/lucide": "^1.1.92",
27+
"@floating-ui/dom": "^1.3.0",
28+
"@iconify-json/lucide": "^1.1.101",
2929
"@vue/eslint-config-standard": "^8.0.1",
3030
"@vue/shared": "^3.3.4",
3131
"autoprefixer": "^10.4.14",
3232
"babel-eslint": "^10.1.0",
33-
"eslint": "^8.41.0",
34-
"eslint-plugin-vue": "^9.13.0",
33+
"eslint": "^8.42.0",
34+
"eslint-plugin-vue": "^9.14.1",
3535
"github-buttons": "^2.27.0",
36-
"postcss": "^8.4.23",
36+
"postcss": "^8.4.24",
3737
"tailwindcss": "^3.3.2",
38-
"unplugin-icons": "^0.16.1",
39-
"unplugin-vue-components": "^0.24.1",
40-
"vite": "^4.3.8",
41-
"vitepress": "1.0.0-beta.1",
38+
"unplugin-icons": "^0.16.3",
39+
"unplugin-vue-components": "^0.25.1",
40+
"vite": "^4.3.9",
41+
"vitepress": "1.0.0-beta.2",
4242
"vue": "^3.3.4"
4343
}
4444
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floating-vue-monorepo",
3-
"packageManager": "pnpm@8.2.0",
3+
"packageManager": "pnpm@8.6.2",
44
"version": "2.0.0-beta.20",
55
"private": true,
66
"scripts": {

packages/floating-vue/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -27,32 +27,32 @@
2727
"dist"
2828
],
2929
"dependencies": {
30-
"@floating-ui/dom": "^1.2.8",
30+
"@floating-ui/dom": "^1.3.0",
3131
"vue-resize": "^2.0.0-alpha.1"
3232
},
3333
"peerDependencies": {
3434
"vue": "^3.2.0"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "^7.21.8",
38-
"@babel/preset-env": "^7.21.5",
37+
"@babel/core": "^7.22.5",
38+
"@babel/preset-env": "^7.22.5",
3939
"@peeky/test": "^0.14.1",
40-
"@typescript-eslint/eslint-plugin": "^5.59.6",
41-
"@typescript-eslint/parser": "^5.59.6",
40+
"@typescript-eslint/eslint-plugin": "^5.59.11",
41+
"@typescript-eslint/parser": "^5.59.11",
4242
"@vitejs/plugin-vue": "^4.2.3",
4343
"@vue/eslint-config-standard": "^8.0.1",
4444
"@vue/eslint-config-typescript": "^11.0.3",
45-
"@vue/test-utils": "^1.3.5",
45+
"@vue/test-utils": "^1.3.6",
4646
"babel-jest": "^29.5.0",
4747
"cross-env": "^7.0.3",
48-
"eslint": "^8.41.0",
48+
"eslint": "^8.42.0",
4949
"eslint-plugin-import": "^2.27.5",
5050
"eslint-plugin-node": "^11.1.0",
5151
"eslint-plugin-promise": "^6.1.1",
52-
"eslint-plugin-vue": "^9.13.0",
52+
"eslint-plugin-vue": "^9.14.1",
5353
"fs-extra": "^11.1.1",
54-
"typescript": "^5.0.4",
55-
"vite": "^4.3.8",
54+
"typescript": "^5.1.3",
55+
"vite": "^4.3.9",
5656
"vue": "^3.3.4",
5757
"vue-tsc": "^1.6.5",
5858
"vue-typegen": "^0.2.0"

0 commit comments

Comments
 (0)