Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 committed Dec 29, 2024
1 parent 222680d commit 42868f6
Show file tree
Hide file tree
Showing 6 changed files with 1,527 additions and 1,721 deletions.
24 changes: 10 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quadkey-tilemath",
"version": "0.1.1",
"version": "0.1.2",
"description": "Tile System math for the Spherical Mercator projection coordinate system (EPSG:3857)",
"keywords": [
"quadkey",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"scripts": {
"lint": "run-s lint:*",
"lint:eslint": "eslint . --ext .ts,.tsx --fix",
"lint:lint": "biome lint --write --diagnostic-level=error src/*",
"lint:prettier": "prettier --write --ignore-path .gitignore './src/*.ts'",
"dev": "vite",
"prebuild": "rimraf dist",
Expand All @@ -42,18 +42,14 @@
"test": "vitest"
},
"devDependencies": {
"@types/node": "^20.11.21",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.10.2",
"npm-run-all2": "^7.0.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vitest": "^1.3.1"
"tsc-alias": "^1.8.10",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 42868f6

Please sign in to comment.