Skip to content

Commit b229d0f

Browse files
committed
refactor: code structure for improved readability and maintainability
1 parent 7458c7c commit b229d0f

File tree

3 files changed

+505
-608
lines changed

3 files changed

+505
-608
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lazy-js-utils",
33
"type": "module",
44
"version": "0.1.44",
5-
"packageManager": "pnpm@10.9.0",
5+
"packageManager": "pnpm@10.10.0",
66
"description": "A collection of lazy-loaded JavaScript utilities for efficient development",
77
"author": "Simon He",
88
"license": "MIT",
@@ -84,11 +84,11 @@
8484
"lint-staged": "^13.3.0",
8585
"p-limit": "^4.0.0",
8686
"prettier": "^2.8.8",
87-
"simple-git-hooks": "^2.12.1",
88-
"tsdown": "^0.9.5",
87+
"simple-git-hooks": "^2.13.0",
88+
"tsdown": "^0.9.9",
8989
"tsx": "^3.14.0",
9090
"typescript": "^5.8.3",
91-
"vitest": "^3.1.2"
91+
"vitest": "^3.1.3"
9292
},
9393
"simple-git-hooks": {
9494
"pre-commit": "pnpm exec lint-staged --concurrent false",

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@dcloudio/uni-app": "3.0.0-4030620241128001",
1717
"@vueuse/core": "^8.9.4",
1818
"vue": "^3.5.13",
19-
"vue-router": "^4.5.0"
19+
"vue-router": "^4.5.1"
2020
},
2121
"devDependencies": {
2222
"@antfu/eslint-config": "^0.18.9",
@@ -32,9 +32,9 @@
3232
"unocss": "^0.61.9",
3333
"unplugin-auto-import": "^0.6.9",
3434
"unplugin-vue-components": "^0.18.5",
35-
"vite": "^6.3.2",
35+
"vite": "^6.3.5",
3636
"vite-plugin-pages": "^0.22.0",
37-
"vitest": "^3.1.2",
37+
"vitest": "^3.1.3",
3838
"vue-tsc": "^0.33.9"
3939
},
4040
"eslintConfig": {

0 commit comments

Comments
 (0)