Skip to content

Commit 6987b43

Browse files
committed
fix: update transition timing function to use ease-[cubic-bezier] for smoother animations in popover component
close: #45
1 parent 28bd54c commit 6987b43

File tree

4 files changed

+430
-451
lines changed

4 files changed

+430
-451
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@
7070
"picocolors": "^1.1.1",
7171
"sass": "^1.87.0",
7272
"stylus": "^0.63.0",
73-
"transform-to-unocss-core": "^0.0.48",
73+
"transform-to-unocss-core": "^0.0.50",
7474
"unplugin": "^2.3.2"
7575
},
7676
"devDependencies": {
77-
"@antfu/eslint-config": "^4.12.0",
77+
"@antfu/eslint-config": "^4.13.0",
7878
"@simon_he/colorize": "^0.0.1",
7979
"@types/babel__core": "^7.20.5",
8080
"@types/less": "^3.0.8",
81-
"@types/node": "^18.19.87",
81+
"@types/node": "^18.19.97",
8282
"@types/stylus": "^0.48.43",
8383
"bumpp": "^8.2.1",
8484
"eslint": "^8.57.1",
@@ -93,7 +93,7 @@
9393
"tsdown": "^0.9.9",
9494
"tsx": "^3.14.0",
9595
"typescript": "^5.8.3",
96-
"vitest": "^3.1.2"
96+
"vitest": "^3.1.3"
9797
},
9898
"lint-staged": {
9999
"*": [

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
2121
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
2222
"@iconify-json/carbon": "^1.2.8",
23-
"@iconify/json": "^2.2.334",
23+
"@iconify/json": "^2.2.335",
2424
"@simon_he/git-fork-vue": "^0.0.17",
25-
"@types/node": "^18.19.87",
25+
"@types/node": "^18.19.97",
2626
"@unocss/reset": "^0.47.6",
2727
"@vitejs/plugin-vue": "^3.2.0",
2828
"@vue/test-utils": "^2.4.6",
2929
"@vueuse/core": "^9.13.0",
3030
"eslint": "^8.57.1",
3131
"jsdom": "^19.0.0",
32-
"lazy-js-utils": "^0.1.43",
32+
"lazy-js-utils": "^0.1.44",
3333
"rollup-plugin-polyfill-node": "^0.12.0",
3434
"typescript": "^4.9.5",
3535
"unocss": "^0.50.8",
3636
"unplugin-auto-import": "^0.12.2",
3737
"unplugin-vue-components": "^0.18.5",
38-
"vite": "^6.3.4",
38+
"vite": "^6.3.5",
3939
"vite-plugin-pages": "^0.28.0",
4040
"vitest": "^0.7.13",
4141
"vivid-typing": "^1.1.46",

0 commit comments

Comments
 (0)