chore(deps): update all non-major dependencies
This commit is contained in:
parent
e0c22cccd2
commit
51b02864f8
2 changed files with 50 additions and 44 deletions
88
package-lock.json
generated
88
package-lock.json
generated
|
|
@ -8,9 +8,9 @@
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify-json/lucide": "^1.2.111",
|
"@iconify-json/lucide": "^1.2.111",
|
||||||
"@iconify-json/simple-icons": "^1.2.84",
|
"@iconify-json/simple-icons": "^1.2.85",
|
||||||
"@nuxt/ui": "^4.8.1",
|
"@nuxt/ui": "^4.8.2",
|
||||||
"@primer/octicons": "^19.28.0",
|
"@primer/octicons": "^19.28.1",
|
||||||
"nuxt": "^4.4.7",
|
"nuxt": "^4.4.7",
|
||||||
"tailwindcss": "^4.3.0"
|
"tailwindcss": "^4.3.0"
|
||||||
},
|
},
|
||||||
|
|
@ -1318,14 +1318,18 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@internationalized/date": {
|
"node_modules/@internationalized/date": {
|
||||||
"version": "3.12.1",
|
"version": "3.12.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.12.2.tgz",
|
||||||
|
"integrity": "sha512-FY1Y+H64NDs+HAF6omlnWxm3mEpfgaCSWtL5l551ZZfImA+kGjPFgrnJrGjH6lfmLL0g8Z/mBu1R3kufeCp6Jw==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@swc/helpers": "^0.5.0"
|
"@swc/helpers": "^0.5.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@internationalized/number": {
|
"node_modules/@internationalized/number": {
|
||||||
"version": "3.6.6",
|
"version": "3.6.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.7.tgz",
|
||||||
|
"integrity": "sha512-3ji1fcrT+FPAK86UqEhB/psHixYo6niWPJtt7+qRaYFynt/BaJG8GhAPimtWUpEiVSTq8ZM8L5psMxGquiB/Vg==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@swc/helpers": "^0.5.0"
|
"@swc/helpers": "^0.5.0"
|
||||||
|
|
@ -1972,42 +1976,42 @@
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@nuxt/ui": {
|
"node_modules/@nuxt/ui": {
|
||||||
"version": "4.8.1",
|
"version": "4.8.2",
|
||||||
"resolved": "https://registry.npmjs.org/@nuxt/ui/-/ui-4.8.1.tgz",
|
"resolved": "https://registry.npmjs.org/@nuxt/ui/-/ui-4.8.2.tgz",
|
||||||
"integrity": "sha512-mS5Lxmv7FiLn7C6ww4XAQUs3aUa5Nrb/ZzGFP1SAc0gMUjyG0Y71nJe+wxtMPf/afq6QOPSdhu+I2sLhOd4j4w==",
|
"integrity": "sha512-ieBBUXKuHGGcNStDe8vQ/6mN03RPugveBPk6bFhsWygsiCVc9igrhB/kAXflae6jA5uc+sFx2HwDPpZumayciA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@floating-ui/dom": "^1.7.6",
|
"@floating-ui/dom": "^1.7.6",
|
||||||
"@iconify/vue": "^5.0.1",
|
"@iconify/vue": "^5.0.1",
|
||||||
"@internationalized/date": "^3.12.1",
|
"@internationalized/date": "^3.12.2",
|
||||||
"@internationalized/number": "^3.6.6",
|
"@internationalized/number": "^3.6.7",
|
||||||
"@nuxt/fonts": "^0.14.0",
|
"@nuxt/fonts": "^0.14.0",
|
||||||
"@nuxt/icon": "^2.2.2",
|
"@nuxt/icon": "^2.2.2",
|
||||||
"@nuxt/kit": "^4.4.6",
|
"@nuxt/kit": "^4.4.7",
|
||||||
"@nuxt/schema": "^4.4.6",
|
"@nuxt/schema": "^4.4.7",
|
||||||
"@nuxtjs/color-mode": "^3.5.2",
|
"@nuxtjs/color-mode": "^3.5.2",
|
||||||
"@standard-schema/spec": "^1.1.0",
|
"@standard-schema/spec": "^1.1.0",
|
||||||
"@tailwindcss/postcss": "^4.3.0",
|
"@tailwindcss/postcss": "^4.3.0",
|
||||||
"@tailwindcss/vite": "^4.3.0",
|
"@tailwindcss/vite": "^4.3.0",
|
||||||
"@tanstack/vue-table": "^8.21.3",
|
"@tanstack/vue-table": "^8.21.3",
|
||||||
"@tanstack/vue-virtual": "^3.13.25",
|
"@tanstack/vue-virtual": "^3.13.26",
|
||||||
"@tiptap/core": "^3.23.6",
|
"@tiptap/core": "^3.24.0",
|
||||||
"@tiptap/extension-bubble-menu": "^3.23.6",
|
"@tiptap/extension-bubble-menu": "^3.24.0",
|
||||||
"@tiptap/extension-code": "^3.23.6",
|
"@tiptap/extension-code": "^3.24.0",
|
||||||
"@tiptap/extension-collaboration": "^3.23.6",
|
"@tiptap/extension-collaboration": "^3.24.0",
|
||||||
"@tiptap/extension-drag-handle": "^3.23.6",
|
"@tiptap/extension-drag-handle": "^3.24.0",
|
||||||
"@tiptap/extension-drag-handle-vue-3": "^3.23.6",
|
"@tiptap/extension-drag-handle-vue-3": "^3.24.0",
|
||||||
"@tiptap/extension-floating-menu": "^3.23.6",
|
"@tiptap/extension-floating-menu": "^3.24.0",
|
||||||
"@tiptap/extension-horizontal-rule": "^3.23.6",
|
"@tiptap/extension-horizontal-rule": "^3.24.0",
|
||||||
"@tiptap/extension-image": "^3.23.6",
|
"@tiptap/extension-image": "^3.24.0",
|
||||||
"@tiptap/extension-mention": "^3.23.6",
|
"@tiptap/extension-mention": "^3.24.0",
|
||||||
"@tiptap/extension-node-range": "^3.23.6",
|
"@tiptap/extension-node-range": "^3.24.0",
|
||||||
"@tiptap/extension-placeholder": "^3.23.6",
|
"@tiptap/extension-placeholder": "^3.24.0",
|
||||||
"@tiptap/markdown": "^3.23.6",
|
"@tiptap/markdown": "^3.24.0",
|
||||||
"@tiptap/pm": "^3.23.6",
|
"@tiptap/pm": "^3.24.0",
|
||||||
"@tiptap/starter-kit": "^3.23.6",
|
"@tiptap/starter-kit": "^3.24.0",
|
||||||
"@tiptap/suggestion": "^3.23.6",
|
"@tiptap/suggestion": "^3.24.0",
|
||||||
"@tiptap/vue-3": "^3.23.6",
|
"@tiptap/vue-3": "^3.24.0",
|
||||||
"@unhead/vue": "^2.1.15",
|
"@unhead/vue": "^2.1.15",
|
||||||
"@vueuse/core": "^14.3.0",
|
"@vueuse/core": "^14.3.0",
|
||||||
"@vueuse/integrations": "^14.3.0",
|
"@vueuse/integrations": "^14.3.0",
|
||||||
|
|
@ -2022,7 +2026,7 @@
|
||||||
"embla-carousel-fade": "^8.6.0",
|
"embla-carousel-fade": "^8.6.0",
|
||||||
"embla-carousel-vue": "^8.6.0",
|
"embla-carousel-vue": "^8.6.0",
|
||||||
"embla-carousel-wheel-gestures": "^8.1.0",
|
"embla-carousel-wheel-gestures": "^8.1.0",
|
||||||
"fuse.js": "^7.3.0",
|
"fuse.js": "^7.4.0",
|
||||||
"hookable": "^6.1.1",
|
"hookable": "^6.1.1",
|
||||||
"knitwork": "^1.3.0",
|
"knitwork": "^1.3.0",
|
||||||
"magic-string": "^0.30.21",
|
"magic-string": "^0.30.21",
|
||||||
|
|
@ -2030,18 +2034,18 @@
|
||||||
"motion-v": "^2.2.1",
|
"motion-v": "^2.2.1",
|
||||||
"ohash": "^2.0.11",
|
"ohash": "^2.0.11",
|
||||||
"pathe": "^2.0.3",
|
"pathe": "^2.0.3",
|
||||||
"reka-ui": "2.9.8",
|
"reka-ui": "2.9.9",
|
||||||
"scule": "^1.3.0",
|
"scule": "^1.3.0",
|
||||||
"tailwind-merge": "^3.6.0",
|
"tailwind-merge": "^3.6.0",
|
||||||
"tailwind-variants": "^3.2.2",
|
"tailwind-variants": "^3.2.2",
|
||||||
"tailwindcss": "^4.3.0",
|
"tailwindcss": "^4.3.0",
|
||||||
"tinyglobby": "^0.2.16",
|
"tinyglobby": "^0.2.17",
|
||||||
"ufo": "^1.6.4",
|
"ufo": "^1.6.4",
|
||||||
"unplugin": "^3.0.0",
|
"unplugin": "^3.0.0",
|
||||||
"unplugin-auto-import": "^21.0.0",
|
"unplugin-auto-import": "^21.0.0",
|
||||||
"unplugin-vue-components": "^32.1.0",
|
"unplugin-vue-components": "^32.1.0",
|
||||||
"vaul-vue": "0.4.1",
|
"vaul-vue": "0.4.1",
|
||||||
"vue-component-type-helpers": "^3.3.0"
|
"vue-component-type-helpers": "^3.3.3"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"nuxt-ui": "cli/index.mjs"
|
"nuxt-ui": "cli/index.mjs"
|
||||||
|
|
@ -3663,9 +3667,9 @@
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@primer/octicons": {
|
"node_modules/@primer/octicons": {
|
||||||
"version": "19.28.0",
|
"version": "19.28.1",
|
||||||
"resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-19.28.0.tgz",
|
"resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-19.28.1.tgz",
|
||||||
"integrity": "sha512-FCpW9ZXI9U9h7wjYSXFQK4Zyp1Roc/kF8nymak4bYccWaWoUixbnIr4u8UYiRoPRSglm+23TZEyUZHrgNql9Jw==",
|
"integrity": "sha512-pwSilXmgNrbVF2bChkh4zZtUyb4Vr4niYhA9PhUdtjVz86A2iwA/YjjopHS0suT+I7niUZJEepEpmSC7kARKNQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"object-assign": "^4.1.1"
|
"object-assign": "^4.1.1"
|
||||||
|
|
@ -8811,7 +8815,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/fuse.js": {
|
"node_modules/fuse.js": {
|
||||||
"version": "7.3.0",
|
"version": "7.4.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.4.2.tgz",
|
||||||
|
"integrity": "sha512-LVbzjD4WA6UP5B1UnP8wuaXJiLnqMdM/E4fiJXTJ5haJ5b/MBNsK29h2fm6swEoQaVQjvYFWKLE2RanyZIoRVQ==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10"
|
"node": ">=10"
|
||||||
|
|
@ -12599,9 +12605,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/reka-ui": {
|
"node_modules/reka-ui": {
|
||||||
"version": "2.9.8",
|
"version": "2.9.9",
|
||||||
"resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.9.8.tgz",
|
"resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.9.9.tgz",
|
||||||
"integrity": "sha512-7dxaBJ6nQ0zOQZXPV45219tTEgZPstmihBLS9ABPhSiPiJ8SiF0sacfZHFaBptS0v9N4tzsevq+8MNBpE4p5JQ==",
|
"integrity": "sha512-/e+hdF9vP8E2kPrKR4RdgMQQsfpCr8l436Zn8GRWM3jKT9EG1lOO/UFMGBVEnrMLOVoJSjjmIFrej4tMOb+6qQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@floating-ui/dom": "^1.6.13",
|
"@floating-ui/dom": "^1.6.13",
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify-json/lucide": "^1.2.111",
|
"@iconify-json/lucide": "^1.2.111",
|
||||||
"@iconify-json/simple-icons": "^1.2.84",
|
"@iconify-json/simple-icons": "^1.2.85",
|
||||||
"@nuxt/ui": "^4.8.1",
|
"@nuxt/ui": "^4.8.2",
|
||||||
"@primer/octicons": "^19.28.0",
|
"@primer/octicons": "^19.28.1",
|
||||||
"nuxt": "^4.4.7",
|
"nuxt": "^4.4.7",
|
||||||
"tailwindcss": "^4.3.0"
|
"tailwindcss": "^4.3.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue