|
2 | 2 | "name": "@pansy/lnglat-transform", |
3 | 3 | "type": "module", |
4 | 4 | "version": "1.0.3", |
5 | | - "packageManager": "pnpm@8.15.4", |
| 5 | + "packageManager": "pnpm@9.7.1", |
6 | 6 | "description": "地图坐标系之间互相转换", |
7 | 7 | "author": "wangxingkang <https://github.com/wangxingkang>", |
8 | 8 | "license": "MIT", |
|
49 | 49 | "prepare": "husky || true" |
50 | 50 | }, |
51 | 51 | "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", |
55 | 55 | "@semantic-release/changelog": "^6.0.3", |
56 | 56 | "@semantic-release/commit-analyzer": "^13.0.0", |
57 | 57 | "@semantic-release/git": "^10.0.1", |
58 | | - "@semantic-release/github": "^10.0.6", |
| 58 | + "@semantic-release/github": "^10.3.0", |
59 | 59 | "@semantic-release/npm": "^12.0.1", |
60 | | - "@semantic-release/release-notes-generator": "^14.0.0", |
| 60 | + "@semantic-release/release-notes-generator": "^14.0.1", |
61 | 61 | "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", |
65 | 65 | "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" |
73 | 73 | }, |
74 | 74 | "lint-staged": { |
75 | 75 | "*.{ts,tsx}": [ |
|
0 commit comments