Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/html-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"storybook:update": "npx storybook@latest upgrade --package-manager pnpm"
},
"dependencies": {
"@fancyapps/ui": "^4.0.26",
"@fancyapps/ui": "^6.1.2",
"@tailwindcss/forms": "^0.5.7",
"swiper": "^11.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/vue-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@explorer-1/common-storybook": "workspace:*",
"@explorer-1/html": "workspace:*",
"@explorer-1/vue": "workspace:*",
"@fancyapps/ui": "^4.0.26",
"@fancyapps/ui": "^6.1.2",
"@tailwindcss/forms": "^0.5.7",
"click-outside-vue3": "^4.0.1",
"dayjs": "^1.11.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prepublishOnly": "cd ./../../ && pnpm build"
},
"dependencies": {
"@fancyapps/ui": "^4.0.26",
"@fancyapps/ui": "^6.1.2",
"@tailwindcss/forms": "^0.5.7",
"swiper": "^11.1.3",
"tailwindcss": "^3.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"not IE 11"
],
"dependencies": {
"@fancyapps/ui": "^4.0.26",
"@fancyapps/ui": "^6.1.2",
"@tailwindcss/forms": "^0.5.7",
"swiper": "^11.1.3",
"tailwindcss": "^3.4.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@explorer-1/common": "workspace:*",
"@explorer-1/vue": "workspace:*",
"@fancyapps/ui": "^4.0.26",
"@fancyapps/ui": "^6.1.2",
"@nuxt/kit": "^3.11.2",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier": "@explorer-1/prettier-config",
"dependencies": {
"@explorer-1/common": "workspace:*",
"@fancyapps/ui": "^4.0.26",
"@fancyapps/ui": "^6.1.2",
"@tailwindcss/forms": "^0.5.7",
"ag-grid-vue3": "^33.2.0",
"animejs": "^3.2.2",
Expand Down
209 changes: 130 additions & 79 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading