Skip to content

Commit e48e437

Browse files
committed
chore: update deps
1 parent 8098f7b commit e48e437

2 files changed

Lines changed: 5152 additions & 4035 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@pansy/lnglat-transform",
33
"type": "module",
44
"version": "1.0.3",
5-
"packageManager": "pnpm@8.15.4",
5+
"packageManager": "pnpm@9.7.1",
66
"description": "地图坐标系之间互相转换",
77
"author": "wangxingkang <https://github.com/wangxingkang>",
88
"license": "MIT",
@@ -49,27 +49,27 @@
4949
"prepare": "husky || true"
5050
},
5151
"devDependencies": {
52-
"@antfu/eslint-config": "^2.21.1",
53-
"@commitlint/cli": "^19.3.0",
54-
"@commitlint/config-conventional": "^19.2.2",
52+
"@antfu/eslint-config": "^3.0.0",
53+
"@commitlint/cli": "^19.4.1",
54+
"@commitlint/config-conventional": "^19.4.1",
5555
"@semantic-release/changelog": "^6.0.3",
5656
"@semantic-release/commit-analyzer": "^13.0.0",
5757
"@semantic-release/git": "^10.0.1",
58-
"@semantic-release/github": "^10.0.6",
58+
"@semantic-release/github": "^10.3.0",
5959
"@semantic-release/npm": "^12.0.1",
60-
"@semantic-release/release-notes-generator": "^14.0.0",
60+
"@semantic-release/release-notes-generator": "^14.0.1",
6161
"coordtransform": "^2.1.2",
62-
"eslint": "^8.57.0",
63-
"husky": "^9.0.11",
64-
"lint-staged": "^15.2.7",
62+
"eslint": "^9.9.1",
63+
"husky": "^9.1.5",
64+
"lint-staged": "^15.2.10",
6565
"lnglat-transform": "^1.0.1",
66-
"rimraf": "^5.0.7",
67-
"semantic-release": "^24.0.0",
68-
"tsup": "^8.1.0",
69-
"typescript": "^5.4.5",
70-
"vite": "^5.3.1",
71-
"vite-plugin-dts": "^3.9.1",
72-
"vitest": "^1.6.0"
66+
"rimraf": "^6.0.1",
67+
"semantic-release": "^24.1.0",
68+
"tsup": "^8.2.4",
69+
"typescript": "^5.5.4",
70+
"vite": "^5.4.2",
71+
"vite-plugin-dts": "^4.1.0",
72+
"vitest": "^2.0.5"
7373
},
7474
"lint-staged": {
7575
"*.{ts,tsx}": [

0 commit comments

Comments
 (0)